xlsx2json-rs

A command line tool for parse xlsx file to json file in pure Rust.

Usage

``` 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 ```