spdx / spdx/spdx-java-spreadsheet-store
Can't read ODS file saved from LibreOffice
Open
@bact is already working on this.
Since Sep 18, 2026.
bug
- Dominant language
- Java
- Stars
- 4
- Forks
- 4
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 6
Description
A file saved by LibreOffice 25.2.4.3 ends each sheet with:
<table:table-row table:number-rows-repeated="1048573"><table:table-cell table:number-columns-repeated="11"/></table:table-row>
When trying to load the file, it will fail with:
SpreadsheetException: Missing required Snippet From File ID for Snippet ID __anon__gnrtd42.
Removing the empty trailing rows from ODS content.xml makes it load.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.