Open Document Format (ODF) I/O provides functionality to import and export ODF files.
Open Document Format is a ZIP-compressed XML-based fileformat for spreadsheets(.ods and .fods), graphics (.odg and .fodg), presentation (.odp and .fodp), word processing document (.odt and .fodt), and equations or formula(.odf) which are the default formats for typical Linux distributions.
There's another ODS Package available OdsIO that basically utilizes python package ezodf.
- uses ZipFile.jl for reading zipped ODF files
- XML Library
- LightXML.jl for parsing xml contents
- EzXML
- uses DataFrames.jl to handle data