OfficeDev / Office-Addin-TaskPane-React

Template to get start started writing a TaskPane Office Add-in for the React framework using TypeScript
Other
53 stars 34 forks source link

Add Custom Functions #139

Open jankrynauw opened 7 months ago

jankrynauw commented 7 months ago

Hi, the current example only show how to implement a Taskpane and Commands.

How would one implement Custom Functions in this example?

akrantz commented 7 months ago

See the shared-runtime-yo-office branch for Excel-Custom-Functions template: https://github.com/OfficeDev/Excel-Custom-Functions/tree/shared-runtime-yo-office

There's not an example that does this, but the src/functions, the webpack config changes, and the manifest file changes are the primary things needed.