JSFiddle - React, Tailwind, and code Playground
by 규연 황
HTML
<script src="http://chriszarate.github.io/sheetrock/src/jquery.sheetrock.min.js"></script>
<link rel="stylesheet" href="http://chriszarate.github.io/sheetrock/css/bootstrap-tables.css">
<table id="statistics" class="table table-condensed table-striped"></table>
JavaScript
// Define spreadsheet URL.
var mySpreadsheet = 'https://docs.google.com/spreadsheet/ccc?key=0AlRp2ieP7izLdGFNOERTZW0xLVpROFc3X3FJQ2tSb2c#gid=0';
// Load an entire sheet.
$('#statistics').sheetrock({
url: mySpreadsheet
});