Is there a way to update a spreadsheet in real time while it is open in Excel? I have a workbook called Example.xlsx which is open in Excel and I have the following python code
You can't change an Excel file that's being used by another application because the file format does not support concurrent access.