#summary Demonstrates how to add a row to a spreadsheet. #labels Phase-Implementation,Featured = Introduction = This page shows how to add a row to a spreadsheet. = Details = This page builds on ChooseWorksheet, which allows a user to locate a worksheet from one of their spreadsheets. Once the worksheet has been chosen, the user can add a new row. In the example code, the row to be added contains a name, latitude, longitude and a description. These can then be used in a Google map. == Using the demo == # Create a spreadsheet that has four columns, called "name", "latitude", "longitude", and "description". # Run the [http://gdata-xforms-client.googlecode.com/svn/trunk/spreadsheet-add-map-row.html sample form] in an XForms 1.1 compatible processor. # Log-in and choose the spreadsheet just created, followed by the worksheet. # Edit the data for the row, and press the button to save it. There is no indication that the row has saved correctly, but if you still have Google Docs open, you should see your row added in your spreadsheet. And if you edit the [http://gdata-xforms-client.googlecode.com/svn/trunk/where-am-i.html map view] to refer to your spreadsheet, you should also see the locations you have added.