Skip to content

Commit 9a29401

Browse files
committed
show the effects
1 parent 234b1c6 commit 9a29401

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.moban.d/README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55

66
{%block features %}
77
**{{name}}** is inspired by `csvtotable <https://github.com/vividvilla/csvtotable>`_ and
8-
provides the functionality to pyexcel family.
8+
provides csvtotable functionality to pyexcel family.
99

1010
Quick evaluation::
1111

1212
$ pyexcel transcode --sheet-index 0 goog.ods google.sortable.html
1313

14+
Here's what you will get:
15+
16+
17+
.. image:: https://github.com/pyexcel/csvtotable/raw/master/sample/table.gif
18+
1419
{%endblock%}

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@ pyexcel-sortable - Let you focus on data, instead of file formats
1919

2020

2121
**pyexcel-sortable** is inspired by `csvtotable <https://github.com/vividvilla/csvtotable>`_ and
22-
provides the functionality to pyexcel family.
22+
provides csvtotable functionality to pyexcel family.
2323

2424
Quick evaluation::
2525

2626
$ pyexcel transcode --sheet-index 0 goog.ods google.sortable.html
2727

28+
Here's what you will get:
29+
30+
31+
.. image:: https://github.com/pyexcel/csvtotable/raw/master/sample/table.gif
32+
2833

2934

3035

0 commit comments

Comments
 (0)