Skip to main content

Converter from csv format to xls

Project description

py-csv-xls

License: MIT Code style: black

Converter from csv format to xls

Installation

PYPI

pip install py-csv-xls

Example

from py_csv_xls import CSVSniffer, ExcelWorker, PyCsvXlsException

file_lines = CSVSniffer(
    main_path="/abs/path/to/ur/csv/or/dir",
).get_files_with_lines_for_set_dir()

ExcelWorker(
    workbook_name="/abs/path/to/ur/xl/without/extension",
    workbook_extension=".xls",
    want_cleared=True,
).fill_workbook(all_data=file_lines)

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

py-csv-xls-0.0.2.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

py_csv_xls-0.0.2-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file py-csv-xls-0.0.2.tar.gz.

File metadata

  • Download URL: py-csv-xls-0.0.2.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for py-csv-xls-0.0.2.tar.gz
Algorithm Hash digest
SHA256 5f3e36c95c1f5daa93e97482996c0f190ce121aac127dc9f6577450b0ab5ecca
MD5 1cb12d45ee688a62d4e9f899b59e294d
BLAKE2b-256 f9502fbf5d0b7832935934042a96e7e837193778e53b142ff3ebb1cd54bc5dad

See more details on using hashes here.

File details

Details for the file py_csv_xls-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: py_csv_xls-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for py_csv_xls-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f4651a570df523991656b219fd6182d5e4d97d391e38c76d3c93616c0d6e6392
MD5 07307ecfd573a8e8673831627ab7e70e
BLAKE2b-256 a6d60bc827666f7ef7e260c97b8c969f225c0ac217dbddce22ba58bef8a1747f

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