miachm / SODS

A simple Java library for handle ODS (Open Document Spreadsheet, compatible with Excel and Libreoffice)
The Unlicense
74 stars 30 forks source link

Changed String writing to use "office:value-type" and "office:value" … #35

Closed UPC-MartinMaraak closed 3 years ago

UPC-MartinMaraak commented 3 years ago

…to make them compatible with MS Excel

MS Excel appears to require the use of these, otherwise it will not load strings from the document. Opening and saving in libreoffice will add these attributes. It will also complain that the document is corrupted, though this appears to also be because it requires styles.xml to be present in the document package