ODS formulas
This library provides functions that map to ODS-functions.
use CellRef;
use ;
let f = formula;
assert_eq!;
License
This project is licensed under either of
at your option.
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])");
This project is licensed under either of
at your option.