#excel #emulator #xlsx

bin+lib excel-emulator

将 Excel 工作簿转换为 Rust 逻辑

1 个不稳定版本

0.1.0 2022年10月18日

#34#xlsx

自定义许可证

185KB
4K SLoC

Excel 模拟器

将 Excel 工作簿转换为 Rust 逻辑。

安装

cargo install excel-emulator 安装 excel 二进制文件。

使用

excel-emulator 0.1.0

USAGE:
    excel [OPTIONS] <PATH> [SUBCOMMAND]

ARGS:
    <PATH>    

OPTIONS:
    -d, --debug       Print cell-level calculation information
    -h, --help        Print help information
    -p, --progress    Display load and calculation progress bar
    -V, --version     Print version information

SUBCOMMANDS:
    calculate    Calculate a range
    deps         Print deps in DotGraph format
    get          Get a range
    help         Print this message or the help of the given subcommand(s)
    load         Load workbook
    order        Print cell calculation order
    sheets       Print workbook sheets

依赖

~19–30MB
~481K SLoC