質問編集履歴

1

内容変更

2022/07/28 00:36

投稿

humans
humans

スコア4

test CHANGED
File without changes
test CHANGED
@@ -11,8 +11,8 @@
11
11
  ### 該当のソースコード
12
12
 
13
13
  ```
14
- return (render_template('admins.html'),send_file(downloadFile, as_attachment = True,\
14
+ return render_template('admins.html'), send_file(downloadFile, as_attachment = True,\
15
15
  attachment_filename = downloadFileName, \
16
- mimetype = XLSX_MIMETYPE))
16
+ mimetype = XLSX_MIMETYPE)
17
17
 
18
18
  ```