Skip to main content

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


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

Uploaded Source

Built Distribution

large_excel_convert-1.0.0-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

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

Hashes for large_excel_convert-1.0.0.tar.gz
Algorithm Hash digest
SHA256 46bceb3255ebf8c0cd9cacbb97b9391c7d4fa6b3139f6e0ccedd7e3ec8a03631
MD5 6bd203a5152cae711d0dd76dc8d37051
BLAKE2b-256 51a3ce0a69b818af47d80f87cd72d4af595077f9db61fec5baa6cb0f7bcf4894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for large_excel_convert-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d9639bbcbe71dd031b91704a01c4adf8d88d76fc97276bc8b20a6674744fbc56
MD5 e53ce5d071adf8659a9d5a84b7ec414d
BLAKE2b-256 10c3bd8f76c935e9cea76051eff55ab2e7a49845dd9d01a2197bf31288f6f5e0

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