|
2 | 2 |
|
3 | 3 | Custom functions enable you to add new functions to Excel by defining those functions in JavaScript as part of an add-in. Users within Excel can access custom functions just as they would any native function in Excel, such as `SUM()`. |
4 | 4 |
|
5 | | -This repository contains the source code used by the [Yo Office generator](https://github.com/OfficeDev/generator-office) when you create a new custom functions project. You can also use this repository as a sample to base your own custom functions project from if you choose not to use the generator. For more detailed information about custom functions in Excel, see the [Custom functions overview](https://docs.microsoft.com/office/dev/add-ins/excel/custom-functions-overview) article in the Office Add-ins documentation or see the [additional resources](#additional-resources) section of this repository. |
| 5 | +This repository contains the source code used by the [Yo Office generator](https://github.com/OfficeDev/generator-office) when you create a new custom functions project. You can also use this repository as a sample to base your own custom functions project from if you choose not to use the generator. For more detailed information about custom functions in Excel, see the [Custom functions overview](https://learn.microsoft.com/office/dev/add-ins/excel/custom-functions-overview) article in the Office Add-ins documentation or see the [additional resources](#additional-resources) section of this repository. |
6 | 6 |
|
7 | 7 | ## Debugging custom functions |
8 | 8 |
|
9 | | -This template supports debugging custom functions from [Visual Studio Code](https://code.visualstudio.com/). For more information see [Custom functions debugging](https://aka.ms/custom-functions-debug). For general information on debugging task panes and other Office Add-in parts, see [Test and debug Office Add-ins](https://docs.microsoft.com/office/dev/add-ins/testing/test-debug-office-add-ins). |
| 9 | +This template supports debugging custom functions from [Visual Studio Code](https://code.visualstudio.com/). For more information see [Custom functions debugging](https://aka.ms/custom-functions-debug). For general information on debugging task panes and other Office Add-in parts, see [Test and debug Office Add-ins](https://learn.microsoft.com/office/dev/add-ins/testing/test-debug-office-add-ins). |
10 | 10 |
|
11 | 11 | ## Questions and comments |
12 | 12 |
|
13 | 13 | We'd love to get your feedback about this sample. You can send your feedback to us in the *Issues* section of this repository. |
14 | 14 |
|
15 | | -Questions about Office Add-ins development in general should be posted to [Microsoft Q&A](https://docs.microsoft.com/answers/questions/185087/questions-about-office-add-ins.html). If your question is about the Office JavaScript APIs, make sure it's tagged with [office-js-dev]. |
| 15 | +Questions about Office Add-ins development in general should be posted to [Microsoft Q&A](https://learn.microsoft.com/answers/questions/185087/questions-about-office-add-ins.html). If your question is about the Office JavaScript APIs, make sure it's tagged with [office-js-dev]. |
16 | 16 |
|
17 | 17 | ## Join the Microsoft 365 Developer Program |
| 18 | + |
18 | 19 | Get a free sandbox, tools, and other resources you need to build solutions for the Microsoft 365 platform. |
| 20 | + |
19 | 21 | - [Free developer sandbox](https://developer.microsoft.com/microsoft-365/dev-program#Subscription) Get a free, renewable 90-day Microsoft 365 E5 developer subscription. |
20 | 22 | - [Sample data packs](https://developer.microsoft.com/microsoft-365/dev-program#Sample) Automatically configure your sandbox by installing user data and content to help you build your solutions. |
21 | 23 | - [Access to experts](https://developer.microsoft.com/microsoft-365/dev-program#Experts) Access community events to learn from Microsoft 365 experts. |
22 | 24 | - [Personalized recommendations](https://developer.microsoft.com/microsoft-365/dev-program#Recommendations) Find developer resources quickly from your personalized dashboard. |
23 | 25 |
|
24 | 26 | ## Additional resources |
25 | 27 |
|
26 | | -* [Custom functions overview](https://docs.microsoft.com/office/dev/add-ins/excel/custom-functions-overview) |
27 | | -* [Custom functions best practices](https://docs.microsoft.com/office/dev/add-ins/excel/custom-functions-best-practices) |
28 | | -* [Custom functions runtime](https://docs.microsoft.com/office/dev/add-ins/excel/custom-functions-runtime) |
29 | | -* [Office Add-ins documentation](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins) |
30 | | -* More Office Add-ins samples at [OfficeDev on Github](https://github.com/officedev) |
| 28 | +- [Custom functions overview](https://learn.microsoft.com/office/dev/add-ins/excel/custom-functions-overview) |
| 29 | +- [Custom functions best practices](https://learn.microsoft.com/office/dev/add-ins/excel/custom-functions-best-practices) |
| 30 | +- [Custom functions runtime](https://learn.microsoft.com/office/dev/add-ins/excel/custom-functions-runtime) |
| 31 | +- [Office Add-ins documentation](https://learn.microsoft.com/office/dev/add-ins/overview/office-add-ins) |
| 32 | +- More Office Add-ins samples at [OfficeDev on Github](https://github.com/officedev) |
31 | 33 |
|
32 | 34 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
33 | 35 |
|
|
0 commit comments