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.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

large_excel_convert-1.0.1-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file large_excel_convert-1.0.1.tar.gz.

File metadata

  • Download URL: large_excel_convert-1.0.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.8

File hashes

Hashes for large_excel_convert-1.0.1.tar.gz
Algorithm Hash digest
SHA256 7a5a590399f208d10d90e1feada140fdf16ced22fc43aa36b67e503a834ec864
MD5 00206200bf92b0720dae67593429933f
BLAKE2b-256 fc6d1ddf35e1822379d49990e097e39e28745c2716a11bad08252e9771fb5c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for large_excel_convert-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 092c2e0e12d59cad74127df207ccac32585c2afdda0ba9e0665c7bfb5b6b19b9
MD5 4d2fdd2e6fadd0f73cefc9344b25e968
BLAKE2b-256 ded560e5767b74c3b63b9da46acefaa841fbcb896a2f79931cfd3c94af3a43a7

See more details on using hashes here.

Supported by

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