diff --git a/call.cgi b/call.cgi index 002a848..3799737 100755 --- a/call.cgi +++ b/call.cgi @@ -253,6 +253,8 @@ else: wb.remove(wb[room+"座席表"]) + wb.move_sheet('注意事項', offset=len(wb.sheetnames)) + filename="attendancebook"+fr.strftime("%Y%m%d%H%M")+".xlsx" tname= tempfile.mktemp(filename) wb.save(tname)