[]
SpreadJS 评估版在右下角显示水印。 例如:

要获取授权许可,须联系 400-657-6008 。
使用以下步骤提取许可文件:
将下载的SpreadJSLicensedX.XX.XXXX.X.zip解压缩到试用版所在的位置,然后替换该位置上的所有现有文件。
添加对您在购买产品时收到的SpreadJS许可证的引用。 在工作簿初始化之前添加引用。 例如:
<script src="./scripts/evaluation/gc.spread.sheets.all.14.1.0.min.js" type="application/javascript"></script>
<script>
GC.Spread.Sheets.LicenseKey = "xxx";
</script>或者
<script src="./scripts/evaluation/gc.spread.sheets.all.14.1.0.min.js" type="application/javascript">\</script>
<script src="./scripts/evaluation/licensekey.js" type="application/javascript">\</script>
<script>
window.onload = function () {
var spread = new GC.Spread.Sheets.Workbook(document.getElementById("ss"));
var activeSheet = spread.getActiveSheet();
}
</script>
// licensekey.js file:
GC.Spread.Sheets.LicenseKey = "xxxxxx";注意: 如果您没有试用或生产许可证,则 SpreadJS 只能在本地计算机上使用(例如:http(s)://localhost 或http(s)://127.0.0.1。
在 14.1 或更高版本中,您可以选择购买 SpreadJS 许可证以及透视表插件。 下表描述了这两种情况下的产品行为:
使用场景 | 授权 (SpreadJS 和 Pivot Table) | 授权 (SpreadJS) |
|---|---|---|
无授权 | NA | 所有的 SpreadJS 功能可以在 Localhost 下正常使用 |
有试用授权 | 所有功能可用,直到试用过期 | 所有功能可用,直到试用过期 |
有正式授权 | 所有功能可用 | 所有功能可用 |
没有许可证密钥的SpreadJS Designer可以免费试用30天。
选择锁定图标,然后输入您的许可证密钥以解锁SpreadJS Designer。