Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

thscharler/spreadsheet-ods

Repository files navigation

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.

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

changes

Contributing

I welcome all people who want to contribute.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 12

Languages