@@ -11,6 +11,17 @@ Flask-Excel - Let you focus on data, instead of file formats
1111.. image :: https://readthedocs.org/projects/flask-excel/badge/?version=latest
1212 :target: http://flask-excel.readthedocs.org/en/latest/
1313
14+ Here is a typical conversation between the developer and the user::
15+
16+ User: "I have uploaded an excel file"
17+ "but your application says un-supported file format"
18+ Developer: "Did you upload an xlsx file or a csv file?"
19+ User: "Well, I am not sure. I saved the data using "
20+ "Microsoft Excel. Surely, it must be in an excel format."
21+ Developer: "OK. Here is the thing. I were not told to support"
22+ "all available excel formats in day 1. Live with it"
23+ "or delay the project x number of days."
24+
1425**Flask-Excel ** is based on `pyexcel <https://github.com/pyexcel/pyexcel >`_ and makes
1526it easy to consume/produce information stored in excel files over HTTP protocol as
1627well as on file system. This library can turn the excel data into a list of lists,
@@ -24,15 +35,6 @@ difference among various excel formats: csv, xls, xlsx. Instead of training thos
2435about file formats, this library helps web developers to handle most of the excel file
2536formats by providing a common programming interface.
2637
27- .. note ::
28- Here is a typical conversation between the developer and the user::
29-
30- User: "I have uploaded an excel file"
31- "but your application says un-supported file format"
32- Developer: "Did you upload an xlsx file or a csv file?"
33- User: "Well, I am not sure. I saved the data using "
34- "Microsoft Excel. Surely, it must be in an excel format."
35-
3638The highlighted features are:
3739
3840#. excel data import into and export from databases
0 commit comments