Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a low overhead way to get worksheetNames and specify which sheetNames to process #99

Open
cboleary opened this issue Apr 3, 2021 · 0 comments

Comments

@cboleary
Copy link

cboleary commented 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

  1. just ask for just the worksheet names with minimum processing
    and
  2. have a way to tell it to only process worksheets specified in a list

I have crudely implemented these changes in pull request #98

@cboleary 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant