File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
2323Here'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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments