Skip to content

Commit 7fe8861

Browse files
chfwactions-user
authored andcommitted
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent a7efa57 commit 7fe8861

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,25 @@ pyexcel-xls - Let you focus on data, instead of xls format
3939
write data in xls format and it can read xlsx and xlsm fromat.
4040
You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
4141

42-
Update:
42+
Oct 2021 - Update:
43+
===================
4344

4445
1. v0.6.3 removed the pin on xlrd < 2. If you have xlrd >= 2, this
4546
library will NOT read 'xlsx' format and you need to install pyexcel-xlsx. Othwise,
4647
this library can use xlrd < 2 to read xlsx format for you. So 'xlsx' support
4748
in this library will vary depending on the installed version of xlrd.
4849

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,
5051
you will get datetime.datetime. so you as the developer decides what to do with it.
5152

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
5357
all merged cells. But be aware that this may slow down its reading
5458
performance.
5559

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
5761
and columns and is defaulted to **True**. It may slow down its reading
5862
performance. And it is only valid for 'xls' files. For 'xlsx' files,
5963
please use pyexcel-xlsx.

0 commit comments

Comments
 (0)