davidlks83 / google-spreadsheet-lib-android

Automatically exported from code.google.com/p/google-spreadsheet-lib-android
0 stars 0 forks source link

SpreadSheet "expiration" #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After longer usage, I noticed something wrong about the spread sheet. 

First of all i have to say that i use this lib for Android, and the scenario 
can come at a moment that the spreadSheet is accessed by 2 devices at once, 
both read and modified. However, I don't have problems with the concurrency.

It happens that in a few hours after i have created the spreadsheet and it 
worked fine, the spreadsheet cannot be read or written into anymore. And i saw 
that the colors of the rows in the worksheet change from white to grey. So in 
this case I delete the spreadsheet, create a new one using the browser and 
create a new worksheet using the code. Then, the new spreadsheet works again.

Everytime the color of the rows become grey, then I know that if i use the 
androids to perform read/write, it will fail... and then again i have to create 
a new worksheet.....

Is this any problem from Google? Looks like a kind of "expiration" of the 
spreadsheet. Or is the worksheet created from the code such that it can be used 
only for a limited amount of time?

Please answer me. I have been using your lib to solve my project and I really 
count on it.. but I am so disappointed that this problem happens.

Original issue reported on code.google.com by johnRta...@gmail.com on 1 Dec 2011 at 6:25