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?
I don't think so
3 Replies
- JKPieterseSilver Contributor
You could use PowerQuery to get the list from this page: https://support.microsoft.com/en-us/office/excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188
- an_anCopper 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.
- SergeiBaklanDiamond Contributor
I don't think so