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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pandas_xlwt-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0870b520e832810b6d01c4f11ac314a076000d94f6eaf6c07323e2f6b64e95a |
|
MD5 | f312ec1b2951d16940477d62f4aa370d |
|
BLAKE2b-256 | 8d7c71358314a6ce89a5a3e36e25362bd0e4bb73f8d4b3adb7e69d0de1c26239 |