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/custom_README.rst.jj2
+18-3
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,26 @@
4
4
{% endblock %}
5
5
6
6
{%block description%}
7
-
**pyexcel-{{file_type}}** is a tiny wrapper library to read, manipulate and write data in {{file_type}} format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
7
+
**pyexcel-{{file_type}}** is a tiny wrapper library to read, manipulate and
8
+
write data in {{file_type}} format and it can read xlsx and xlsm fromat.
9
+
You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
8
10
9
-
New flag: `detect_merged_cells` allows you to spread the same value among all merged cells. But be aware that this may slow down its reading performance.
11
+
New flag: `detect_merged_cells` allows you to spread the same value among
12
+
all merged cells. But be aware that this may slow down its reading
13
+
performance.
10
14
11
-
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.
15
+
New flag: `skip_hidden_row_and_column` allows you to skip hidden rows
16
+
and columns and is defaulted to **True**. It may slow down its reading
17
+
performance. And it is only valid for 'xls' files. For 'xlsx' files,
**pyexcel-xls** is a tiny wrapper library to read, manipulate and write data in xls format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
38
+
**pyexcel-xls** is a tiny wrapper library to read, manipulate and
39
+
write data in xls format and it can read xlsx and xlsm fromat.
40
+
You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
39
41
40
-
New flag: `detect_merged_cells` allows you to spread the same value among all merged cells. But be aware that this may slow down its reading performance.
42
+
New flag: `detect_merged_cells` allows you to spread the same value among
43
+
all merged cells. But be aware that this may slow down its reading
44
+
performance.
41
45
42
-
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.
46
+
New flag: `skip_hidden_row_and_column` allows you to skip hidden rows
47
+
and columns and is defaulted to **True**. It may slow down its reading
48
+
performance. And it is only valid for 'xls' files. For 'xlsx' files,
0 commit comments