Skip to content

Commit df58609

Browse files
committed
update readme with csvtotable example
1 parent 73c21df commit df58609

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.moban.d/cli-feature.rst.jj2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Usage
1818
.. code-block:: bash
1919

2020
$ cd demo
21-
$ pyexcel view --in-browser census.xls
21+
$ pyexcel view --in-browser --output-file-type sortable.html --sheet-index 0 https://github.com/pyexcel/excel2table/raw/master/sample/goog.ods
2222

2323
Here's what you will get:
2424

25-
.. image:: https://github.com/pyexcel/pyexcel-cli/raw/master/pyexcel-cli.gif
25+
.. image:: https://github.com/pyexcel/pyexcel-cli/raw/master/pyexcel-cli-sortable.gif
2626

27-
Here is an example usage:
27+
Here is another cli example usage:
2828

2929
.. code-block:: bash
3030

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ Usage
6060
.. code-block:: bash
6161
6262
$ cd demo
63-
$ pyexcel view --in-browser census.xls
63+
$ pyexcel view --in-browser --output-file-type sortable.html --sheet-index 0 https://github.com/pyexcel/excel2table/raw/master/sample/goog.ods
6464
6565
Here's what you will get:
6666

67-
.. image:: https://github.com/pyexcel/pyexcel-cli/raw/master/pyexcel-cli.gif
67+
.. image:: https://github.com/pyexcel/pyexcel-cli/raw/master/pyexcel-cli-sortable.gif
6868

69-
Here is an example usage:
69+
Here is another cli example usage:
7070

7171
.. code-block:: bash
7272

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Usage
3232
.. code-block:: bash
3333
3434
$ cd demo
35-
$ pyexcel view --in-browser census.xls
35+
$ pyexcel view --in-browser --output-file-type sortable.html --sheet-index 0 https://github.com/pyexcel/excel2table/raw/master/sample/goog.ods
3636
3737
Here's what you will get:
3838

39-
.. image:: https://github.com/pyexcel/pyexcel-cli/raw/master/pyexcel-cli.gif
39+
.. image:: https://github.com/pyexcel/pyexcel-cli/raw/master/pyexcel-cli-sortable.gif
4040

41-
Here is an example usage:
41+
Here is another cli example usage:
4242

4343
.. code-block:: bash
4444

pyexcel-cli-sortable.gif

247 KB
Loading

0 commit comments

Comments
 (0)