How to fill and retrieve data from spreadsheet

Confluence User - 23 Nov, 2021

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

forms;spreadsheet;javascript;response

1


26 Nov, 2021
confluenceUser
confluenceUser

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

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print