testing code and modify commit.
This commit is contained in:
@@ -58,6 +58,7 @@ class AOHandler:
|
||||
]
|
||||
|
||||
values = [data.get(f, 0) for f in fields]
|
||||
print("---- values ---- ",values)
|
||||
|
||||
self.cursor.callproc("InsertAO", values)
|
||||
self.conn.commit()
|
||||
|
||||
@@ -206,7 +206,7 @@ class DocumentHandler:
|
||||
worksheet.write(row, col, df.iloc[row - 1, col], cell)
|
||||
|
||||
output.seek(0)
|
||||
|
||||
|
||||
return send_file(
|
||||
output,
|
||||
download_name=f"Summary_Report_{year}.xlsx",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user