{"id":371,"date":"2010-12-31T00:39:50","date_gmt":"2010-12-31T05:39:50","guid":{"rendered":"httpss:\/\/www.powenko.com\/wordpress\/?p=371"},"modified":"2010-12-31T00:46:27","modified_gmt":"2010-12-31T05:46:27","slug":"javascript-%e6%8a%8a-google-spreadsheets-%e7%95%b6%e6%88%90%e8%b3%87%e6%96%99%e5%ba%ab%e4%bd%bf%e7%94%a8","status":"publish","type":"post","link":"https:\/\/www.powenko.com\/wordpress\/?p=371","title":{"rendered":"javascript, \u628a google spreadsheets \u7576\u6210\u8cc7\u6599\u5eab\u4f7f\u7528"},"content":{"rendered":"<p>\u5982\u4f55\u5728 javascript \u00a0\u628a google spreadsheets \u00a0\u7576\u6210\u8cc7\u6599\u5eab\u4f7f\u7528<\/p>\n<p>tutorial:<\/p>\n<p>httpss:\/\/code.google.com\/apis\/visualization\/documentation\/querylanguage.html#Setting_the_Query_from_JavaScript<\/p>\n<div>httpss:\/\/code.google.com\/apis\/ajax\/playground\/?type=visualization#using_the_query_language<\/div>\n<div><a rel=\"attachment wp-att-372\" href=\"httpss:\/\/www.powenko.com\/wordpress\/2010\/12\/31\/javascript-%e6%8a%8a-google-spreadsheets-%e7%95%b6%e6%88%90%e8%b3%87%e6%96%99%e5%ba%ab%e4%bd%bf%e7%94%a8\/screen-shot-2010-12-30-at-9-33-50-pm\/\"><img loading=\"lazy\" decoding=\"async\" width=\"413\" height=\"398\" class=\"alignnone size-full wp-image-372\" title=\"Screen shot 2010-12-30 at 9.33.50 PM\" src=\"httpss:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.33.50-PM.png\" alt=\"\" srcset=\"https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.33.50-PM.png 413w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.33.50-PM-300x289.png 300w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.33.50-PM-316x305.png 316w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.33.50-PM-120x116.png 120w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.33.50-PM-210x202.png 210w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.33.50-PM-140x135.png 140w\" sizes=\"(max-width: 413px) 100vw, 413px\" \/><\/a><\/div>\n<div><span style=\"color: #888888;\">source code:<\/span><\/div>\n<div>function\u00a0drawVisualization()\u00a0{<br \/>\n\/\/ To see the data that this visualization uses, browse to<br \/>\n\/\/ httpss:\/\/spreadsheets.google.com\/ccc?key=pCQbetd-CptGXxxQIG7VFIQ<br \/>\nvar\u00a0query\u00a0=\u00a0new\u00a0google.visualization.Query(<br \/>\n&#8216;httpss:\/\/spreadsheets.google.com\/tq?key=pCQbetd-CptGXxxQIG7VFIQ&amp;pub=1&#8217;);<\/p>\n<p>\/\/ Apply query language.<br \/>\nquery.setQuery(&#8216;SELECT A,D WHERE D &gt; 100 ORDER BY D&#8217;);<\/p>\n<p>\/\/ Send the query with a callback function.<br \/>\nquery.send(handleQueryResponse);<br \/>\n}<\/p>\n<p>function\u00a0handleQueryResponse(response)\u00a0{<br \/>\nif\u00a0(response.isError())\u00a0{<br \/>\nalert(&#8216;Error in query: &#8216;\u00a0+\u00a0response.getMessage()\u00a0+\u00a0&#8216; &#8216;\u00a0+\u00a0response.getDetailedMessage());<br \/>\nreturn;<br \/>\n}<\/p>\n<p>var\u00a0data\u00a0=\u00a0response.getDataTable();<br \/>\nvisualization\u00a0=\u00a0new\u00a0google.visualization.LineChart(document.getElementById(&#8216;visualization&#8217;));<br \/>\nvisualization.draw(data,\u00a0{legend:\u00a0&#8216;bottom&#8217;});<br \/>\n}\u200b<\/p>\n<\/div>\n<div>httpss:\/\/spreadsheets.google.com\/tq?key=pCQbetd-CptGXxxQIG7VFIQ&amp;pub=1<\/div>\n<div>\n<pre><span style=\"color: #888888;\">google.visualization.Query.setResponse({version:'0.6',status:'ok',sig:'1618897520',table:{cols:[{id:'A',label:'',type:'string',pattern:''},{id:'B',label:'Country code',type:'string',pattern:''},{id:'C',label:'Population',type:'number',pattern:'#0.###############'},{id:'D',label:'Population Density',type:'number',pattern:'#0.###############'},{id:'E',label:'',type:'string',pattern:''}],rows:[{c:[{v:'China'},{v:'CN'},{v:1.32297E9,f:'1322970000'},{v:137.0,f:'137'},{v:''}]},{c:[{v:'India'},{v:'IN'},{v:1.13013E9,f:'1130130000'},{v:336.0,f:'336'},{v:''}]},{c:[{v:'United States'},{v:'US'},{v:3.03605941E8,f:'303605941'},{v:31.0,f:'31'},{v:''}]},{c:[{v:'Indonesia'},{v:'ID'},{v:2.31627E8,f:'231627000'},{v:117.0,f:'117'},{v:''}]},{c:[{v:'Brazil'},{v:'BR'},{v:1.86315468E8,f:'186315468'},{v:22.0,f:'22'},{v:''}]},{c:[{v:'Pakistan'},{v:'PK'},{v:1.626525E8,f:'162652500'},{v:198.0,f:'198'},{v:''}]},{c:[{v:'Bangladesh'},{v:'BD'},{v:1.58665E8,f:'158665000'},{v:1045.0,f:'1045'},{v:''}]},{c:[{v:'Nigeria'},{v:'NG'},{v:1.48093E8,f:'148093000'},{v:142.0,f:'142'},{v:''}]},{c:[{v:'Russia'},{v:'RU'},{v:1.41933955E8,f:'141933955'},{v:8.4,f:'8.4'},{v:''}]},{c:[{v:'Japan'},{v:'JP'},{v:1.2779E8,f:'127790000'},{v:339.0,f:'339'},{v:''}]},{c:[{v:''},{v:''},,,{v:''}]},{c:[{v:''},{v:''},,,{v:''}]},{c:[{v:''},{v:''},,,{v:''}]},{c:[{v:''},{v:''},,,{v:''}]},{c:[{v:''},{v:''},,,{v:''}]},{c:[{v:''},{v:''},,,{v:''}]},{c:[{v:''},{v:''},,,{v:''}]},{c:[{v:''},{v:''},,,{v:''}]},{c:[{v:''},{v:'In this sample, we see the Heatmap gadget using two views:'},,,{v:''}]},{c:[{v:''},{v:'The above gadget shows the whole world,'},,,{v:''}]},{c:[{v:''},{v:'and the other gadget shows only Asia.'},,,{v:''}]},{c:[{v:''},{v:'The next sheet in this sample, shows the United States view,'},,,{v:''}]},{c:[{v:''},{v:'which takes data in a different format (U.S. states country code).'},,,{v:''}]},{c:[{v:''},{v:''},,,{v:''}]}]}});<\/span><\/pre>\n<pre><span style=\"color: #888888;\">\r\n<\/span><\/pre>\n<pre><span style=\"color: #888888;\">\r\n<\/span><\/pre>\n<h2>\u8868\u683c\u8a2d\u8a08\u898f\u5b9a<\/h2>\n<p>httpss:\/\/docs.google.com\/support\/bin\/answer.py?hl=en&amp;answer=159999<\/p>\n<p><a rel=\"attachment wp-att-384\" href=\"httpss:\/\/www.powenko.com\/wordpress\/2010\/12\/31\/javascript-%e6%8a%8a-google-spreadsheets-%e7%95%b6%e6%88%90%e8%b3%87%e6%96%99%e5%ba%ab%e4%bd%bf%e7%94%a8\/screen-shot-2010-12-30-at-9-43-41-pm\/\"><img loading=\"lazy\" decoding=\"async\" width=\"754\" height=\"280\" class=\"alignnone size-full wp-image-384\" title=\"Screen shot 2010-12-30 at 9.43.41 PM\" src=\"httpss:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.43.41-PM.png\" alt=\"\" srcset=\"https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.43.41-PM.png 754w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.43.41-PM-300x111.png 300w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.43.41-PM-570x212.png 570w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.43.41-PM-316x117.png 316w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.43.41-PM-120x45.png 120w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.43.41-PM-210x78.png 210w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.43.41-PM-496x184.png 496w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2010\/12\/Screen-shot-2010-12-30-at-9.43.41-PM-140x52.png 140w\" sizes=\"(max-width: 754px) 100vw, 754px\" \/><\/a><\/p>\n<pre><span style=\"color: #888888;\">\r\n<\/span><\/pre>\n<pre><span style=\"color: #888888;\">\r\n<\/span><\/pre>\n<pre><span style=\"color: #888888;\">\r\n<\/span><\/pre>\n<pre><span style=\"color: #888888;\">\r\n<\/span><\/pre>\n<pre><span style=\"color: #888888;\">\r\n<\/span><\/pre>\n<pre><span style=\"color: #888888;\">\r\n<\/span><\/pre>\n<\/div>\n<h2>References:<\/h2>\n<p>[1]<br \/>\nDabble DB &#8211; pricing (Web) <a href=\"httpss:\/\/dabbledb.com\/\">httpss:\/\/dabbledb.com\/<\/a><br \/>\n[2]<br \/>\nGoogle Spreadsheets APIs and Tools(Web) <a href=\"httpss:\/\/code.google.com\/apis\/spreadsheets\/\">httpss:\/\/code.google.com\/apis\/spreadsheets\/<\/a><br \/>\n[3]<br \/>\nDatabase API (Gears API) <a href=\"httpss:\/\/code.google.com\/apis\/gears\/api_database.html\">httpss:\/\/code.google.com\/apis\/gears\/api_database.htm<\/a>l<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5982\u4f55\u5728 javascript \u00a0\u628a google spreadsheets \u00a0\u7576\u6210\u8cc7\u6599\u5eab\u4f7f\u7528 tutorial [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[],"class_list":["post-371","post","type-post","status-publish","format-standard","hentry","category-javascript-"],"_links":{"self":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/371"}],"collection":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=371"}],"version-history":[{"count":14,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/371\/revisions"}],"predecessor-version":[{"id":388,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/371\/revisions\/388"}],"wp:attachment":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}