Skip to content

Commit 9a36d60

Browse files
authored
[Excel] (Custom functions) Update helpUrl description (#5435)
1 parent c1a5899 commit 9a36d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/excel/custom-functions-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manually create JSON metadata for custom functions in Excel
33
description: Define JSON metadata for custom functions in Excel and associate your function ID and name properties.
4-
ms.date: 07/10/2025
4+
ms.date: 10/27/2025
55
ms.localizationpriority: medium
66
---
77

@@ -171,7 +171,7 @@ The `functions` property is an array of custom function objects. The following t
171171
| Property | Data type | Required | Description |
172172
| :------------ | :-------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
173173
| `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`. |
175175
| `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. |
176176
| `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. |
177177
| `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

Comments
 (0)