Skip to content

Commit 8b2e676

Browse files
committed
update description
1 parent 792b20e commit 8b2e676

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ lets you focus on data in Flask based web development, instead of file formats.
3030

3131
The idea originated from the common usability problem when developing an excel file
3232
driven web applications for non-technical office workers: such as office assistant,
33-
human resource administrator. It is an un-deniable fact that not all people know the
33+
human resource administrator. The fact is that not all people know the
3434
difference among various excel formats: csv, xls, xlsx. Instead of training those people
3535
about file formats, this library helps web developers to handle most of the excel file
36-
formats by providing a common programming interface.
36+
formats by providing a common programming interface. To add a specific excel file format
37+
to you application, all you need is to install an extra pyexcel plugin. No code change
38+
to your application.
3739

3840
The highlighted features are:
3941

doc/source/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ lets you focus on data in Flask based web development, instead of file formats.
3232

3333
The idea originated from the common usability problem when developing an excel file
3434
driven web applications for non-technical office workers: such as office assistant,
35-
human resource administrator. It is an un-deniable fact that not all people know the
35+
human resource administrator. The fact is that not all people know the
3636
difference among various excel formats: csv, xls, xlsx. Instead of training those people
3737
about file formats, this library helps web developers to handle most of the excel file
38-
formats by providing a common programming interface.
38+
formats by providing a common programming interface. To add a specific excel file format
39+
to you application, all you need is to install an extra pyexcel plugin. No code change
40+
to your application.
3941

4042
The highlighted features are:
4143

0 commit comments

Comments
 (0)