Convert Large Excel File to CSV/TSV
Project description
Convert Large Excel File to CSV/TSV
Installation
python3 -m pip install -U large_excel_convert
Usage
Use in CMD
large_excel_convert -h
large_excel_convert -i input.xlsx
large_excel_convert -i input.xlsx -o output.csv
large_excel_convert -i input.xlsx -o output.csv -enc gb18030
large_excel_convert -i input.xlsx -o output.tsv -f tsv
large_excel_convert -i input.xlsx -o sheet2.csv -s 2
Use in Python
from large_excel_convert.core import ExcelParser
# excel = ExcelParser('input.xlsx', sheet=1, tag='row')
excel = ExcelParser('input.xlsx')
rows = excel.rows()
for row in rows:
print(row)
# ...
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file large_excel_convert-1.0.3.tar.gz.
File metadata
- Download URL: large_excel_convert-1.0.3.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffccd3f61b2c64678f0202f6776e8454c07ec883c071e23ec4f67ef1f85c33fe
|
|
| MD5 |
655f90253c5b693ddcd1e8a93bc602b8
|
|
| BLAKE2b-256 |
c11441752d0eda72654549789b37efd186c25bf316d93fd63b031f304eb678e2
|
File details
Details for the file large_excel_convert-1.0.3-py3-none-any.whl.
File metadata
- Download URL: large_excel_convert-1.0.3-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0d7c94af1b0133e5816fb18c0ed971910da151b93bc59ddeb26b3a4053966b7
|
|
| MD5 |
0b5146e7d596e46a8bc6636114bf52bb
|
|
| BLAKE2b-256 |
5c3a18ed16dcac65a5a3cf5d7e15c1ff8b5c805c2855886e55a3e6d6de3c545a
|