The .ods file is corrupted. When unpacking with command line unzip tool, a message
Code: Select all
inflating: content.xml bad CRC 8005d210 (should be 695f4517)
shows wrong control sum. This points that some part of the .ods file (maybe even single byte) has been modified, no matter: intentionally, by accident or by media error.
This yields that validity of the content of the unpacked content.xml cannot be guaranteed.
Anyway, after unpacking the content.xml file, when examined by xmllint tool, its first error message
Code: Select all
parser error : attributes construct error
table-cell office:value-type="float" office:value="2014le-cell tabe:style-name="
is related to the text at offset 8151360. There's no evidence that the content remains correct before that point. The type of damage is typical for the modification of the zipped file code after compression. I would not trust this file at all.