office365 - Excel 2013 js API: How to get Worksheet names? -


how can name of different sheets within excel workbook using js api of microsoft.

for excel 2016 use ctx.workbook.worksheets.items there when developing add ins excel 2013?

unfortunately not. host-specific functionality (as opposed cross-host apis of 2013, didn't got depth given host), need office 2016.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

delphi - Disable and change color of node in Treeview -