10 releases (1 stable)
Uses new Rust 2024
| 1.0.0 | Oct 28, 2025 |
|---|---|
| 0.23.0 | Oct 28, 2025 |
| 0.22.1 | Mar 7, 2024 |
| 0.22.0 | Feb 17, 2024 |
| 0.19.2 | Nov 26, 2023 |
#2164 in Parser implementations
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
~15MB
~337K SLoC