I'm looking at setting up a basic weather station using a BMP085 and DHT22 to measure temperature, pressure and humidity. I have both of them working and posting the information to Google Drive spreadsheet. I plan on turning both scripts into daemons so that they run permanently and give me nice graphs, but before I do this I'd like to change the way the data is laid out within the spreadsheet. Is it possible to change the column which the data is inserted into in the spreadsheet?
I'm pretty new to python but I've had a look in the Adafruit_X_googledocs_ex.py code and can't see where it specifies the column so I'm guessing it must be within the gspread module. Can anyone help with this?
Thanks.

