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
I have a large data to be generated, so I want to use streaming to transmit it. I divide the large data into several small parts, build xlsx buffers separately, and then use data streaming to transmit. But the last downloaded file cannot be opened.
I have a large data to be generated, so I want to use streaming to transmit it. I divide the large data into several small parts, build xlsx buffers separately, and then use data streaming to transmit. But the last downloaded file cannot be opened.
const buffer = xlsx.build([{name: 'section1', data: part1, options: {}}]);
stream.push(buffer);
The text was updated successfully, but these errors were encountered: