First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I see that previously a question was asked about how to automate the export of ACCC results to excel. I can manage the export part.
What I can't figure out is how to name the output excel file via a GUI that shows the directory the file is to be saved in (this is useful as a memory prompt for previously used naming conventions etc).
I've tried using
import tkFileDialog filename = tkFileDialog.askopenfilename()
and
import tkFileDialog filename = tkFileDialog.asksaveasfilename()
In various different ways without success. Any ideas?