8 unstable releases (3 breaking)
0.22.1 | Mar 7, 2024 |
---|---|
0.22.0 | Feb 17, 2024 |
0.21.0 | Jan 10, 2024 |
0.20.1 | Dec 20, 2023 |
0.19.2 | Nov 26, 2023 |
#1391 in Parser implementations
243 downloads per month
750KB
4.5K
SLoC
ODS formulas
This library provides functions that map to ODS-functions.
use spreadsheet_ods::CellRef;
use spreadsheet_ods_formula::{cell, formula, of};
let f = formula(of::sin(cell!(0,0)));
assert_eq!(f, "of:=SIN([.A1])");
License
This project is licensed under either of
at your option.
Changes
Dependencies
~9–16MB
~208K SLoC