A python package to convert excel spreadsheets to csv files
Project description
A python package to convert excel spreadsheets to csv files without launching excel. This works very well with large files that include many tabs which makes Excel very slow to open.
requirements
xlrd
installation
` git clone https://github.com/WaylonWalker/ExcelToCsv.git cd ./ExcelToCsv python setup.py install `
Usage
- ExcelToCsv [-h] [–input_file F [F …]] [–output_file OUTPUT_FILE]
[–sheet SHEET] [–skiprows SKIPROWS] [–verbose]
Convert File Excel File to csv quickly without loading excel
optional arguments:
- -h, --help
show this help message and exit
—input_file F [F …] File to convert
- --output_file OUTPUT_FILE
Output file name if different than input
—sheet SHEET sheet number where first sheet is 1
- --skiprows SKIPROWS
skip first n rows
—verbose asks for all arguments when not passed
Example
` ExcelToCvs --verbose `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for ExcelToCsv-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8df5c38f2db41007ecea1190edc42b2be3cfc374e152c1e2a405bb09daffa77 |
|
MD5 | 113a38341cecfb722a6a05bf65d82134 |
|
BLAKE2b-256 | 522cd07f9295fab8880a17651da5da413176892d0b30465176fcfac51dd9c91f |