I'm developing an Excel add-in using office.js library, and need to create some named ranges to track and access later.
However according to the API documentation:
NamedItemCollection: https://github.com/OfficeDev/office-js-docs/blob/master/reference/excel/nameditemcollection.md
NamedItem: https://github.com/OfficeDev/office-js-docs/blob/master/reference/excel/nameditem.md
There is no method for creating named items.
Is there a way to name and reference an Excel range using office.js? Thanks.