stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Opt-in to asynchronous parsing of XLSX?

Open visnup opened this issue 3 years ago • 0 comments

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 avatar Sep 28 '21 16:09 visnup