Created
November 4, 2016 12:56
-
-
Save Max-Makhrov/39a3e3bd7961e72ec7033eecc4712f8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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