Crates.io | spreadsheet-ods-formula |
lib.rs | spreadsheet-ods-formula |
version | 0.22.1 |
source | src |
created_at | 2023-11-20 17:14:02.735205 |
updated_at | 2024-03-07 17:43:59.213259 |
description | Create ods-formulas for use with spreadsheet-ods. |
homepage | |
repository | https://github.com/thscharler/spreadsheet-ods-formula |
max_upload_size | |
id | 1042557 |
size | 1,428,844 |
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])");
This project is licensed under either of
at your option.