做网站|网站建设,就上易助科技网

前端技术文档及相关资料下载

关于前端html、css、js等技术上的各种疑难棘手问题的解决方案探讨及相关资料下载!

JS在线excel表格插件xspreadsheet
来源:易助科技网浏览量:5收藏

简介

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