Skip to content

bingxiao/excel2csvjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

excel2csvjson

Small tool to convert .xlsx to csv steam (or json)

Usage

$ excel2csvjson -h
excel2csvjson 0.1.1
bingxiao
Convert excel to csv

USAGE:
    excel2csvjson [FLAGS] [OPTIONS] <path>

FLAGS:
    -f, --first        process the 1st if multiple sheets were found. Or use '--sheet' to clarify
    -h, --help         Prints help information
    -J, --json         output in JSON instead <experimental>
    -P, --pretty       Enable pretty printing
    -V, --version      Prints version information
    -v, --verbosity    Pass many times for more log output

OPTIONS:
        --sheet <sheet>    Which sheet to convert

ARGS:
    <path>    Which excel to convert

Acknowledgement

Many thanks to all these decent rust libraries:

and Rust of course.

Releases

No releases published

Packages

No packages published

Languages