1
0
-1

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

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, you can try to see if Javascript API#getGridCells(cellFieldId) works, otherwise you can try to check Spreadsheet Deep Customizations.

        CommentAdd your comment...