Skip to content

Commit 9365f96

Browse files
committed
align readme file
1 parent d27079f commit 9365f96

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.moban.d/README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{%extends 'README.rst.jj2' %}
22

3-
{%block result1%}
4-
{"Sheet 1": [[1, 2, 3], [4, 5, 6]], "Sheet 2": [["row 1", "row 2", "row 3"]]}
5-
{%endblock%}
6-
7-
{%block result2%}
8-
{"Sheet 1": [[1, 2, 3], [4, 5, 6]], "Sheet 2": [[7, 8, 9], [10, 11, 12]]}
9-
{%endblock%}
10-
113
{%block description%}
124
**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>`__.
135
{%endblock%}

0 commit comments

Comments
 (0)