File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -39,21 +39,25 @@ pyexcel-xls - Let you focus on data, instead of xls format
39
39
write data in xls format and it can read xlsx and xlsm fromat.
40
40
You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel >`_.
41
41
42
- Update:
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
46
library will NOT read 'xlsx' format and you need to install pyexcel-xlsx. Othwise,
46
47
this library can use xlrd < 2 to read xlsx format for you. So 'xlsx' support
47
48
in this library will vary depending on the installed version of xlrd.
48
49
49
- 2. 0 .6.3 can write datetime.timedelta. but when the value is read out,
50
+ 2. v0 .6.3 can write datetime.timedelta. but when the value is read out,
50
51
you will get datetime.datetime. so you as the developer decides what to do with it.
51
52
52
- New flag: `detect_merged_cells ` allows you to spread the same value among
53
+ Past news
54
+ ===========
55
+
56
+ `detect_merged_cells ` allows you to spread the same value among
53
57
all merged cells. But be aware that this may slow down its reading
54
58
performance.
55
59
56
- New flag: `skip_hidden_row_and_column ` allows you to skip hidden rows
60
+ `skip_hidden_row_and_column ` allows you to skip hidden rows
57
61
and columns and is defaulted to **True **. It may slow down its reading
58
62
performance. And it is only valid for 'xls' files. For 'xlsx' files,
59
63
please use pyexcel-xlsx.
You can’t perform that action at this time.
0 commit comments