2 个版本

0.1.1 2023年2月28日
0.1.0 2020年12月28日

财务 类别中排名 162

MIT 许可证

27KB
872

xlsxfin.rs

Excel 财务函数。

函数

docs.rs/xlsxfin

示例

extern crate xlsxfin;

fn main() {
    println!("{}", xlsxfin::pmt(0.08 / 12.0, 10, 1_000_000, 0, false));
}

无运行时依赖