We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de52262 commit abffd37Copy full SHA for abffd37
templates/README.rst.jj2
@@ -116,6 +116,12 @@ Continue from previous example:
116
As a pyexcel plugin
117
--------------------------------------------------------------------------------
118
119
+No longer, explicit import is needed since pyexcel version 0.2.2. Instead,
120
+this library is auto-loaded. So if you want to read data in {{file_type}} format,
121
+installing it is enough.
122
+
123
+Any version under pyexcel 0.2.2, you have to keep doing the following:
124
125
Import it in your file to enable this plugin:
126
127
.. code-block:: python
0 commit comments