Saving data to a server backend

Tags: #<Tag:0x00007f8b2a1283f8>

Hi,

I’m considering buying a Handsontable license but I need to know whether it is possible to save the data in a spreadsheet to a backend server instead of exporting it to a local file like CSV or Excel.

Currently, my users are working on locally stored Excel sheets and I would like to have them work in an online, web environment. This means the data of each spreadsheet should remain persisted online as well.

Is this possible?

Ralph

Hi @ralph.brecheisen

I highly encourage to play with the evaluation version.

Basically, the afterChange hook is in the control when a user changes data and you can use it to save changes to your database.

Here’s a demo that you can test http://jsfiddle.net/handsoncode/wzLb86a8/

Thanks for the quick reply Aleksandra!

I will definitely try it

Ralph

You’re welcome.
I guess that we can close the issue. Feel free to open a new one if needed.