It would be very nice!
Yes, getting data from several sheets is needed.
Well it wasn't hard to find where to hack it to get a different sheet (grid
/ gid)
src/googlecl/docs/client.py
def export(self, entry_or_id_or_url, file_path, gid=None, auth_token=None,
change it to
def export(self, entry_or_id_or_url, file_path, gid=1, auth_token=None,
shows you can easily get them by their grid id, no idea how to map that to
a name, but the gdata API doc seems to suggest they're stable numbers.
it would also be nice to be able to get a list of all sheets/tags with
names.