Upload a 2D list from Mit app to a google spreadsheet

what is the beste way to upload a long 2d liste for the app to a google spreadsheet
this is what i am thinking but will it work is there a beter way how to do it?

table

var SheetName=e.parameter.SheetName;
var ts = ss.insertSheet(SheetName);
var a=e.parameter.Name;
var b=e.parameter.DateOfBirth;
var c=e.parameter.CityOfBirth;

ts.appendRow([a,b,c]);

One method:

https://groups.google.com/forum/#!starred/mitappinventortest/RUpJhf8IJgk