Skip to content

AaronErhardt/spreadsheet-ods

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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. 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.12.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.

Contributing

I welcome all people who want to contribute.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%