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
@@ -65,10 +65,11 @@ and export from SQL databases, information analysis and persistence. It uses
65
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
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.
@@ -66,6 +66,7 @@ and export from SQL databases, information analysis and persistence. It uses
66
66
#. 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.
67
67
#. 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.
68
68
69
+
69
70
Installation
70
71
-------------------
71
72
@@ -102,7 +103,7 @@ You will need to update your *settings.py*::
102
103
103
104
More excel file formats
104
105
------------------------
105
-
106
+
106
107
The example application understands csv, tsv and its zipped variants: csvz and tsvz. If you would like to expand the list of supported excel file formats (see :ref:`file-format-list`) for your own application, you could include one or all of the following import lines right after **django-excel** is imported::
0 commit comments