JSPM

  • Created
  • Published
  • Downloads 54
  • Score
    100M100P100Q83700F
  • License MIT

SpreadJS常用公用处理函数,包括设计器、工作簿和工作表的相关处理函数。

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rapid-spreadjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    1、组件介绍

    该组件是基于葡萄城的 SpreadJS封装的公用处理函数组件。

    该组件主要包含了对设计器的操作、工作簿的操作以及工作表的操作等。

    SpreadJS 官网地址:https://www.grapecity.com.cn/developer/spreadjs

    SpreadJS 帮助中心:https://www.grapecity.com.cn/developer/spreadjs/help

    SpreadJS 文档地址:https://demo.grapecity.com.cn/spreadjs/help/docs/overview

    SpreadJS 演示地址:https://demo.grapecity.com.cn/spreadjs/SpreadJSTutorial/#/samples

    SpreadJS 论坛地址:https://gcdn.grapecity.com.cn/

    SpreadJS 在线地址:https://demo.grapecity.com.cn/SpreadJS/WebDesigner/index.html

    SpreadJS API 地址:https://demo.grapecity.com.cn/spreadjs/help/docs/API_documentation


    2、依赖组件

    具体依赖组件如下所示:

    • file-saver:导出 Excel 文件所需的组件;

    • @types/file-saver:导出 Excel 文件所需的类型组件;


    3、使用说明