Closed GoogleCodeExporter closed 9 years ago
Hi Milind,
it seems you are using wrong method to add record to SpreadSheet/WorkSheet.
addRecord() is used if you are using Table feed, that is why it has given
exception that- " This WorkSheet doesn't have any Table".
Table feed is being deprecated by Google. So you should use List Feed methods-
SpreadSheet.addListWorkSheet() - to create List Feed based WorkSheet
WorkSheet.addListRow() - to add List feed based row
WorkSheet.getData()- to read data
Hope it helps.
Thanks,
Prasanta
Original comment by pprasant...@gmail.com
on 11 Aug 2011 at 11:24
Hi Prasanta,
Thanks for reply and your support.
i have try with SpreadSheet.addListWorkSheet() but dont get mehtod
addListWorkSheet in
SpreadSheet class. i m using GoogleSpreadSheet.jar.
which jar i have to add for this. and if possible please provide some example
code.
Thanks
Milind
Original comment by milind.v...@gmail.com
on 11 Aug 2011 at 11:47
Pls use the latest lib- gss-lib-2.2.zip
There is one Sample- GSS_Client_Application-
http://code.google.com/p/google-spreadsheet-lib-android/downloads/list
Thanks,
Prasanta
Original comment by pprasant...@gmail.com
on 11 Aug 2011 at 12:01
the sample in the zip is very misleading, I though the add record is for adding
a new row of data too. Maybe more description on this part?
Original comment by nickj...@gogolook.com
on 5 Aug 2014 at 10:04
Original issue reported on code.google.com by
milind.v...@gmail.com
on 11 Aug 2011 at 10:58Attachments: