找回密码
 立即注册

QQ登录

只需一步,快速开始

敏敏

注册会员

3

主题

8

帖子

33

积分

注册会员

积分
33
  • 117

    金币

  • 3

    主题

  • 8

    帖子

最新发帖
敏敏
注册会员   /  发表于:2022-6-29 15:25  /   查看:1178  /  回复:1
1金币

微信图片_20220629152514.jpg

最佳答案

查看完整内容

请确保在线表格编辑器的授权也设置过了,可参考下面的文档最下方 https://demo.grapecity.com.cn/spreadjs/help/docs/designer-vue.html

1 个回复

倒序浏览
最佳答案
最佳答案
Richard.Ma讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2022-6-29 15:25:54
来自 2#
请确保在线表格编辑器的授权也设置过了,可参考下面的文档最下方

https://demo.grapecity.com.cn/sp ... s/designer-vue.html

  1.                     import '@grapecity/spread-sheets-designer-resources-en'
  2. import { Designer } from '@grapecity/spread-sheets-designer-vue'
  3. import * as GC from '@grapecity/spread-sheets'
  4. import * as ExcelIO from '@grapecity/spread-excelio'
  5. // license keys
  6. var sjsLicense = 'sjs-distribution-key'
  7. GC.Spread.Sheets.LicenseKey = sjsLicense
  8. ExcelIO.LicenseKey = sjsLicense
  9. GC.Spread.Sheets.Designer.LicenseKey = 'designer-component-distribution-key'

  10.                
复制代码
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部