Update an Excel sheet in real time using Python

前端 未结 4 1087
野性不改
野性不改 2021-02-15 08:35

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

4条回答
  •  温柔的废话
    2021-02-15 08:43

    You can't change an Excel file that's being used by another application because the file format does not support concurrent access.

提交回复
热议问题