String c = "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"

+ "<entry xmlns=\"http://www.w3.org/2005/Atom\"; "

+ "xmlns:gsx=\"http://schemas.google.com/spreadsheets/2006/extended\";>"

+ "<gsx:hello>1</gsx:hello>" 

+ "</entry>";


Is there a way to insert a new row into the first column of a spreadsheet

without a column name like above


I tried <gsx>1</gsx> but this results in bad request.



thanks



Reply via email to