Forum Discussion
deepesh08
Jul 18, 2022Copper Contributor
API to fetch all the function excel supports
Hi, I was wondering if there is any API to fetch all the functions Excel supports?
- Jul 18, 2022
I don't think so
an_an
Sep 29, 2025Copper Contributor
I don't think there isn’t an API that returns a full list of Excel functions. In the Office JavaScript API you can use workbook.functions to call them, but you’d still need to know the function names up front. The built-in Function Library in Excel is the closest thing to a complete list.