@@ -79,8 +79,8 @@ The highlighted features are:
7979 mediawiki, html, 3.5, pypy, pypy3
8080 latex, grid, pipe,
8181 orgtbl, plain simple
82- `pyexcel-handsontable `_ handsontable in html `handsontable `_ same as above
83- `pyexcel-chart `_ svg chart `pygal `_ same as above
82+ `pyexcel-handsontable `_ handsontable in html `handsontable `_ same as above [ #f3 ]_
83+ `pyexcel-pygal `_ svg chart `pygal `_ same as above [ #f3 ]_
8484 ======================== ======================= =============== ==================
8585
8686.. _pyexcel-io : https://github.com/pyexcel/pyexcel-io
@@ -102,8 +102,19 @@ The highlighted features are:
102102.. _tabulate : https://bitbucket.org/astanin/python-tabulate
103103.. _pyexcel-handsontable : https://github.com/pyexcel/pyexcel-handsontable
104104.. _handsontable : https://cdnjs.com/libraries/handsontable
105- .. _pyexcel-chart : https://github.com/pyexcel/pyexcel-chart
105+ .. _pyexcel-pygal : https://github.com/pyexcel/pyexcel-chart
106106.. _pygal : https://github.com/Kozea/pygal
107+ .. _pyexcel-matplotlib : https://github.com/pyexcel/pyexcel-matplotlib
108+ .. _matplotlib : https://matplotlib.org
109+
110+ .. [#f3 ] coming soon
111+
112+ In order to manage the list of plugins installed, you need to use pip to add or remove
113+ a plugin. When you use virtualenv, you can have different plugins per virtual
114+ environment. In the situation where you have multiple plugins that does the same thing
115+ in your environment, you need to tell pyexcel which plugin to use per function call.
116+ For example, pyexcel-ods and pyexcel-odsr, and you want to get_array to use pyexcel-odsr.
117+ You need to append get_array(..., library='pyexcel-odsr').
107118
108119.. rubric :: Footnotes
109120
0 commit comments