|
buzznaveen (November 30, 1999 at 12:00 am)
is there a similar Google Spreadsheet API in java?
Sylvan012 (November 30, 1999 at 12:00 am)
I have no idea what Python is. All I want to do is pull specific cells of data from a spreadsheet onto a Web page. HOW DO I DO THIS? Is there a simple tutorial that just says "type this for your jQuery script to pull 'x' data from your spreadsheet"?!
ohtonytony (November 30, 1999 at 12:00 am)
this api is overcomplicated for most cases, check gspread on github, it's simpler.
xuoa (November 30, 1999 at 12:00 am)
Oh yeah! I'll give him enthusiasm containment props!
VondaFononono (November 30, 1999 at 12:00 am)
Spreadsheets could be created as a Database too.
therealmarkTube (November 30, 1999 at 12:00 am)
This is awesome! One little thing that took me a while to figure out... If you want to type along, replace the 'import demo' part with client = gdata.spreadsheet.text_db.DatabaseClient(username='yourname@gmail.com',password='yourpassword')Then you can follow along in IDLE. Thanks for a super useful tutorial-I can't wait to implement this!
coatsworthmark (November 30, 1999 at 12:00 am)
If you want to see more code for this, do a search for Andreas Kahler's blog (i can't post the url here). He has a great example which includes the authentication code that is not shown here.
vdasg (November 30, 1999 at 12:00 am)
nhbn
bvllets (November 30, 1999 at 12:00 am)
Dude probably gets mad pussy
woodygar (November 30, 1999 at 12:00 am)
Can someone tell me whats in the demo module please |