Read and write ODS format spreadsheets, Based on the work of Josip Kremenic https://www.codeproject.com/Articles/38425/How-to-Read-and-Write-ODF-ODS-Files-OpenDocument-2
$ dotnet add package OdsReaderWriterThis is a simple ODS[1] reader writer.
Based on the work of Josip Kremenic[2]
Tested only with reading LibreOffice.
[1] https://opendocumentformat.org/
[2] https://www.codeproject.com/Articles/38425/How-to-Read-and-Write-ODF-ODS-Files-OpenDocument-2