5 unstable releases

new 0.3.0 Jan 17, 2025
0.2.0 Sep 16, 2024
0.1.3 Apr 3, 2024
0.1.2 Feb 19, 2024
0.1.0 Feb 8, 2024

#15 in #spreadsheet

Download history 26/week @ 2024-09-21 13/week @ 2024-09-28 5/week @ 2024-10-05 4/week @ 2024-10-12 6/week @ 2024-12-07

264 downloads per month
Used in ironcalc

MIT/Apache

1.5MB
37K SLoC

IronCalc Base

Crates.io MIT licensed

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

~5.5–8MB
~127K SLoC