spreadsheet-ods-formula

Crates.iospreadsheet-ods-formula
lib.rsspreadsheet-ods-formula
version1.0.0
created_at2023-11-20 17:14:02.735205+00
updated_at2025-10-28 01:31:38.489065+00
descriptionCreate ods-formulas for use with spreadsheet-ods.
homepage
repositoryhttps://github.com/thscharler/spreadsheet-ods-formula
max_upload_size
id1042557
size1,463,137
(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: 59

cargo fmt