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 `
Release files for ExcelToCsv 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ExcelToCsv-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / ExcelToCsv-0.1.1-py3-none-any.whl
| Download URL | ExcelToCsv-0.1.1-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d8df5c38f2db41007ecea1190edc42b2be3cfc374e152c1e2a405bb09daffa77
|
|
BLAKE2b-256 checksum How to use checksums |
522cd07f9295fab8880a17651da5da413176892d0b30465176fcfac51dd9c91f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |