Skip to main content

No project description provided

Project description

Re-register Xlwt Writer

As the xlwt package is no longer maintained, the xlwt engine of pandas was removed in pull request DEPR: Remove xlwt #49296. And this pull request was merged since v0.2.0 .

But there are some legacy APIs that still only support older MS Excel 97/2000/XP/2003 XLS files.

This module contains xlwt engine copied from pandas v1.5.3 and re-register it when you import pandas_xlwt, eventually allow pandas versions above 2.0.0 output xls format file.

Due to the changes in other parts of pandas source code, xls extension will no longer recognized by pandas, You should specific engine="xlwt" when you write xls file.

import pandas_xlwt
df.to_excel(path, index=False, engine="xlwt")

MS Excel 97/2000/XP/2003 XLS file format is really out of date. While this code may still work today, there is no guarantee that this re-registration method will work in future versions of pandas.

Please update your API to support other file formats such as .csv, .tsv or .xlsx as soon as possible.

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

pandas_xlwt-0.1.1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

pandas_xlwt-0.1.1-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file pandas_xlwt-0.1.1.tar.gz.

File metadata

  • Download URL: pandas_xlwt-0.1.1.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.15.0-73-generic

File hashes

Hashes for pandas_xlwt-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8aed23e8ae35ade394989e58c6a25d044bd0e0715fdf3296aff16fe12cfe4726
MD5 e5d8dbcfba0f169cf41ab5ecc938c252
BLAKE2b-256 f4cc828e13adc378af5ee338015eaefd4998c7d4bdea1462978c3628be87ccbe

See more details on using hashes here.

File details

Details for the file pandas_xlwt-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pandas_xlwt-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.15.0-73-generic

File hashes

Hashes for pandas_xlwt-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b0870b520e832810b6d01c4f11ac314a076000d94f6eaf6c07323e2f6b64e95a
MD5 f312ec1b2951d16940477d62f4aa370d
BLAKE2b-256 8d7c71358314a6ce89a5a3e36e25362bd0e4bb73f8d4b3adb7e69d0de1c26239

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