forked from sheetjs/sheetjs
SheetJS
1d61054602
- 'html' bookType write format - basic HTML entity encoding (fixes #629 h/t @xkr47) - HTML string and table merge cell fixes - doc notes on nodejs streaming
239 B
239 B
Streaming Write
XLSX.stream.to_csv
is the streaming version of XLSX.utils.sheet_to_csv
. It
takes the same arguments but returns a readable stream.
https://github.com/sheetjs/sheetaki pipes CSV write stream to nodejs response.