You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`description`| string | No | The description of the function that end users see in Excel. For example, **Converts a Celsius value to Fahrenheit**. |
174
-
|`helpUrl`| string | No | URL that provides information about the function. (It is displayed in a task pane.) For example, `http://contoso.com/help/convertcelsiustofahrenheit.html`. |
174
+
|`helpUrl`| string | No | URL that provides information about the function. For example, `http://contoso.com/help/convertcelsiustofahrenheit.html`. |
175
175
|`id`| string | Yes | A unique ID for the function. This ID can only contain alphanumeric characters and periods and should not be changed after it is set. |
176
176
|`name`| string | Yes | The name of the function that end users see in Excel. In Excel, this function name is prefixed by the custom functions namespace that's specified in the add-in only manifest file. |
177
177
|`options`| object | No | Enables you to customize some aspects of how and when Excel executes the function. See [options](#options) for details. |
0 commit comments