Convert Large Excel File to CSV
Project description
Convert Large Excel File to CSV
Installaion
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.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
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 Distribution
Built Distribution
File details
Details for the file large_excel_convert-1.0.0.tar.gz
.
File metadata
- Download URL: large_excel_convert-1.0.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46bceb3255ebf8c0cd9cacbb97b9391c7d4fa6b3139f6e0ccedd7e3ec8a03631 |
|
MD5 | 6bd203a5152cae711d0dd76dc8d37051 |
|
BLAKE2b-256 | 51a3ce0a69b818af47d80f87cd72d4af595077f9db61fec5baa6cb0f7bcf4894 |
File details
Details for the file large_excel_convert-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: large_excel_convert-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9639bbcbe71dd031b91704a01c4adf8d88d76fc97276bc8b20a6674744fbc56 |
|
MD5 | e53ce5d071adf8659a9d5a84b7ec414d |
|
BLAKE2b-256 | 10c3bd8f76c935e9cea76051eff55ab2e7a49845dd9d01a2197bf31288f6f5e0 |