[]
        
首页
开发者学堂
文档
论坛
市场
生态机会
活动
立即试用
(Showing Draft Content)

试用版和许可信息

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


image.png


要获取授权许可,须联系 400-657-6008

SpreadJS

使用以下步骤提取许可文件:

  • 将下载的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。


SpreadJS 和透视表插件

在 14.1 或更高版本中,您可以选择购买 SpreadJS 许可证以及透视表插件。 下表描述了这两种情况下的产品行为:

使用场景

授权 (SpreadJS 和 Pivot Table)

授权 (SpreadJS)

无授权

NA

所有的 SpreadJS 功能可以在 Localhost 下正常使用

有试用授权

所有功能可用,直到试用过期

所有功能可用,直到试用过期

有正式授权

所有功能可用

所有功能可用

SpreadJS 设计器

没有许可证密钥的SpreadJS Designer可以免费试用30天。


选择锁定图标,然后输入您的许可证密钥以解锁SpreadJS Designer。