Created
May 24, 2019 18:29
-
-
Save akrantz/d9891e2fd038ce7695d10cc14658ae81 to your computer and use it in GitHub Desktop.
Can custom function id contain an underscore?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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