Dyntools Overwrite Excel Sheet
Hello,
I am using dyntools to output data to excel.
dyntools.CHNF.xlsout(xlsresult, channels=[], show=False, xlsfile=xlsoutput, outfile=outfile, overwritesheet = True)
This is the code I am using, I believe that overwritesheet = True should overwite sheet1 every time I run the script.
I currently need to delete the old excel sheet every time I re run my script or else the excel workbook will create new sheets of the same data, which causes the file to become huge.
What should I do?
Thanks