Hi Vic, I do want to insert a row with content and not just an empty row... basically I am wondering if there is a way to insert a row of data without specifying/knowing the column name, something like below.
String c = "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" + "<entry xmlns=\"http://www.w3.org/2005/Atom\<http://www.w3.org/2005/Atom%5C>" " + "xmlns:gsx=\"http://schemas.google.com/spreadsheets/2006/extended\<http://schemas.google.com/spreadsheets/2006/extended%5C> ">" + "<gsx>some content for column 1</gsx>" + "<gsx>some content for column 2</gsx>" + "</entry>"; thanks again
