First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
In v.33.12, the overwritesheet setting works as expected. The following is the code I used:
try:
chnfobj.xlsout(channels=mychannels,
outfile=filei,
xlsfile=XLSfile,
sheet=sheetname,
overwritesheet = True,
show=False
)
except:
print '\n ERROR: Exporting Channels to %s Excel file, sheet %s failed.'%(XLSfile,sheetname)