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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: