Skip to content

Opt-in to asynchronous parsing of XLSX? #262

Open
@visnup

Description

@visnup

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions