#ods #spreadsheet #open-office #libre-office

spreadsheet-ods-formula

为spreadsheet-ods创建ods公式

8个不稳定版本 (3个破坏性版本)

0.22.1 2024年3月7日
0.22.0 2024年2月17日
0.21.0 2024年1月10日
0.20.1 2023年12月20日
0.19.2 2023年11月26日

#1330 in 解析器实现

Download history 8/week @ 2024-03-14 12/week @ 2024-03-21 7/week @ 2024-03-28 2/week @ 2024-04-04

每月下载量243

MIT/Apache

750KB
4.5K SLoC

crates.io Documentation License License

ODS公式

此库提供与ODS函数相对应的功能。

use spreadsheet_ods::CellRef;
use spreadsheet_ods_formula::{cell, formula, of};

let f = formula(of::sin(cell!(0,0)));

assert_eq!(f, "of:=SIN([.A1])");

许可证

本项目可使用以下任一许可证:

任选其一。

变更

changes.md

依赖

~9–16MB
~208K SLoC