Hey Karthick, Our PHP client library doesn't currently support tables and records, but it does support lists and cells.
It's documented in some detail here. The client lib is bundled with Zend Framework. http://code.google.com/apis/spreadsheets/data/1.0/developers_guide_php.html You can send the custom header pretty easily by just adding a header to the request prior to sending it, but the default methods do not have that built in at the moment. You can see the code here: https://github.com/tjohns/zf/blob/master/library/Zend/Gdata/Spreadsheets.php Thanks, -Vic On Wed, Jan 12, 2011 at 10:35 PM, karthick kumar < [email protected]> wrote: > Hi vic, > > am using php >
