@@ -35,19 +35,19 @@ The highlighted features are:
35
35
================ ==========================================
36
36
Plugins Supported file formats
37
37
================ ==========================================
38
- `xls `_ xls, xlsx(r), xlsm(r)
39
- `xlsx `_ xlsx
40
- `ods3 `_ ods (python 2.6, 2.7, 3.3, 3.4)
41
- `ods `_ ods (python 2.6, 2.7)
42
- `text `_ write only)json, rst, mediawiki,
38
+ `pyexcel- xls `_ xls, xlsx(r), xlsm(r)
39
+ `pyexcel- xlsx `_ xlsx
40
+ `pyexcel- ods3 `_ ods (python 2.6, 2.7, 3.3, 3.4)
41
+ `pyexcel- ods `_ ods (python 2.6, 2.7)
42
+ `pyexcel- text `_ ( write only)json, rst, mediawiki,
43
43
latex, grid, pipe, orgtbl, plain simple
44
44
================ ==========================================
45
45
46
- .. _ xls : https://github.com/chfw/pyexcel-xls
47
- .. _ xlsx : https://github.com/chfw/pyexcel-xlsx
48
- .. _ ods : https://github.com/chfw/pyexcel-ods
49
- .. _ ods3 : https://github.com/chfw/pyexcel-ods3
50
- .. _ text : https://github.com/chfw/pyexcel-text
46
+ .. _ pyexcel-xls : https://github.com/chfw/pyexcel-xls
47
+ .. _ pyexcel-xlsx : https://github.com/chfw/pyexcel-xlsx
48
+ .. _ pyexcel-ods : https://github.com/chfw/pyexcel-ods
49
+ .. _ pyexcel-ods3 : https://github.com/chfw/pyexcel-ods3
50
+ .. _ pyexcel-text : https://github.com/chfw/pyexcel-text
51
51
52
52
This library makes infomation processing involving various excel files as easy as
53
53
processing array, dictionary when processing file upload/download, data import into
0 commit comments