align readme file

This commit is contained in:
chfw 2016-05-23 23:40:31 +01:00
parent de524823ac
commit 0531349c64
1 changed files with 0 additions and 7 deletions

View File

@ -1,12 +1,5 @@
{%extends 'README.rst.jj2' %}
{%block result1%}
{"Sheet 1": [[1, 2, 3], [4, 5, 6]], "Sheet 2": [["row 1", "row 2", "row 3"]]}
{%endblock%}
{%block result2%}
{"Sheet 1": [[1, 2, 3], [4, 5, 6]], "Sheet 2": [[7, 8, 9], [10, 11, 12]]}
{%endblock%}
{%block description%}
**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>`_.
{%endblock%}