8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f73dc3 commit bd3d7c5Copy full SHA for bd3d7c5
django_excel.yml
@@ -13,5 +13,5 @@ extra_dependencies:
13
- pyexcel-xlsx>=0.1.0
14
- ods:
15
- pyexcel-ods3>=0.1.0
16
-description: |
+description:
17
A django middleware that provides one application programming interface to read and write data in different excel file formats
setup.py
@@ -15,8 +15,7 @@
LICENSE = 'New BSD'
DESCRIPTION = (
'A django middleware that provides one application programming interfac' +
18
- 'e to read and write data in different excel file formats
19
-' +
+ 'e to read and write data in different excel file formats' +
20
''
21
)
22
KEYWORDS = [
0 commit comments