3 releases

0.1.3 Apr 3, 2024
0.1.2 Feb 19, 2024
0.1.0 Feb 8, 2024

#1010 in Rust patterns

Download history 57/week @ 2024-02-13 144/week @ 2024-02-20 34/week @ 2024-02-27 1/week @ 2024-03-05 8/week @ 2024-03-12 7/week @ 2024-03-26 177/week @ 2024-04-02 5/week @ 2024-04-09

189 downloads per month
Used in ironcalc

MIT/Apache

1MB
31K 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

~4.5–7MB
~116K SLoC