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 808d20a commit 35e8229Copy full SHA for 35e8229
.moban.d/README.rst
@@ -27,9 +27,10 @@ Here are some example codes:
27
.. code-block:: python
28
29
from flask import Flask, request, jsonify
30
- from flask.ext import excel
+ import flask_excel
31
32
app=Flask(__name__)
33
+ flask_excel.init_excel(app)
34
35
@app.route("/upload", methods=['GET', 'POST'])
36
def upload_file():
README.rst
@@ -202,9 +202,10 @@ Here are some example codes:
202
203
204
205
206
207
208
209
210
211
0 commit comments