#xlsx #json #json-file #serialization #command-line-tool

app xlsx2json

A command line tool for parse xlsx to json file

2 releases

0.0.2 May 8, 2020
0.0.1 Apr 29, 2020

#32 in #xlsx

Apache-2.0

9KB
79 lines

xlsx2json-rs

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

Usage

USAGE:
    xlsx2json.exe [OPTIONS] <XLSX_FILE>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -o, --output <JSON_FILE>    Output json file
    -r, --row <NUMBER>          Row number of key, zero index start, default 0

ARGS:
    <XLSX_FILE>    Input xlsx file

Dependencies

~9MB
~224K SLoC