JSFiddle - React, Tailwind, and code Playground
by johnoscott
HTML
<script src="http://chriszarate.github.io/sheetrock/dist/jquery.sheetrock.min.js"></script>
<link rel="stylesheet" href="http://chriszarate.github.io/sheetrock/css/sheetrock.css">
<table id="statistics" class="table table-condensed table-striped"></table>
JavaScript
// Define spreadsheet URL.
var mySpreadsheet = 'https://docs.google.com/spreadsheets/d/1M5KP7IYSSFSRJcvSsV-oAFqHPB6nplmyIYX9JiwF8uE/edit#gid=0';
// Load an entire sheet.
$('#statistics').sheetrock({
url: mySpreadsheet
});