Crates.io | xlsx2json |
lib.rs | xlsx2json |
version | 0.0.2 |
source | src |
created_at | 2020-04-29 06:06:57.043875 |
updated_at | 2020-05-08 01:42:06.946682 |
description | A command line tool for parse xlsx to json file. |
homepage | https://github.com/angela-1/xlsx2json-rs |
repository | https://github.com/angela-1/xlsx2json-rs |
max_upload_size | |
id | 235236 |
size | 23,901 |
A command line tool for parse xlsx
file to json
file in pure Rust.
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