Skip to content

Commit 062942d

Browse files
committed
📚 add usage warning
1 parent 084fa8e commit 062942d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.moban.d/custom_README.rst.jj2

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ New flag: `detect_merged_cells` allows you to spread the same value among all me
1010

1111
New flag: `skip_hidden_row_and_column` allows you to skip hidden rows and columns and is defaulted to **True**. It may slow down its reading performance. And it is only valid for 'xls' files. For 'xlsx' files, please use pyexcel-xlsx.
1212

13+
Warning
14+
================================================================================
15+
16+
xls file cannot contain more than 65,000 rows. You are risking the reputation
17+
of yourself/your company/
18+
`your country <https://www.bbc.co.uk/news/technology-54423988>`_ if you keep
19+
using xls and are not aware of its row limit.
20+
1321
{%endblock%}
1422

1523
{%block extras %}

0 commit comments

Comments
 (0)