How to implement excel formula intelligence/suggestion using java-script or any third party library?

36 views Asked by At

I am developing excel add-in using office-js API. I want to implement excel formula intelligence functionality in html and java script- when the user types formula in input box it shows suggestions of formula and parameters of formula. Is it possible to implement using java-script or any third party library?

Screenshots of functionalities that I want to implement with my input textbox. enter image description here

enter image description here

0

There are 0 answers