简体   繁体   中英

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. The data is writing to the excel correctly but I want to start a new sheet in that same excel file. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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