#ods #spreadsheet #open-office #libre-office

spreadsheet-ods-formula

Create ods-formulas for use with spreadsheet-ods

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

#1318 in Parser implementations

Download history 2/week @ 2023-12-15 5/week @ 2024-01-05 127/week @ 2024-02-16 18/week @ 2024-02-23 100/week @ 2024-03-01 56/week @ 2024-03-08 4/week @ 2024-03-15 12/week @ 2024-03-22 9/week @ 2024-03-29

178 downloads per month

MIT/Apache

750KB
4.5K SLoC

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

Dependencies

~8–16MB
~186K SLoC