Update an Excel sheet in real time using Python

前端 未结 4 656
孤街浪徒
孤街浪徒 2021-02-15 08:23

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:49

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

提交回复
热议问题