Hello,
What is the best way to update automatically an shared spreadsheet ?
-
User 1 access to Spreadsheet A
-
User 2 access to Spreadsheet A
-
User 3 access to Spreadsheet B
-
User 4 access to Spreadsheet A
-
User 2 start editing the cell B1 of Spreadsheet A
-
System lock the cell B1 of Spreadsheet A for User 1 and User 4
-
User 2 validate the cell B1 of Spreadsheet A with the value “ABC”
-
System save the cell B1 of Spreadsheet A in database
-
System send cell B1 value “ABC” of Spreadsheet A to User 1 and User 4
-
System unlock cell B1 of Spreadsheet A for User 1 and User 4
What is the best way to do step 6, 9 and 10 ?
I can use PHP Websockets but i’ve noticed that there’s no Javascript API for updating cells.
Thanks for your answer.
JC