You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's to do with extracting the contents of the excel workbook (unzipping them). Obviously the file contents hold a reference to a sheet that no longer exists, i guess the correct behaviour is for this to be gracefully handled by ignoring the error if the file is not present.
test3.xlsx
Say, if we have a workbook with 3 worksheets and sheet1 is deleted, we start getting an error when opening the file using the
Open
method:Can we not skip the sheets ids that are not associated with a worksheet?
The text was updated successfully, but these errors were encountered: