This crate can read and write back ODS spreadsheet files.
Not all of the specification is implemented yet. And there are parts for which there is no public API, but which are preserved as raw xml. More details in the documentation.
Add the following to your Cargo.toml
:
toml
[dependencies]
spreadsheet-ods = "0.5.2"
use_decimal
: Add conversions for rust_decimal. Internally the values are
stored as f64 nonetheless.This project is licensed under either of
at your option.
I welcome all people who want to contribute.