Skip to content

aljcalandra/xlsxvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xlsxvert

This is a simplistic script for converting from xlsx to csv files

Usage

usage: xlsx_convert.py [-h] -i INFILE [-o DEST_PATH] [-d DELIMITER]

convert xlsx to csv, outputs to files based on sheet names

optional arguments:
  -h, --help            show this help message and exit
  -i INFILE, --infile INFILE
                        Filename
  -o DEST_PATH, --output_directory DEST_PATH
                        Output Path
  -d DELIMITER, --delimiter DELIMITER

Only single character delimiters are allowed with the exception of tab which will be replaced with \t.

Files will be output based on sheet names

Example:

workbook
\
 sheet1
 sheet2

output_directory (default current)
\
 sheet1.csv
 sheet2.csv

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages