Skip to main content

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

large_excel_convert-1.0.3.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

large_excel_convert-1.0.3-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

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

Hashes for large_excel_convert-1.0.3.tar.gz
Algorithm Hash digest
SHA256 ffccd3f61b2c64678f0202f6776e8454c07ec883c071e23ec4f67ef1f85c33fe
MD5 655f90253c5b693ddcd1e8a93bc602b8
BLAKE2b-256 c11441752d0eda72654549789b37efd186c25bf316d93fd63b031f304eb678e2

See more details on using hashes here.

File details

Details for the file large_excel_convert-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for large_excel_convert-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b0d7c94af1b0133e5816fb18c0ed971910da151b93bc59ddeb26b3a4053966b7
MD5 0b5146e7d596e46a8bc6636114bf52bb
BLAKE2b-256 5c3a18ed16dcac65a5a3cf5d7e15c1ff8b5c805c2855886e55a3e6d6de3c545a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page