Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 excel4node 中,我可以使用 write 创建文件,也可以按如下方式写入缓冲区:
wb.writeToBuffer().then(function (buffer) { // 用缓冲区做一些事情 });
wb.writeToBuffer().then(function (buffer) {
// 用缓冲区做一些事情
});
如何获取缓冲区然后让 React 将文件下载到浏览器?
excel4node 不适用于 React。
似乎只适用于nodejs服务器端。
我最终使用了https://www.npmjs.com/package/xlsx