Hi,
We’re using an Office Excel Addin which is implemented using Office Js API. It exposes some custom functions (e.g. Store.Availability) the syntax looks like this
=Store.Avail(“ItemName”, [“StoreName”])
e.g. =Store…...which is implemented using Office JS API. It exposes some custom functions...