I have created a .xlsx file with Calc - I was saving stuff there without an issue until yesterday. As I opened the file all data was gone apart from some headings. I have renamed and unzipped the file and after some time I found out that in the sharedStrings.xml file there were 3 blocks which were causing the problem. One of them was like this:
<si>
<r>
<rPr>
<sz val="11"/>
<color rgb="FF000000"/>
<rFont val="Calibri"/>
<family val="2"/>
</rPr>
<t xml:space="preserve">q SortColumn referencedate SortDirection desc </t>
</r>
<r>
<rPr>
<b val="true"/>
<sz val="11"/>
<color rgb="FF000000"/>
<rFont val="Calibri"/>
<family val="2"/>
</rPr>
<t xml:space="preserve">startrow 75</t>
</r>
</si>
I have removed all between the tag and replaced it with an empty tag, zipped and renamed file and I got my file back with all data in it. The question now is why did this happen? Is it a Calc bug? What should I do in order to avoid such issues? Is it maybe a compatibility issue with .xlsx? (I also use MS Office on Windows Machines that’s why I prefer this format)