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 b5b135a commit e47e902Copy full SHA for e47e902
README.rst
@@ -5,7 +5,7 @@ Flask-Excel - Let you focus on data, instead of file formats
5
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
6
:target: https://www.patreon.com/chfw
7
8
-.. image:: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
+.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel-mobans/master/images/awesome-badge.svg
9
:target: https://awesome-python.com/#specific-formats-processing
10
11
.. image:: https://travis-ci.org/pyexcel-webwares/Flask-Excel.svg?branch=master
@@ -56,6 +56,8 @@ Known constraints
56
57
Fonts, colors and charts are not supported.
58
59
+Nor to read password protected xls, xlsx and ods files.
60
+
61
Introduction
62
================================================================================
63
Here is a typical conversation between the developer and the user::
docs/source/index.rst
@@ -6,7 +6,7 @@
`Flask-Excel` - Let you focus on data, instead of file formats
-:Author: chfw
+:Author: C.W.
:Source code: http://github.com/pyexcel-webwares/Flask-Excel.git
:Issues: http://github.com/pyexcel-webwares/Flask-Excel/issues
12
:License: New BSD License
setup.py
@@ -28,7 +28,7 @@
28
locale.setlocale(locale.LC_ALL, "en_US.UTF-8")
29
30
NAME = "Flask-Excel"
31
-AUTHOR = "chfw"
+AUTHOR = "C.W."
32
VERSION = "0.0.7"
33
EMAIL = "info@pyexcel.org"
34
LICENSE = "New BSD"
@@ -95,7 +95,7 @@
95
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
96
HERE = os.path.abspath(os.path.dirname(__file__))
97
98
-GS_COMMAND = ("gs Flask-Excel v0.0.7 " +
+GS_COMMAND = ("gease Flask-Excel v0.0.7 " +
99
"Find 0.0.7 in changelog for more details")
100
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
101
"Please install gease to enable it.")
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments