Update custom_README.rst.jj2

This commit is contained in:
jaska 2021-10-08 07:44:20 +01:00 committed by GitHub
parent ad4aa689df
commit b80ea11082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@ You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
Oct 2021 - Update:
===================
1. v0.6.3 removed the pin on xlrd < 2. If you have xlrd >= 2, this
1. v0.7.0 removed the pin on xlrd < 2. If you have xlrd >= 2, this
library will NOT read 'xlsx' format and you need to install pyexcel-xlsx. Othwise,
this library can use xlrd < 2 to read xlsx format for you. So 'xlsx' support
in this library will vary depending on the installed version of xlrd.
2. v0.6.3 can write datetime.timedelta. but when the value is read out,
2. v0.7.0 can write datetime.timedelta. but when the value is read out,
you will get datetime.datetime. so you as the developer decides what to do with it.
Past news