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
when ReadData is called using parseXLSX, it blindly processes every worksheet in the workbook.
This can take several minutes with a very large spreadsheet with many workbooks
It would be good to have a way to
just ask for just the worksheet names with minimum processing
and
have a way to tell it to only process worksheets specified in a list
I have crudely implemented these changes in pull request #98
The text was updated successfully, but these errors were encountered:
cboleary
changed the title
Need a low overhead way to get sheetNames and
Need a low overhead way to get worksheetNames and specify which sheetNames to process
Apr 3, 2021
when ReadData is called using parseXLSX, it blindly processes every worksheet in the workbook.
This can take several minutes with a very large spreadsheet with many workbooks
It would be good to have a way to
and
I have crudely implemented these changes in pull request #98
The text was updated successfully, but these errors were encountered: