Posted 22 May 2020, 3:26 am EST
I am currently evaluating the SpreadJS libraries. Following several tutorials and samples i must admit that i just cannot create an instance of GC.Spread.Excel.IO. Am i doing something wrong? Or is ExcelIO not free for evaluation?
In head:
<link href="node_modules/@grapecity/spread-sheets/styles/gc.spread.sheets.excel2013white.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="node_modules/@grapecity/spread-sheets/dist/gc.spread.sheets.all.min.js"></script>
<script type="text/javascript" src="node_modules/@grapecity/spread-excelio/dist/gc.spread.excelio.min.js"></script>
In window.onload handler:
// simply works
var workbook = new GC.Spread.Sheets.Workbook(document.getElementById("ss"));
// cannot get this to run
var excelIO = new GC.Excel.IO();