https://bugs.documentfoundation.org/show_bug.cgi?id=121445

--- Comment #7 from [email protected] ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to