File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
4242Oct 2021 - Update:
4343===================
4444
45- 1. v0.6.3 removed the pin on xlrd < 2. If you have xlrd >= 2, this
45+ 1. v0.7.0 removed the pin on xlrd < 2. If you have xlrd >= 2, this
4646library will NOT read 'xlsx' format and you need to install pyexcel-xlsx. Othwise,
4747this library can use xlrd < 2 to read xlsx format for you. So 'xlsx' support
4848in this library will vary depending on the installed version of xlrd.
4949
50- 2. v0.6.3 can write datetime.timedelta. but when the value is read out,
50+ 2. v0.7.0 can write datetime.timedelta. but when the value is read out,
5151you will get datetime.datetime. so you as the developer decides what to do with it.
5252
5353Past news
You can’t perform that action at this time.
0 commit comments