Skip to content

Commit 792b20e

Browse files
committed
enhance the sales pitch
1 parent 6b9b657 commit 792b20e

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

README.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1526
it easy to consume/produce information stored in excel files over HTTP protocol as
1627
well 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
2435
about file formats, this library helps web developers to handle most of the excel file
2536
formats 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-
3638
The highlighted features are:
3739

3840
#. excel data import into and export from databases

doc/source/index.rst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ Welcome to Flask-Excel's documentation!
1313
:Released: |release|
1414
:Generated: |today|
1515

16+
Here is a typical conversation between the developer and the user::
17+
18+
User: "I have uploaded an excel file"
19+
"but your application says un-supported file format"
20+
Developer: "Did you upload an xlsx file or a csv file?"
21+
User: "Well, I am not sure. I saved the data using "
22+
"Microsoft Excel. Surely, it must be in an excel format."
23+
Developer: "OK. Here is the thing. I were not told to support"
24+
"all available excel formats in day 1. Live with it"
25+
"or delay the project x number of days."
26+
1627
**Flask-Excel** is based on `pyexcel <https://github.com/pyexcel/pyexcel>`_ and makes
1728
it easy to consume/produce information stored in excel files over HTTP protocol as
1829
well as on file system. This library can turn the excel data into a list of lists,
@@ -26,15 +37,6 @@ difference among various excel formats: csv, xls, xlsx. Instead of training thos
2637
about file formats, this library helps web developers to handle most of the excel file
2738
formats by providing a common programming interface.
2839

29-
.. note::
30-
Here is a typical conversation between the developer and the user::
31-
32-
User: "I have uploaded an excel file"
33-
"but your application says un-supported file format"
34-
Developer: "Did you upload an xlsx file or a csv file?"
35-
User: "Well, I am not sure. I saved the data using "
36-
"Microsoft Excel. Surely, it must be in an excel format."
37-
3840
The highlighted features are:
3941

4042
#. excel data import into and export from databases

0 commit comments

Comments
 (0)