A command line tool for parse xlsx file to json file in pure Rust.
xlsx
json
``` USAGE: xlsx2json.exe [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS: -o, --output Output json file -r, --row Row number of key, zero index start, default 0
ARGS: Input xlsx file ```