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

Opt-in to asynchronous parsing of XLSX? #262

Open
visnup opened this issue Sep 28, 2021 · 0 comments
Open

Opt-in to asynchronous parsing of XLSX? #262

visnup opened this issue Sep 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@visnup
Copy link
Member

visnup commented Sep 28, 2021

The fileAttachment.xlsx() method is currently synchronous: once you call it, the entire workbook is parsed. For very large workbooks this may be prohibitive and a streaming API may be preferred. It could delay work until a specific sheet and range are extracted and stream rows back instead of building them up in memory.

@visnup visnup added the enhancement New feature or request label Sep 28, 2021
@visnup visnup changed the title Opt-in to asynchronous parsing of .xlsx? Opt-in to asynchronous parsing of XLSX? Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant