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
The method listWorksheetInfo is great for analyzing an Excel workbook without loading it (and therefore consuming a lot of memory). Sadly, it is missing the sheet state of the worksheets. Adding the sheet state to the output of listWorksheetInfo would make reasoning about workbooks and their worksheets more flexibel.
The text was updated successfully, but these errors were encountered:
The method
listWorksheetInfo
is great for analyzing an Excel workbook without loading it (and therefore consuming a lot of memory). Sadly, it is missing the sheet state of the worksheets. Adding the sheet state to the output oflistWorksheetInfo
would make reasoning about workbooks and their worksheets more flexibel.The text was updated successfully, but these errors were encountered: