xlsx2json

Crates.ioxlsx2json
lib.rsxlsx2json
version0.0.2
sourcesrc
created_at2020-04-29 06:06:57.043875
updated_at2020-05-08 01:42:06.946682
descriptionA command line tool for parse xlsx to json file.
homepagehttps://github.com/angela-1/xlsx2json-rs
repositoryhttps://github.com/angela-1/xlsx2json-rs
max_upload_size
id235236
size23,901
(angela-1)

documentation

README

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
Commit count: 5

cargo fmt