@hackage ods2csv0.0
Convert Open Document Spreadsheet ODS to CSV
Categories
License
BSD-3-Clause
Maintainer
haskell@henning-thielemann.de
Links
Versions
Installation
Dependencies (0)
- base >=4.5 && <5
- non-empty >=0.3.4 && <0.4
- optparse-applicative >=0.11 && <0.19
- shell-utility >=0.1 && <0.2
- spreadsheet >=0.1.3 && <0.2
- tagchup >=0.4 && <0.5 Show all…
Dependents (0)
Usually you would convert ODS to CSV via libreoffice --headless
but this conflicts with running GUI instances of libreoffice
and requires a full libreoffice installation
and has incomprehensible CSV export command-line options
and selection of individual tables is inferior.
This program quickly scans through a FODS document using a XML parser and watches only the necessary data. It does not interpret or evaluate the formula data, instead it assumes that the contained evaluated values are correct. This is true, if the file was saved from LibreOffice but might not be true if generated or manipulated by other tools.
ToDo: Provide FODS parser as library function, maybe in spreadsheet.