简体   繁体   English

在不删除先前数据的情况下,在同一文件中写入新的Excel工作表(nodeJS)

[英]Writing to a new excel sheet in the same file without deleting previous data (nodeJS)

Morning everyone. 大家早上好。 I am having a small issue when it comes to writing to an excel file with code. 在使用代码写入excel文件时,我遇到了一个小问题。 The data is writing to the excel correctly but I want to start a new sheet in that same excel file. 数据正确地写入了excel,但是我想在相同的excel文件中开始新的工作表。 How do I do that with code? 我该如何使用代码?

Summary Write new data to excel on a new sheet every time without overwriting anything. 总结每次都在不覆盖任何内容的情况下,在新工作表上写入新数据以使其表现出色。

Are you using any libraries? 您在使用任何库吗? Have you looked at this?: https://www.npmjs.com/package/msexcel-builder 您看过吗?: https : //www.npmjs.com/package/msexcel-builder

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM