Hi,

I'm trying to write a webpage which spews out my app's database as a Google 
Spreadsheet using the python libs. 

The approach I have taken has been load data from database, generate rows 
for the spreadsheet from that data and then add a task to a default 
taskqueue to fill that row in using a cell based feed.

That works fine for small tables, but for large tables the GetCell function 
starts to return 404 after a while.

This is all done using a front end webpage.

Am I using the correct approach, or is there a smatter way of doing this?

Thanks,

Tom 


Reply via email to