thscharler / spreadsheet-ods

Apache License 2.0
29 stars 6 forks source link

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

License

This project is licensed under either of

at your option.

Changes

changes.md

Contributing

I welcome all people who want to contribute.