Skip to content

Commit 6861b09

Browse files
committed
📚 update readme
1 parent 7f38de9 commit 6861b09

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

.moban.d/custom_README.rst.jj2

+12-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44
{% endblock %}
55

66
{%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>`_.
8-
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.
10-
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.
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>`_.
10+
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.
14+
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,
18+
please use pyexcel-xlsx.
1219

1320
Warning
1421
================================================================================

README.rst

+12-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,18 @@ pyexcel-xls - Let you focus on data, instead of xls format
3535
.. image:: https://img.shields.io/static/v1?label=coding%20style&message=black&color=black&style=flat-square
3636
:target: https://github.com/psf/black
3737

38-
**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>`_.
39-
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.
41-
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.
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>`_.
41+
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.
45+
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,
49+
please use pyexcel-xlsx.
4350

4451
Warning
4552
================================================================================

0 commit comments

Comments
 (0)