added exporting a report from bad board utility

This commit is contained in:
UpstreamData
2022-04-01 15:19:12 -06:00
parent d84fcaafdf
commit 7809bfc0d1
5 changed files with 50 additions and 1 deletions

View File

@@ -29,6 +29,12 @@ layout = [
sg.Button("ALL", key="select_all_ips"),
sg.Button("REFRESH DATA", key="refresh_data"),
sg.Button("OPEN IN WEB", key="open_in_web"),
sg.Input(key="save_report", visible=False, enable_events=True),
sg.SaveAs(
"SAVE REPORT",
key="save_report_button",
file_types=(("Excel Files", "*.xlsx"),),
),
],
[
sg.Table(