找回密码
 立即注册

QQ登录

只需一步,快速开始

Renel

注册会员

11

主题

34

帖子

105

积分

注册会员

积分
105
Renel
注册会员   /  发表于:2023-2-3 09:22  /   查看:779  /  回复:1

const excelIo = new IO()
      const ssjson = baseGcConfig.spread.toJSON({ includeBindingSource: true })
      let fileName = 'download'
      fileName += '.xlsx'
      excelIo.save(
        ssjson,
        function (blob) {
          file_download(blob, fileName)
          showLoading(false)
        },
        function (e) {
          //process error
          console.error(e)
          showLoading(false)
        }
      )


1 个回复

倒序浏览
Clark.Pan讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2023-2-3 10:44:41
沙发
看样子跟你问的另一个问题是同类问题,参考下面的回复
https://gcdn.grapecity.com.cn/fo ... &extra=page%3D1
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部