#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

#1307 in Parser implementations

Download history 121/week @ 2024-02-14 16/week @ 2024-02-21 11/week @ 2024-02-28 147/week @ 2024-03-06 10/week @ 2024-03-13 12/week @ 2024-03-20 3/week @ 2024-03-27 6/week @ 2024-04-03

243 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

~9–16MB
~194K SLoC