spreadsheet-ods-formula 1.0.0

Create ods-formulas for use with spreadsheet-ods.
Documentation

crates.io Documentation License License

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

changes.md