Hello,
Another newbie question. I would like to be able to import a .CSV spreadsheet from Google Docs into javascript so that I can parse it, and then extract the bits I want into an array.
I can do the second bit, but what I can't work out is what to write to pull in the .csv using the Google Docs URL so that it's available as a string to process.
And if there's a better way method, please let me know.