Skip to content

Commit abffd37

Browse files
committed
update readme for pyexcel-io plugins
1 parent de52262 commit abffd37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/README.rst.jj2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ Continue from previous example:
116116
As a pyexcel plugin
117117
--------------------------------------------------------------------------------
118118

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+
119125
Import it in your file to enable this plugin:
120126

121127
.. code-block:: python

0 commit comments

Comments
 (0)