Skip to content

Instantly share code, notes, and snippets.

@akrantz
Created May 24, 2019 18:29
Show Gist options
  • Save akrantz/d9891e2fd038ce7695d10cc14658ae81 to your computer and use it in GitHub Desktop.
Save akrantz/d9891e2fd038ce7695d10cc14658ae81 to your computer and use it in GitHub Desktop.
Can custom function id contain an underscore?
name: underscore
description: Can custom function id contain an underscore?
host: EXCEL
api_set: {}
script:
content: |-
/**
* @customfunction
*/
function add_numbers(first: number, second: number): number {
return first + second;
}
language: typescript
libraries: |
https://appsforoffice.microsoft.com/lib/1/hosted/office.js
@types/office-js
[email protected]/client/core.min.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment