38个版本 (18个重大变更)
0.22.5 | 2024年6月24日 |
---|---|
0.22.1 | 2024年3月7日 |
0.20.2 | 2023年12月25日 |
0.19.3 | 2023年11月29日 |
0.4.2 | 2020年7月15日 |
#666 在 解析实现
每月251次下载
用于 4 crates
1MB
23K SLoC
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
许可证
本项目采用以下任一许可证:
任选其一。
变更
贡献
欢迎所有想贡献的人。
依赖
~8–15MB
~187K SLoC