spreadsheet-ods-formula

Crates.iospreadsheet-ods-formula
lib.rsspreadsheet-ods-formula
version0.22.1
sourcesrc
created_at2023-11-20 17:14:02.735205
updated_at2024-03-07 17:43:59.213259
descriptionCreate ods-formulas for use with spreadsheet-ods.
homepage
repositoryhttps://github.com/thscharler/spreadsheet-ods-formula
max_upload_size
id1042557
size1,428,844
(thscharler)

documentation

README

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

Commit count: 42

cargo fmt