3个版本
0.1.3 | 2024年4月3日 |
---|---|
0.1.2 | 2024年2月19日 |
0.1.0 | 2024年2月8日 |
#1026 in Rust模式
在 ironcalc 中使用
1MB
31K SLoC
IronCalc Base
关于
IronCalc Base是IronCalc生态系统中的引擎
构建
要构建库
$ cargo build --release
测试
要运行测试
$ cargo tests
lib.rs
:
IronCalcBase引擎API
这是基础引擎API的文档。
基本用法
在Cargo.toml中添加依赖项
[dependencies]
ironcalc_base = { git = "https://github.com/ironcalc/IronCalc" }
直到版本0.5.0,您应使用如下所述的git依赖项
在此示例中,我们使用Excel函数CONCAT
将单元格A1
和B1
中的字符串连接起来
在此示例中,我们展示了我们处理公式和错误的能力
依赖项
~4.5–7MB
~119K SLoC