[Libreoffice-bugs] [Bug 121445] Comments in xlsx once saved in LO Calc shown wrong in MSO after saving in Excel
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 2 19:24:18 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=121445
--- Comment #7 from michal-ald-documentfoundation at michal.waw.pl ---
I've found that in my case all it takes to fix the XLSX file after it was saved
by LO Calc, is to replace
<v:shapetype id="_x005F_x0000_t202"
with
<v:shapetype id="_x0000_t202"
and
<v:shape ... type="#_x005F_x0000_t202"
with
<v:shape ... type="#_x0000_t202"
in xl\drawings\vmlDrawing1.vml.
"_x0000_t202" is value from XLSX before it was saved by LO Calc.
I hope this will enable you to prepare a fix.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190902/729ba0f8/attachment.html>
More information about the Libreoffice-bugs
mailing list