-1

I want to create a excel custom function in reactjs. I am not getting any idea about it. If any one have idea about custom function in reactjs. plz share that. if anyone have any documentation link plz share that. Plz share any github link of project.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
Shiv Yadav
  • 467
  • 2
  • 11

1 Answers1

0

A custom function does not normally have any UI, so there would be no use for React in a custom function. You can launch a dialog from a custom function by calling OfficeRuntime.displayWebDialog. The URL that you pass to this method can be a page that is formatted with React.

Rick Kirkham
  • 9,038
  • 1
  • 14
  • 32