-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Currently writing XLS files uses the workbook API, which keeps the entire file in memory. It would be nice to be able to stream rows to disk as they are written to keep memory low.
Ideally this would be done with the low-level BIFF records API, but the format for this is complex and not well documented.