from you previous posts is seems that you are using Java. in my case i had used c# .... just a matter of choice.
there is not much choice other than following https://developers.google.com/google-apps/spreadsheets/ You might consider using the *Updating multiple cells with a batch request* But this will only work if the rows are already in place ..... so you must create a speadsheet with surplus rows. I was delaing with small amounts of data so I used the *Adding a list row*method On 31 May 2012 20:08, sunz <[email protected]> wrote: > I am writing an application which runs as a desktop application and upload > data on google spreadsheets. Can anyone suggest me what is the best way to > upload data at a fast rate ? > > One of the example of situation : > > I receive 1000 events one after another, so I need to upload 1000 rows one > after another. > > Thanks, > > -- Best Regards ---------------------------------------------------------------------------------------------------------------- *Marco Desira, BSc Hons Computing and Information Systems, London* *The Software House - Software Development Services* *Mob: 00356 99443985 email: **[email protected]* *website: **http://www.thesoftwarehouse.eu* Find us on Facebook<http://www.facebook.com/pages/The-Software-House-Malta/197423863668123> ----------------------------------------------------------------------------------------------------------------
