Are there any specific conditions that cause writing to a sheet to time out? #1858
Unanswered
bengiddins
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a worksheet in an xlsx that I am trying to write to using either SetSheetCell or SetSheetRow, and it always times out, even when setting a single cell. Other existing worksheets in the file can be written to, and new blank worksheets can be written to. Copying the cells of the worksheet to a new worksheet however still result in a timeout. The functions never return an error.
Are there any known conditions that could cause this? Frozen rows or columns, references to other sheets, dropdowns, formula etc? I've been working with Excelize for several years and have never encountered this behavior before. Happens on both 2.7 and 2.8.
Beta Was this translation helpful? Give feedback.
All reactions