shiva-spreadsheet-ods

Crates.ioshiva-spreadsheet-ods
lib.rsshiva-spreadsheet-ods
version0.0.2
sourcesrc
created_at2024-06-06 03:46:57.038061
updated_at2024-06-06 03:48:38.61329
descriptionRead and write ODS files
homepage
repositoryhttps://github.com/thscharler/spreadsheet-ods
max_upload_size
id1263381
size1,645,996
Evgeny Igumnov (evgenyigumnov)

documentation

README

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.

Commit count: 645

cargo fmt