So I have a google spreadsheet ( https://docs.google.com/spreadsheet/ccc?key=0Agymc2_-gI59dGxvRnZoRzNuNENIUE9kZ0h6WExxSXc&usp=sharing ) that has my golf scores from each round that I have golfed. I want to bring that spreadsheet into my javascript file and put it into an array, so that I can manipulate it and put it into tables and such. Google Docs has a CSV file url that will automatically send in the newest spreadsheet into that link, so I figured that would be the easiest way. Would anyone be able to write up some quick code to take this cdv file location ( https://docs.google.com/spreadsheet/pub?key=0Agymc2_-gI59dGxvRnZoRzNuNENIUE9kZ0h6WExxSXc&output=csv ) and bring it into a javascript array using javascript? Thank you so much! Andrew