# Open-Web-Excel **Repository Path**: kingsmart/Open-Web-Excel ## Basic Information - **Project Name**: Open-Web-Excel - **Description**: ✍️ An Excel Used on the Browser Side. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://hai2007.gitee.io/open-web-excel/test/index.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-18 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Open Web Excel - ✍️ Web版本的可扩展Excel编辑器

downloads install size CDN Version License GitHub repo stars

> 温馨提示:使用过程中,你可以查看 [版本历史](./CHANGELOG) 来了解是否需要升级! > 兼容Chrome、Safari、Edge、Firefox、Opera和IE(9+)等常见浏览器! ## Issues 使用的时候遇到任何问题或有好的建议,请点击进入[issue](https://github.com/hai2007/Open-Web-Excel/issues),欢迎参与维护! - 你可以查看[在线用例](https://hai2007.gitee.io/open-web-excel/test/index.html)来快速体验! ## 如何引入 我们推荐你使用npm的方式安装和使用: ```bash npm install --save open-web-excel ``` 当然,你也可以通过CDN的方式引入: ```html ``` ## 如何使用 - 特别注意:当前最后一个可用版本(非beta和alpha版本)请查看master分支的说明! ```js import OpenWebExcel from 'open-web-excel'; var owe = new OpenWebExcel({ // 编辑器挂载点(必选) el: document.getElementById('owe'), // 初始化文本(可选) // 此内容一般由程序生成(也就是下面的 ```owe.valueOf``` 方法返回的值),初始化的时候不传递即可 file: json }); ``` 返回的owe里面挂载着后续可控方法: - 获取当前Excel内容 ```js owe.valueOf(); ``` 开源协议 --------------------------------------- [MIT](https://github.com/hai2007/Open-Web-Excel/blob/master/LICENSE) Copyright (c) 2021 [hai2007](https://hai2007.gitee.io/sweethome/) 走一步,再走一步。