Closed zi-l closed 5 years ago
The cause found. I need to write some data into excel file with openpyxl
, which causing this error. I have to open excel file and save it manually to make it return to normal (refer to readme). However, if use pycel
instead, everything is fine.
@zi-l, thanks for reporting this issue. Yes indeed, this is actually a known limitation that sometimes happens. It is also mentioned in the readme: "If this step fails, ensure that your Excel file is recent and in standalone mode (open it with Excel and save, it should rewrite the file and the resulting file should be three of four times heavier)."
I will close this for now, but always feel free to open pull requests if you find a way to improve this behaviour.
Info
code Reading excel file
Issue
Similar issue: #130