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>`_.
42
42
Oct 2021 - Update:
43
43
===================
44
44
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
46
46
library will NOT read 'xlsx' format and you need to install pyexcel-xlsx. Othwise,
47
47
this library can use xlrd < 2 to read xlsx format for you. So 'xlsx' support
48
48
in this library will vary depending on the installed version of xlrd.
49
49
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,
51
51
you will get datetime.datetime. so you as the developer decides what to do with it.
52
52
53
53
Past news
You can’t perform that action at this time.
0 commit comments