i m making an application which append data to an excel file. when the command workbook.close() is executed then excel application warn me if i want to save the data. how can i disable this warning dialog from excel?
workbook.close(True)