Skip to content

Instantly share code, notes, and snippets.

@Max-Makhrov
Created November 4, 2016 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Max-Makhrov/39a3e3bd7961e72ec7033eecc4712f8b to your computer and use it in GitHub Desktop.
Save Max-Makhrov/39a3e3bd7961e72ec7033eecc4712f8b to your computer and use it in GitHub Desktop.
<table id="statistics" class="table table-condensed table-striped"></table>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
<script src="https://chriszarate.github.io/sheetrock/dist/sheetrock.min.js"></script>
<script>
var mySpreadsheet = 'https://docs.google.com/spreadsheets/d/1i_eJ1XyQXATMCanAZl55z_WAs_Lj0rad-lUnK7jhxz8/edit#gid=0';
// Load an entire worksheet.
$('#statistics').sheetrock({
url: mySpreadsheet
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment