You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .moban.d/README.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,10 @@
3
3
{%block description%}
4
4
**pyexcel-xlsx** is a tiny wrapper library to read, manipulate and write data in xlsx and xlsm fromat using openpyxl. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`__.
5
5
6
-
Please note that `auto_detect_int` flag will not take effect because openpyxl detect integer in python 3 by default.
6
+
Please note:
7
+
8
+
1. `auto_detect_int` flag will not take effect because openpyxl detect integer in python 3 by default.
9
+
2. `skip_hidden_row_and_column` will slow down the read operation.
0 commit comments