[Libreoffice-bugs] [Bug 140910] Blank XLSX file generated with OpenXML SDK
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 9 12:59:44 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=140910
--- Comment #5 from JohnR <emirba at ymail.com> ---
Yes, its repaired when open in Excel and save. But do you know what cell need
reparation ?
I've loaded xlsx in OOXML viwer and difference is in app.xml auto generated by
SDK where
Difference in app.xml:
Repaired file:
<TitlesOfParts>
<vt:vector size="1" baseType="lpstr">
<vt:lpstr>
Sheet1
</vt:lpstr>
</vt:vector>
</TitlesOfParts>
<AppVersion>
14.0300
</AppVersion>
Original file:
<TitlesOfParts>
<vt:vector size="1" baseType="lpstr">
<vt:lpstr>
anton
</vt:lpstr>
</vt:vector>
</TitlesOfParts>
<AppVersion>
16.0300
</AppVersion>
Other difference in SharedStrings.xml (self closing tag)
Original file:
<si>
<t></t>
</si>
Repaired file:
<si>
<t/>
</si>
--
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/20210309/da99d736/attachment.htm>
More information about the Libreoffice-bugs
mailing list