How to write big data from database to xlsx file #2975
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#2975
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is it possible to write big data ~500k+ rows from sql database to xlsx file as stream or may be better way?
I see stream write only in csv or json...
currently there is no streaming write for XLSX.
Based on a simple test of 500K records x 3 columns: https://jsfiddle.net/f5vhzjLo/
Locally it takes ~0.8s to build the worksheet object and ~3.1s to write the file.