亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

Python生成并下載文件后端代碼實(shí)例

瀏覽:20日期:2022-07-12 18:00:52

txt文件

生成并下載txt文件:

@app.route(’/download’, methods=[’GET’])def download(): content = 'long text' response = make_response(content) response.headers['Content-Disposition'] = 'attachment; filename=myfilename.txt' return response

運(yùn)行app.py后,在瀏覽器中輸入:http://127.0.0.1:5000/download,直接下載txt文件。

excel 文件

生成并下載excel 文件:

@app.route('/export',methods = [’GET’])def export(): out = BytesIO() workbook = xlsxwriter.Workbook(out) table = workbook.add_worksheet() table.write(0, 0, '第1列') table.write(0, 1, '第2列') table.write(0, 2, '第3列') table.write(0, 0, 'name') table.write(1, 1, 'sex') table.write(2, 2, 'class') workbook.close() out.seek(0) filename = quote('Entity類下載.xlsx') rv = send_file(out, as_attachment=True, attachment_filename=filename) rv.headers[’Content-Disposition’] += '; filename*=utf-8’’{}'.format(filename) return rv

運(yùn)行app.py后,在瀏覽器中輸入:http://127.0.0.1:5000/export,可以直接下載excel文件。

前后端分離時(shí),接口返回時(shí)要注意headers 

def exportExcel(): workbook = xlwt.Workbook(encoding=’utf-8’) wSheet = workbook.add_sheet('Plan') titleFont = xlwt.Font() f = BytesIO() workbook.save(f) f.seek(0) filename = quote(saveFile) # 將單個(gè)字符串編碼轉(zhuǎn)化為 %xx%xx 的形式 rv = send_file(f, as_attachment=True, attachment_filename=filename) rv.headers[’Content-Disposition’] += '; filename*=utf-8’’{}'.format(filename) rv.headers[’Cache-Control’] = ’no-store’ # 重點(diǎn)在這句!!!!!!!!!!!!!!!!! return rv

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 欧美另类综合 | 久久久久久一级毛片免费野外 | 女人一级毛片 | 九九视频免费精品视频免费 | 久久国产这里只有精品 | 天天综合色网 | 日本不卡视频一区二区三区 | 一级片黄色一级片 | 国产性色视频在线高清 | 日韩高清一区 | 免费观看欧美一级特黄 | 国产一级精品视频 | 日本高清免费一本视频在线观看 | 日韩a级毛片免费观看 | 免费黄色网址在线观看 | 亚洲国产一区在线观看 | 久久99国产精品久久99软件 | 国产精品成人免费视频 | 久免费视频 | 国产性感美女视频 | 亚洲国产日韩a在线播放 | 日韩欧美一区二区在线观看 | 国产欧美日韩在线观看精品 | www.色涩涩.com | 国产乱理伦片在线观看大陆 | 伊人精品网 | 免费一级黄色录像影片 | zoofilia杂交videos新另类 | 曰本黄色录像 | 久青草久青草高清在线播放 | 青草免费免费观看视频在线 | 日韩在线 中文字幕 | 亚洲国产精品67194成人 | 欧美伦理三级 | 欧美成人tv | 唐人社区精品视频 | 4444在线观看片 | 久久黄色一级片 | 黄网观看| 婷婷综合丁香 | 亚洲欧美精品综合中文字幕 |