Files
IronCalc/base
Elsa Minsut 129959137d update: adds testing for MROUND, TRUNC, and INT (#542)
* update: available status for implemented functions

* update: adds xlsx test for MROUND, TRUNC and INT

* update: adds unit test for MROUND, TRUNC and INT
2025-11-16 11:25:28 +01:00
..
2023-11-20 10:46:19 +01:00
2024-02-09 14:41:52 +01:00

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