4 releases
0.2.0 | Sep 16, 2024 |
---|---|
0.1.3 | Apr 3, 2024 |
0.1.2 | Feb 19, 2024 |
0.1.0 | Feb 8, 2024 |
#12 in #spreadsheet
Used in ironcalc
1.5MB
34K
SLoC
IronCalc Base
About
IronCalc Base is the engine of the IronCalc ecosystem
Build
To build the library
$ cargo build --release
Tests
To run the tests:
$ cargo tests
lib.rs
:
IronCalcBase engine API
This is the documentation for the base engine API.
Basic usage
Add the dependency in Cargo.toml:
[dependencies]
ironcalc_base = { git = "https://github.com/ironcalc/IronCalc" }
until version 0.5.0 you should use the git dependencies as stated
In this example we use the excel function CONCAT
to concatenate strings in cells A1
and B1
:
In this example, we demonstrate our ability to handle formulas and errors:
Dependencies
~4.5–7MB
~114K SLoC