Inline Google Spreadsheet Viewer

ショートコードの構文

[gdoc key="https://docs.google.com/spreadsheets/d/xxxxxxxx/edit?usp=sharing"]

ボタンを非表示

各ボタン・ソート機能・検索機能が不要の場合、上記に class=”no-datatables” を追加

[gdoc key="https://docs.google.com/spreadsheets/d/xxxxxxxx/edit?usp=sharing" class="no-datatables"]

CSSの例

class名 .igsv-table でCSS設定可能

.igsv-table {
	font-size:120%;
}

.igsv-table th {
	display:none;
}

.igsv-table td {
	width:100px;
}