Commit 36a33780 authored by Pado's avatar Pado
Browse files

Open .xlsx file without Windows command window

parent cf5e72a8
...@@ -238,7 +238,7 @@ class App(ttk.Frame): ...@@ -238,7 +238,7 @@ class App(ttk.Frame):
workbook.close() workbook.close()
t.close() t.close()
os.system(file_path) os.startfile(file_path)
def start_progress(): def start_progress():
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment