2个版本

0.0.2 2024年6月6日
0.0.1 2024年6月6日

#1627解析器实现


用于 shiva

MIT/Apache

1MB
23K SLoC

crates.io Documentation License License

spreadsheet-ods - 读取和写入ODS文件

此crate可以读取和写入ODS电子表格文件。

并非所有规范都已实现。对于没有公开API的部分,它们被保留为原始xml。更多详细信息请参阅文档。

使用方法

将以下内容添加到您的Cargo.toml

[dependencies]
spreadsheet-ods = "0.17.0"

或使用cargo add

$ cargo add spreadsheet-ods

功能

  • use_decimal: 为rust_decimal添加转换。内部值仍然以f64存储。

  • 区域设置

    • all_locales = [ "locale_de_AT", "locale_en_US" ]
    • locale_de_AT
    • locale_en_US

许可证

该项目受以下任一许可证的许可:

任选其一。

变更

changes.md

贡献

我欢迎所有想要贡献的人。

依赖关系

~8–15MB
~184K SLoC