Is there an API which can help to create a new sheet programmatically through an Excel Add In using Excel JS?
1 Answer
Use the add method on the WorksheetCollection object:
https://dev.office.com/reference/add-ins/excel/worksheetcollection#addname-string
1 Comment
infinitydlimit
Thanks a lot Michael for a quick response!