spreadsheet-ods - Read and write ODS files
This crate can read and write back ODS spreadsheet files.
Not all the specification is implemented yet.
But it covers everything if you
- just want to extract the data.
- need a round-trip. Any unparsed parts are kept as blobs or raw xml and are written again.
See the todos for the missing parts.
Features
-
use_decimal: Add conversions for rust_decimal. Internally the values are stored as f64 nonetheless. -
Locales
- all_locales = [ "locale_de_AT", "locale_en_US", "locale_cs_CZ" ]
- locale_de_AT
- locale_en_US
... send me an issue if you need more ...
License
This project is licensed under either of
at your option.
Changes
Contributing
I welcome all people who want to contribute.