Skip to content

Instantly share code, notes, and snippets.

@psychemedia
psychemedia / index.html
Last active July 22, 2023 17:52
Query form for Google spreadsheets
<html><head><title>Google Spreadsheet Explorer</title>
<script type="text/javascript" src="//www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('visualization', '1', {'packages':['table', 'scatterchart', 'linechart','piechart', 'barchart','columnchart']});
function removeChildrenFromNode(node) {
if(node.hasChildNodes()) {
while(node.childNodes.length >= 1 ) {