Hi ,
I have sheet with 5 rows. Each row having specific formula. Is any possibility to execute this formula from webservice call and return the values as json?
Hi ,
I have sheet with 5 rows. Each row having specific formula. Is any possibility to execute this formula from webservice call and return the values as json?
Hi @jeganeedhi
Our product HyperFormula, as documented at https://handsontable.github.io/hyperformula/guide/server-side-installation.html, can be installed in a NodeJS environment. The API of HyperFormula takes a JavaScript array that contains formulas as an input, and returns a JavaScript array that contains the evaluated values as the output.
It is possible to build a web service in NodeJS that takes JSON input, processes it using HyperFormula and uses its result to generate a JSON output.