Read the contents of a Google Sheet worksheet.
Google Sheets
<script src="https://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="https://cdn.blockspring.com/blockspring.js"></script>
<script>
blockspring.runParsed("read-worksheet-google-sheets", { "file_id": , "worksheet_id": , "has_header": false, google_token: }, { "api_key": "" }, function(res){
console.log(res.params);
})
</script>
Visit the javascript quickstart to get started fast.