#概要
plunkerでjexcelやってみた。
json読み込んでみた。
#サンプルコード
jexcel(document.getElementById('spreadsheet'), {
url: 'test.json',
columns: [{
type: 'text',
width: 300
}, {
type: 'text',
width: 100
}, ]
});
#成果物
以上。