the following call will insert a single row.  
<entry xmlns="http://www.w3.org/2005/Atom"; 
    xmlns:gsx="http://schemas.google.com/spreadsheets/2006/extended";> 
  <gsx:hours>1</gsx:hours> 
  <gsx:ipm>1</gsx:ipm> 
  <gsx:items>60</gsx:items> 
  <gsx:name>Elizabeth Bennet</gsx:name> 
</entry>
 
How do you insert multiple. lets say 100 rows at a time?
 

Reply via email to