Python / Excel : Turn off Office Excel Compatibility Checker Programmatically
问题 A file which has data I need to access is being generated in xlsx format yet I need it to be in xls format for my purpose. I'm able to use win32com.client to open the file however the save cannot fully complete due to Compatibility Checker dialog pop up which notifies you of loss of formatting/features by going from a xlsx --> xls format. Here's the code which currently doesn't allow me to save the file as execution hangs waiting for the dialog to close, any help would be much appreciated: