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
18
18
.. code-block:: bash
19
19
20
20
$ 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
22
22
23
23
Here's what you will get:
24
24
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
26
26
27
- Here is an example usage:
27
+ Here is another cli example usage:
28
28
29
29
.. code-block:: bash
30
30
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ Usage
60
60
.. code-block :: bash
61
61
62
62
$ 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
64
64
65
65
Here's what you will get:
66
66
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
68
68
69
- Here is an example usage:
69
+ Here is another cli example usage:
70
70
71
71
.. code-block :: bash
72
72
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ Usage
32
32
.. code-block :: bash
33
33
34
34
$ 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
36
36
37
37
Here's what you will get:
38
38
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
40
40
41
- Here is an example usage:
41
+ Here is another cli example usage:
42
42
43
43
.. code-block :: bash
44
44
You can’t perform that action at this time.
0 commit comments