Skip to content

Convert xslx to csv, it is fast, and works for huge xlsx files

License

Notifications You must be signed in to change notification settings

gladiatr72/xlsx2csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlsx to csv convertor (http://github.com/dilshod/xlsx2csv)

Converts xslx xml excel files to csv format.
It is fast, and works for huge xlsx files.

Usage: xlsx2csv.py [options] infile [outfile]

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -s SHEETID, --sheet=SHEETID
                        sheet no to convert (0 for all sheets)
  -d DELIMITER, --delimiter=DELIMITER
                        delimiter - csv columns delimiter, 'tab' or 'x09' for
                        tab (comma is default)
  -p SHEETDELIMITER, --sheetdelimiter=SHEETDELIMITER
                        sheets delimiter used to separate sheets, pass '' if
                        you don't want delimiters (default '--------')
  -f DATEFORMAT, --dateformat=DATEFORMAT
                        override date/time format (ex. %Y/%m/%d)

Expat SAX parser used for xml parsing.

See alternatives:

Bash:
http://kirk.webfinish.com/2009/12/xlsx2csv/

Python:
http://github.com/staale/python-xlsx
http://github.com/leegao/pyXLSX

Ruby:
http://roo.rubyforge.org/

Java:
http://poi.apache.org/


All programs in this directory and subdirectories are published under
license GNU GPL version 2 or (at your option) any later version. For
more information, see COPYING or visit <http://www.gnu.org/copyleft/gpl.html>.

About

Convert xslx to csv, it is fast, and works for huge xlsx files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.6%
  • Perl 12.4%