Execute the HyberFormula from remote call

Tags: #<Tag:0x00007f8b1adaf190>

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?

Sorry for the delay @jeganeedhi I asked my colleague for feedback regarding your request

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.