Skip to main content

Converter from csv format to xls

Project description

py-csv-xls

PyPI License

Converter from csv format to xls

Installation

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_dir_files_with_lines()

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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: py-csv-xls-0.0.6.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for py-csv-xls-0.0.6.tar.gz
Algorithm Hash digest
SHA256 66a35155344e8a0c2a781c4a0bbb03b90f7ab4670b70422c8794618cbbfa4dc2
MD5 b7263dd6e5ecc211b049fae330008fb7
BLAKE2b-256 d3eab2b95d4c2450a6d6a866301d2ca468106aa258e0cea54b31d900578a80cf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for py_csv_xls-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7d218f44793a4d0190e88afae9b66edb577188ad411d81f199aa4f6a590cbc4e
MD5 f85fa69343ceb506121cd41dd276b6c7
BLAKE2b-256 997b86e88b739bb40ed439e726b874eb24884d4527f77cbdacbab7e15ac2d77d

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