How is your SS formatted if at all? Outside of formatting there's no difference between a csv file and a SS on Google. I have used a number of routines to upload entire csv files, overwriting the existing ones. I'm attaching a PHP script that does this. If it looks like something you'd be interested in I can provide the underlying library of low-level routines called by it (I don't use Zend). Sure you could make it work.
On Monday, August 13, 2012 6:24:36 PM UTC-5, TechWeb wrote: > > I upload about 15000 rows each of 5 cells at a time. For this, I find the > api (with cell based batch method) to be slow and unreliable. Is there any > way to upload an entire sheet at once. Maybe upload a .csv and somehow > specify that it should be "imported" to create a new spreadsheet. I > essentially just want to replace the contents of the old spreadsheet. > Thanks >
<<attachment: ss_upload.php>>
