simultaneous access to spreadsheet with real time update?

Hi there,

I have no experience with DHTMLX, so excuse my stupid question.
For a digital guest list on Android tablets I need a local running product similar to Google docs spreadsheet. In this situation, the spreadsheet is shown on several tablets with Chrome browser and has to update automatically without saving the spreadsheet (update with refreshing the browser).
With Google docs, this works fine.
Is this also working with DHTMLX spreadsheets or are the sheets only accessable by one user?

thanks in advance

It will work on adroid device, but you will need to change default edit action from dblclick to some custom one, because there is no double-click action on touch devices.

thanks for the fast replay.
But I will try it with my own AJAX programing due to the speed of the page update.