On 10/8/07, Matias Pablo Brutti <matiasbrutti / gmail.com> wrote: > the Gdata gem works with the google Gdata API , I'm currently implementing > the gcalendar API for that gem , but luckely for you, I think the > 0.4version has some spreadsheet implementation. Hi, yes, I had checked the Gdata gem, but saw it was pre alpha. In any case I installed it and checked the spreadsheet class but I just saw a couple of methods to demo how to evaluate a cell, and not the complete functionality of the Google API. Am I right? I'm thinking of stop using Mechanize for this and use just net/http for the simple post and get I need to do, so I can customize the headers myself, as I've seen you do in the gdata classes. Thanks, Jesus.