On Aug 18, 2:44 pm, Eric Bidelman <api.e...@google.com> wrote:
> You answered your own question :) They're two differentAPIs with two
> different use cases. The DocList API
> SpreadsheetEntry is a help class for creating new
> spreadsheet files within Google Docs. The Spreadsheets
> API's SpreadsheetEntry contains more detailed
> metadata about a spreadsheet (cell information, etc.).
> That's something the DocList API doesn't provide.
>
Ok exactly what I thought...
I spent some time wondering what was wrong in my code until I
discovered these 2 classes :)
thanks anyway
Pascal
> Eric
>
> On Tue, Aug 18, 2009 at 10:05 PM, pascal <pascal.voi...@gmail.com> wrote:
>
> > Hello,
>
> > I have discovered that SpreadsheetEntry, for example, has 2 entries in
> > the class tree:
> > com.google.gdata.data.spreadsheet.SpreadsheetEntry
> > com.google.gdata.data.docs.SpreadsheetEntry
>
> > When using the doc API, one must use the docs one.
> > When using the spreadsheet API, one must use the spreadsheet one.
>
> > These classes don't provide the same functions neither are linked
> > between each other.
> > So you need to really take when you import packages not to import and
> > use the wrong class.
>
> > This is a bit disturbing and not quite practical.
>
> > What the reason for that?
>
> > thanks
> > Pascal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---