Crates.io | shiva-spreadsheet-ods |
lib.rs | shiva-spreadsheet-ods |
version | 0.0.2 |
source | src |
created_at | 2024-06-06 03:46:57.038061 |
updated_at | 2024-06-06 03:48:38.61329 |
description | Read and write ODS files |
homepage | |
repository | https://github.com/thscharler/spreadsheet-ods |
max_upload_size | |
id | 1263381 |
size | 1,645,996 |
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.
Add the following to your Cargo.toml
:
[dependencies]
spreadsheet-ods = "0.17.0"
Or use cargo add
$ cargo add spreadsheet-ods
use_decimal
: Add conversions for rust_decimal. Internally the values are
stored as f64 nonetheless.
Locales
This project is licensed under either of
at your option.
I welcome all people who want to contribute.