Skip to content

natefduncan/excel-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Emulator

Convert Excel workbooks into Rust logic.

Installation

cargo install excel-emulator for the excel binary.

Usage

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

Demo

example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published