asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

Multiple rows insert #108

Closed dneykov closed 9 years ago

dneykov commented 9 years ago

Hi everybody, I have to insert more then 4000 rows in google spreadsheet, currently I'm trying to loop through each and do $listFeed->insert($row); But it's inserting around 1000 rows and getting Internal Server Error. Can somebody help? Is it possible to make it work with this library? Thanks in advance.

dneykov commented 9 years ago

Issue can be closed, this really help me

asimlqt commented 9 years ago

I'm glad it helped.