This article says a new simplified Office API is in "Preview" mode. Who gets to preview it? When will it come out of Preview (been almost a year)? Will it be available in Excel online? Is a special license required? I'm using the free Excel online.
If i create a script containing the following:
function main(workbook: ExcelScript.Workbook) {
// Your code goes here
}
i just get an error "Cannot find namespace 'ExcelScript'." Can i enable this by adding something to the Libraries tab?