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 -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -