7 releases (4 breaking)
| 0.6.0 | Oct 19, 2025 |
|---|---|
| 0.5.0 | Feb 28, 2025 |
| 0.3.0 | Jan 17, 2025 |
| 0.2.0 | Sep 16, 2024 |
| 0.1.2 | Feb 19, 2024 |
#2 in #a1
47 downloads per month
Used in ironcalc
2MB
44K
SLoC
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:
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
Dependencies
~12MB
~152K SLoC