Jump to content

Google Spreadsheet API is this possible in AutoIT


Recommended Posts

hi, i am gonna dig deep into google spreadsheet api .

http://code.google.com/apis/spreadsheets/gadgets/

i tried to search through forums but it doesnt seem there;s been much in this direction.

has anyone tried it yet?

on the outlook i was thinking of retrieving the files using inetget or similar methods they have the snippets available for java / .net / python etc.

java code example available here: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide_java.html

rather than me diving into it step by step and realising later that it cant be done so easily, i would request experienced hands here to take a look at it and confirm if this is gonna be possible (i know even if it is not possible we can come up with a workaround, but i wanted to check if i would get stuck at some technical limitaion..)

Link to comment
Share on other sites

  • 4 months later...

@rajeshontheweb

It is possible to do this.

These are some functions I wrote some time back.

; _ListSpreadSheets         
; _ListWorkSheets       
; _ListRecords          
; _ListRecordsReverse       
; _QueryRecords         
; _ListCells                
; _QueryCells           
; _AddWorkSheet         
; _AddRecords           
; _UpdateRecords        
; _UpdateCells          
; _UpdateBatchCells     
; _ListTables           
; _AddTables

But unfortunately they are not public (yet).

rgds

ptrex

Link to comment
Share on other sites

These are some functions I wrote some time back.

But unfortunately they are not public (yet).

Yet...? Ooh. I'm all atwitter with anticipation! When might we see them?

:(

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

@PsaltyDS

I can't predict.

I am overloaded with many other projects (not au3 related).

The version I created is a pre beta version which seem to work.

But code has to be cleaned up, and I need to do further testing as well.

Secondly Gdocs is based on XML mostly which is not my strenght.

So I need to educate myself further, to manage the Atom Publishing Protocol http://en.wikipedia.org/wiki/Atom_(standard).

Rgds

ptrex

Link to comment
Share on other sites

  • 5 months later...

I've been poking around in this subject as well and have discovered 3 things...

1. xml is kinda finicky.

2. I need more practice with AutoIt

3. There is now a JSON mechanism in place if anybody is handy with both AutoIt and JSON

( append

?alt=json
to the feed url ) Edited by EGM
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...