File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -60,4 +60,5 @@ Here is another cli example usage:
60
60
61
61
Because pyexcel family is loosely coupled, especially for file format supports, you
62
62
install the libraries that you need to. If you need to support xls format, you will
63
- need to install pyexcel-xls. For more information, please see the plugin section.
63
+ need to install pyexcel-xls. For more information, please see the plugin section.
64
+
Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ Here is another cli example usage:
103
103
Because pyexcel family is loosely coupled, especially for file format supports, you
104
104
install the libraries that you need to. If you need to support xls format, you will
105
105
need to install pyexcel-xls. For more information, please see the plugin section.
106
+
107
+
106
108
.. _file-format-list :
107
109
.. _a-map-of-plugins-and-file-formats :
108
110
Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ Here is another cli example usage:
74
74
Because pyexcel family is loosely coupled, especially for file format supports, you
75
75
install the libraries that you need to. If you need to support xls format, you will
76
76
need to install pyexcel-xls. For more information, please see the plugin section.
77
+
78
+
77
79
Installation
78
80
================================================================================
79
81
You can install it via pip:
You can’t perform that action at this time.
0 commit comments