I am working with a Google spreadsheet ( https://docs.google.com/spreadsheet/ccc?key=0Agymc2_-gI59dGxvRnZoRzNuNENIUE9kZ0h6WExxSXc&usp=sharing ) where I store my golf scores after each round. My goal is to import this data into my JavaScript file and organize it in an array format for easier manipulation and presentation in tables. I discovered that Google Docs provides a CSV file URL that updates automatically with the latest information from the spreadsheet, making it a convenient option. Does anyone have a code snippet that can fetch this CSV file ( https://docs.google.com/spreadsheet/pub?key=0Agymc2_-gI59dGxvRnZoRzNuNENIUE9kZ0h6WExxSXc&output=csv ) and convert it into a JavaScript array? Your help will be greatly appreciated! Thank you, Andrew