Skip to content

gufoe/csv2xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Csv to Excel conversion - easy and fast

Program to convert between excel and csv. Main features:

  • super simple to use
  • small memory footprint
  • high performance
  • light binary
  • simple to install
  • simple to maintain (230 lines, tests included)
csv2xlsx 2.0
Giacomo R. <gcmrzz@gmail.com>

USAGE:
    csv2xlsx <SUBCOMMAND>

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

SUBCOMMANDS:
    help        Prints this message or the help of the given subcommand(s)
    to-csv
    to-excel

Convert to Csv

Example: csv2xlsx to-csv -i file.xlsx -o output.csv

Usage:

USAGE:
    csv2xlsx to-csv [OPTIONS] -i <input>

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

OPTIONS:
    -i <input>
    -o, --output <output>             [default: output.csv]
    -s, --sheet <sheet>              index of the sheet to be read if converting to csv [default: 0]
    -n, --sheet-name <sheet-name>    sheet name to read

Convert to Excel

Example: csv2xlsx to-excel -i file.csv -o /tmp/output.xlsx

Usage:

USAGE:
    csv2xlsx to-excel [OPTIONS]

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

OPTIONS:
    -c, --column-size <column-size>     by default it depends on the content size - only useful if output is an excel
                                        file
    -i <input>...
    -o, --output <output>                [default: output.xlsx]
    -n, --sheet-name <sheet-name>...    sheet name to write

About

Converts standard csv files to xlsx

Resources

Stars

2 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages