You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library makes infomation processing involving various excel files as easy as
60
+
processing array, dictionary when processing file upload/download, data import into
61
+
and export from SQL databases, information analysis and persistence. It uses
62
+
**pyexcel** and its plugins:
63
+
64
+
#. to provide one uniform programming interface to handle csv, tsv, xls, xlsx, xlsm and ods formats.
65
+
#. to provide one-stop utility to import the data in uploaded file into a database and to export tables in a database as excel files for file download.
66
+
#. to provide the same interface for information persistence at server side: saving a uploaded excel file to and loading a saved excel file from file system.
0 commit comments