@@ -81,32 +81,34 @@ The highlighted features are:
8181
8282.. table :: A list of file formats supported by external plugins
8383
84- ======================== ======================= =============== ==================
85- Package name Supported file formats Dependencies Python versions
86- ======================== ======================= =============== ==================
87- `pyexcel-io `_ csv, csvz [#f1 ]_, tsv, 2.6, 2.7, 3.3,
88- tsvz [#f2 ]_ 3.4, 3.5, 3.6
89- pypy
90- `pyexcel-xls `_ xls, xlsx(read only), `xlrd `_, same as above
84+ ======================== ======================= ================= ==================
85+ Package name Supported file formats Dependencies Python versions
86+ ======================== ======================= ================= ==================
87+ `pyexcel-io `_ csv, csvz [#f1 ]_, tsv, 2.6, 2.7, 3.3,
88+ tsvz [#f2 ]_ 3.4, 3.5, 3.6
89+ pypy
90+ `pyexcel-xls `_ xls, xlsx(read only), `xlrd `_, same as above
9191 xlsm(read only) `xlwt `_
92- `pyexcel-xlsx `_ xlsx `openpyxl `_ same as above
93- `pyexcel-xlsxw `_ xlsx(write only) `XlsxWriter `_ same as above
94- `pyexcel-ods3 `_ ods `ezodf `_, 2.6, 2.7, 3.3, 3.4
95- lxml 3.5, 3.6
96- `pyexcel-ods `_ ods `odfpy `_ same as above
97- `pyexcel-odsr `_ read only for ods, fods lxml same as above
98- `pyexcel-htmlr `_ html(read only) lxml,html5lib same as above
99- `pyexcel-text `_ ( write only)json, rst, `tabulate `_ 2.6, 2.7, 3.3, 3.4
92+ `pyexcel-xlsx `_ xlsx `openpyxl `_ same as above
93+ `pyexcel-xlsxw `_ xlsx(write only) `XlsxWriter `_ same as above
94+ `pyexcel-ods3 `_ ods `pyexcel- ezodf `_, 2.6, 2.7, 3.3, 3.4
95+ lxml 3.5, 3.6
96+ `pyexcel-ods `_ ods `odfpy `_ same as above
97+ `pyexcel-odsr `_ read only for ods, fods lxml same as above
98+ `pyexcel-htmlr `_ html(read only) lxml,html5lib same as above
99+ `pyexcel-text `_ write only: rst, `tabulate `_ 2.6, 2.7, 3.3, 3.4
100100 mediawiki, html, 3.5, 3.6, pypy
101101 latex, grid, pipe,
102102 orgtbl, plain simple
103+ read only: ndjson
104+ r/w: json
103105 `pyexcel-handsontable `_ handsontable in html `handsontable `_ same as above
104106 `pyexcel-pygal `_ svg chart `pygal `_ 2.7, 3.3, 3.4, 3.5
105107 3.6, pypy
106108 `pyexcel-sortable `_ sortable table in html `csvtotable `_ same as above
107109 `pyexcel-gantt `_ gantt chart in html `frappe-gantt `_ except pypy, same
108110 as above
109- ======================== ======================= =============== ==================
111+ ======================== ======================= ================= ==================
110112
111113.. _pyexcel-io : https://github.com/pyexcel/pyexcel-io
112114.. _pyexcel-xls : https://github.com/pyexcel/pyexcel-xls
@@ -121,7 +123,7 @@ The highlighted features are:
121123.. _xlwt : https://github.com/python-excel/xlwt
122124.. _openpyxl : https://bitbucket.org/openpyxl/openpyxl
123125.. _XlsxWriter : https://github.com/jmcnamara/XlsxWriter
124- .. _ ezodf : https://github.com/T0ha/ ezodf
126+ .. _ pyexcel-ezodf : https://github.com/pyexcel/pyexcel- ezodf
125127.. _odfpy : https://github.com/eea/odfpy
126128
127129.. _pyexcel-text : https://github.com/pyexcel/pyexcel-text
@@ -292,7 +294,7 @@ How to update test environment and update documentation
292294Additional steps are required:
293295
294296#. pip install moban
295- #. git clone https://github.com/pyexcel /setupmobans.git # generic setup
297+ #. git clone https://github.com/moremoban /setupmobans.git # generic setup
296298#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
297299#. make your changes in `.moban.d ` directory, then issue command `moban `
298300
0 commit comments