| 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?
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.