Open an Excel sheet in the web application.
Edit the value of any cell.
Click “Save” or activate the updateWholeSheet() function.
Note that:
Cell values remain unchanged after saving.
Styles are updated correctly. …...requestData = { uid: currentUid, p: JSON.stringify(jsondata) }; updateWholeSheet...setCellText(...) and then sends a JSON payload built from xs.getUpdateDatas()...