shiva-spreadsheet-ods

Read and write ODS files

2 releases

0.0.2 Jun 6, 2024
0.0.1 Jun 6, 2024

#1012 in Parser implementations

Download history 1/week @ 2024-07-11 1/week @ 2024-08-08 3/week @ 2024-08-15 4/week @ 2024-08-22 9/week @ 2024-08-29 4/week @ 2024-09-05 22/week @ 2024-09-12 30/week @ 2024-09-19 24/week @ 2024-09-26 16/week @ 2024-10-03

93 downloads per month
Used in shiva

MIT/Apache

1MB
23K SLoC

crates.io Documentation License License

spreadsheet-ods - Read and write ODS files

This crate can read and write back ODS spreadsheet files.

Not all 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.

Usage

Add the following to your Cargo.toml:

[dependencies]
spreadsheet-ods = "0.17.0"

Or use cargo add

$ cargo add spreadsheet-ods

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_de_AT
    • locale_en_US

License

This project is licensed under either of

at your option.

Changes

changes.md

Contributing

I welcome all people who want to contribute.

Dependencies

~8–15MB
~184K SLoC