Okay, I'm missing something simple here.
I'm using Gravity Forms for registration, and I'd like modify a WordPress page to display a list of the people attending along with a few bits of other info pulled from their form entries.
If I understand the discussion in this post
http://www.gravityhelp.com/forums/topic/three-things-i-was-surprised-to-find-missing
it appears that an additional plugin is needed to do this. [Though your Docs describe an Entry object, I can't find any examples of instantiating that except by a form submission.]
+1 to adding this to the base system.
Why do this? Well, if the data can only be accessed after a CSV download, you've now got more than one copy of the data. When the data needs to be shared (say different people may have to update fields from the original form data) it seems we're being pushed into copying the data to something like a Google docs spreadsheet, which then becomes the "one true source". Maybe there are performance reasons for putting the "live" copy somewhere other than in the WordPress database -- but it seems if you're providing such a grand user interface to edit the data, it only makes sense to have an easy way to display it. More experienced programmers than I may not see a problem here, and just roll their own, but ...
I'll investigate the other plugin.