sheetjs/docbits/31_writestream.md
SheetJS 1d61054602 HTML Write support
- '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
2017-04-16 00:32:13 -04:00

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.