I try to copy and paste html text from Calc cells and paste into text editor. Anything with quotes (") ended up with double quotes (""). And strangely some html text without quotes but after paste into text editor quotes appears. I don’t have this problem in OpenOfiice and I can’t find any settings that’s affecting it. Please help.
Example:
<a href="http://google.com">Google</a>
becomes
<a href=""http://google.com"">Google</a>
<ul><li>first</li><li>second</li></ul>
becomes
"<ul><li>first</li><li>second</li></ul>"