1
0
-1
1 answer
- 10-1
Hi, you can try to see if Javascript API#getGridCells(cellFieldId) works, otherwise you can try to check Spreadsheet Deep Customizations.
Add your comment...
Hi, you can try to see if Javascript API#getGridCells(cellFieldId) works, otherwise you can try to check Spreadsheet Deep Customizations.
If we have a spreadsheet of 3 columns(name, age, salary) and I need to fill the records of Ajax response by javascript
Sample data : [{"name":"name1","age":"34","salary":"25000"}] spreadSheet id = "sheet1"
Then when the form is submitted I need to get the data from the table using javascript also