建站资源下载详情

为您免费提供多种建站资源下载,包括网站模板下载、前端插件下载和字体下载!您只需注册为会员即可任意下载!

JS在线excel表格插件xspreadsheet

来源:易助科技网浏览量:8收藏

简介

xspreadsheet是一个基于 Web(es6) canvas 构建的轻量级 Excel 开发库。

(下载的附件中附有DEMO)



使用

1.  引入文件


<link rel="stylesheet" href="https://unpkg.com/x-data-spreadsheet@1.1.9/dist/xspreadsheet.css">
<script src="https://unpkg.com/x-data-spreadsheet@1.1.9/dist/xspreadsheet.js"></script>


2.  HTML


<div id="x-spreadsheet-demo"></div>


3.  调用


<script>
  x_spreadsheet('#xspreadsheet');
</script>



相关链接

官方文档 :https://hondrytravis.com/x-spreadsheet-doc/guide/#cdn

GitHub 地址 :https://github.com/myliang/x-spreadsheet

Gitee 地址:https://gitee.com/mirrors/xspreadsheet