Skip to content

VerS7/csv2xls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

csv2xls

Simple python script for writing CSV data to xls/xlsx excel file

Default example

    python csv2xls.py -f input.csv -o output.xlsx 

Commands

--help

Help information

-f | -from | -file | -csv

path to CSV file

-o | -output | -out

path to output xls/xlsx file

-header

include (default) include first line of CSV data to excel file
no exclude first line

-a

append CSV data to excel file

-debug | -d

all all debug to stdout
necessary only necessary debug info
no exclude debug info

About

Simple python script for writing CSV data to xls/xlsx excel file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages