asimlqt / php-google-spreadsheet-client

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

Sorry, unable to open the file at this time #135

Closed oscarnevarezleal closed 8 years ago

oscarnevarezleal commented 8 years ago

I got an error when trying to add sheet headers.

` $worksheet = $worksheetFeed->getByTitle('Sheet1');

$cellFeed = $worksheet->getCellFeed();

$cellFeed->editCell(1,1, "Row1Col1Header");

$cellFeed->editCell(1,2, "Row1Col2Header"); `

Sorry, unable to open the file at this time

Does anyone have any clues?

asimlqt commented 8 years ago

I just tried the above and it's working for me. It could have been a temporary glitch.

Is it working for you now?

zohaib055 commented 6 years ago

I am having the same issue not resolved yet