luckysheet增加插件版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. <div align="center">
  2. ![logo](/docs/.vuepress/public/img/logo_text.png)
  3. </div>
  4. # Luckysheet 3.x 已更名为 [Univer](https://github.com/dream-num/univer)
  5. 简体中文 | [English](./README.md)
  6. ## 介绍
  7. 🚀Luckysheet ,一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。
  8. ## 相关链接
  9. | 源码 | 文档 | Demo | 插件Demo | 论坛 |
  10. | ------ | -------- | ------ | ------ | ------ |
  11. | [Github](https://github.com/mengshukeji/Luckysheet)| [在线文档](https://dream-num.github.io/LuckysheetDocs/zh/) | [在线Demo](https://dream-num.github.io/LuckysheetDemo) / [协同编辑Demo](http://luckysheet.lashuju.com/demo/) | [导入Excel Demo](https://dream-num.github.io/LuckyexcelDemo/) | [中文论坛](https://support.qq.com/product/288322) |
  12. | [Gitee镜像](https://gitee.com/mengshukeji/Luckysheet)| [Gitee在线文档](https://mengshukeji.gitee.io/LuckysheetDocs/zh/) | [Gitee在线Demo](https://mengshukeji.gitee.io/luckysheetdemo/) | [Gitee导入Excel Demo](https://mengshukeji.gitee.io/luckyexceldemo/) | [Google Group](https://groups.google.com/g/luckysheet) |
  13. ![演示](/docs/.vuepress/public/img/LuckysheetDemo.gif)
  14. ## 插件
  15. - [Luckyexcel](https://gitee.com/mengshukeji/Luckyexcel):excel导入导出库
  16. - [chartMix](https://gitee.com/mengshukeji/chartMix):图表插件
  17. ## 生态
  18. | 工程 | 描述 |
  19. |---------|-------------|
  20. | [Luckysheet Vue] | 在vue cli 3项目中使用Luckysheet和Luckyexcel|
  21. | [Luckysheet Vue3] | 在vue3, vite项目中使用Luckysheet和Luckyexcel|
  22. | [Luckysheet React] | 在React项目中使用Luckysheet |
  23. | [Luckyexcel Node] | 在koa2中使用Luckyexcel |
  24. | [Luckysheet Server] | Java后台Luckysheet Server |
  25. | [Luckysheet Server Starter] | LuckysheetServer 一键docker部署 |
  26. [Luckysheet Vue]: https://gitee.com/mengshukeji/luckysheet-vue
  27. [Luckysheet Vue3]: https://gitee.com/hjwforever/luckysheet-vue3-vite.git
  28. [Luckysheet React]: https://gitee.com/mengshukeji/luckysheet-react
  29. [Luckyexcel Node]: https://gitee.com/mengshukeji/Luckyexcel-node
  30. [Luckysheet Server]: https://gitee.com/mengshukeji/LuckysheetServer
  31. [Luckysheet Server Starter]: https://gitee.com/mengshukeji/LuckysheetServerStarter
  32. ## 特性
  33. - **格式设置**:样式,条件格式,文本对齐及旋转,文本截断、溢出、自动换行,多种数据类型,单元格内多样式
  34. - **单元格**:拖拽,下拉填充,多选区,查找和替换,定位,合并单元格,数据验证
  35. - **行和列操作**:隐藏、插入、删除行或列,冻结,文本分列
  36. - **操作体验**:撤销、重做,复制、粘贴、剪切,快捷键,格式刷,选区拖拽
  37. - **公式和函数**:内置公式,远程公式,自定义公式
  38. - **表格操作**:筛选,排序
  39. - **增强功能**:数据透视表,图表,评论,共享编辑,插入图片,矩阵计算,截图,复制到其他格式,EXCEL导入及导出等
  40. 更详细的功能列表,请查阅:[特性](https://dream-num.github.io/LuckysheetDocs/zh/guide/#%E7%89%B9%E6%80%A7)
  41. ## 📖 学习资源
  42. - 新用户优先阅读:[用户指引](https://github.com/mengshukeji/Luckysheet/wiki/User-Guide)
  43. - 社区提供的教程、学习资料及配套解决方案请查阅:[教程与资源](https://dream-num.github.io/LuckysheetDocs/zh/guide/resource.html)
  44. ## 📜 更新日志
  45. 每个版本的详细更改都记录在 [CHANGELOG.md](CHANGELOG.md) 中。
  46. ## ❗️ 问题反馈
  47. 在反馈问题之前,请确保仔细阅读 [如何提交问题](https://dream-num.github.io/LuckysheetDocs/zh/guide/contribute.html#如何提交问题)。 不符合准则的问题可能会立即被移除。
  48. ## ✅ 开发计划
  49. 通过 [GitHub Projects](https://github.com/mengshukeji/Luckysheet/projects/1) 管理
  50. ## 💪 贡献
  51. 在提交PR之前,请确保仔细阅读 [贡献指南](https://dream-num.github.io/LuckysheetDocs/zh/guide/contribute.html)。
  52. ## 用法
  53. ### 第一步
  54. 通过CDN引入依赖
  55. ```
  56. <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet@latest/dist/plugins/css/pluginsCss.css' />
  57. <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet@latest/dist/plugins/plugins.css' />
  58. <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet@latest/dist/css/luckysheet.css' />
  59. <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet@latest/dist/assets/iconfont/iconfont.css' />
  60. <script src="https://cdn.jsdelivr.net/npm/luckysheet@latest/dist/plugins/js/plugin.js"></script>
  61. <script src="https://cdn.jsdelivr.net/npm/luckysheet@latest/dist/luckysheet.umd.js"></script>
  62. ```
  63. ### 第二步
  64. 指定一个表格容器
  65. ```
  66. <div id="luckysheet" style="margin:0px;padding:0px;position:absolute;width:100%;height:100%;left: 0px;top: 0px;"></div>
  67. ```
  68. ### 第三步
  69. 创建一个表格
  70. ```
  71. <script>
  72. $(function () {
  73. //配置项
  74. var options = {
  75. container: 'luckysheet' //luckysheet为容器id
  76. }
  77. luckysheet.create(options)
  78. })
  79. </script>
  80. ```
  81. ## 开发
  82. ### 环境
  83. [Node.js](https://nodejs.org/en/) Version >= 6
  84. ### 安装
  85. ```
  86. npm install
  87. npm install gulp -g
  88. ```
  89. ### 开发
  90. ```
  91. npm run dev
  92. ```
  93. ### 打包
  94. ```
  95. npm run build
  96. ```
  97. ## 合作项目
  98. - [鲁班h5](https://github.com/ly525/luban-h5)
  99. - [h5-Dooring](https://github.com/MrXujiang/h5-Dooring)
  100. - [Furion](https://gitee.com/monksoul/Furion)
  101. - [AFFiNE.PRO](https://github.com/toeverything/AFFiNE)
  102. ## 交流
  103. - [官网](http://lucky.lashuju.com/index.html)
  104. - [Github 论坛](https://github.com/mengshukeji/Luckysheet/discussions)
  105. - 以下扫码加入官方微信群或者QQ群
  106. | 加小编微信:wxid_d9srydiviy9x22,备注:加群 | QQ群:767964895 |
  107. |---|---|
  108. |<img src="https://gcore.jsdelivr.net/gh/mengshukeji/LuckyResources@master/assets/img/wechat/univer-wechat.jpg" width="200" />| <img src="https://cdn.jsdelivr.net/gh/mengshukeji/LuckyResources@master/assets/img/wechat/luckysheet_qq_group_2.jpeg" width="200" /> |
  109. [英文社群](./README.md)
  110. ## 赞助
  111. Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些优秀的 [**支持者**](https://dream-num.github.io/LuckysheetDocs/zh/about/sponsor.html#%E8%B5%9E%E5%8A%A9%E8%80%85%E5%88%97%E8%A1%A8)。 如果您想加入他们,请考虑:
  112. - [成为Patreon的支持者或赞助商](https://www.patreon.com/mengshukeji)
  113. - [成为Open Collective的支持者或赞助商](https://opencollective.com/luckysheet)
  114. - 通过PayPal,微信或支付宝一次性捐赠
  115. | PayPal | 微信 | 支付宝 |
  116. |---|---|---|
  117. | [Paypal Me](https://www.paypal.me/wbfsa) | <img src="https://cdn.jsdelivr.net/gh/mengshukeji/LuckyResources@master/assets/img/wechat/wechat.jpg" width="200" />| <img src="https://cdn.jsdelivr.net/gh/mengshukeji/LuckyResources@master/assets/img/wechat/alipay.jpg" width="200" /> |
  118. ### Patreon和OpenCollective有什么区别?
  119. 通过Patreon捐赠的资金将直接用于支持menshshukeji在Luckysheet上的工作。 通过OpenCollective捐赠的资金由透明费用管理,将用于补偿核心团队成员的工作和费用或赞助社区活动。 通过在任一平台上捐款,您的姓名/徽标将得到适当的认可和曝光。
  120. ## 赞助者列表
  121. (按时间顺序排列)
  122. - *涛 ¥ 200
  123. - popo ¥ 1
  124. - 孔垂善 ¥ 5
  125. - Shawn文 ¥ 99
  126. - 幸运的小路易 ¥ 1
  127. - 冯启俊 ¥ 88
  128. - mxb ¥ 10
  129. - 祭阳 ¥ 20
  130. - *勇 ¥ 30
  131. - 虚我 ¥ 200
  132. - 甜党 ¥ 50
  133. - Alphabet(Google)-gcf ¥ 1
  134. - **平 ¥ 100
  135. - **东 ¥ 10
  136. - debugger ¥ 20
  137. - 烦了烦 ¥ 10
  138. - 文顶顶 ¥ 200
  139. - yangxshn ¥ 10
  140. - 爱乐 ¥ 100
  141. - 小李飞刀刀 ¥ 66
  142. - 张铭 ¥ 200
  143. - 曹治军 ¥ 1
  144. - *特 ¥ 10
  145. - **权 ¥ 9.9
  146. - **sdmq ¥ 20
  147. - *旭 ¥ 10
  148. - Quentin ¥ 20
  149. - 周宇凡 ¥ 100
  150. - *超 ¥ 10
  151. - 维宁 ¥ 100
  152. - hyy ¥ 20
  153. - 雨亭寒江月 ¥ 50
  154. - **功 ¥ 10
  155. - **光 ¥ 20
  156. - terrywan ¥ 100
  157. - 王晓洪 ¥ 10
  158. - Sun ¥ 10
  159. - 忧绣 ¥ 100
  160. - Jasonx ¥ 10
  161. - 国勇 ¥ 66.6
  162. - 郎志 ¥ 100
  163. - 匿名 ¥ 1
  164. - ni ¥ 100
  165. - 苏 ¥ 50
  166. - Mads_chan ¥ 1
  167. - LK ¥ 100
  168. - 智连方舟 李汪石 ¥ 168
  169. - **发 ¥ 260
  170. - *超 ¥ 10
  171. - *勇 ¥ 10
  172. - *腾 ¥ 15
  173. - 名字好难起 ¥ 20
  174. - 大山 ¥ 1
  175. - waiting ¥ 1000
  176. - **宇 ¥ 10.00
  177. - 刘小帅的哥哥 ¥ 20.00
  178. - 宁静致远 ¥ 10.00
  179. - Eleven ¥ 1.00
  180. - **帆 ¥ 188
  181. - henry ¥ 100
  182. - .波罗 ¥ 50
  183. - 花落有家 ¥ 50
  184. - 踏遍南水北山 ¥ 1
  185. - LC ¥ 5
  186. - **明 ¥ 8.80
  187. - *军 ¥ 20
  188. - 张彪 ¥ 50
  189. - 企业文档云@肖敏 ¥ 10
  190. - 匿名 ¥ 50
  191. - 逍遥行 ¥ 10
  192. - z.wasaki ¥ 50
  193. - Make Children ¥ 20
  194. - Foam ¥ 20
  195. - 奥特曼( o|o)ノ三 ¥ 50
  196. - **凯 ¥ 10
  197. - **兵 ¥ 20
  198. - **川 ¥ 1
  199. - 二万 ¥ 50
  200. - 蔚然成林 ¥ 10
  201. - 邹杰 ¥ 10
  202. - 张永强 ¥ 50
  203. - 鱼得水 ¥ 270
  204. - Ccther ¥ 1
  205. - Eric Cheng ¥ 10
  206. - 佚名 ¥ 1
  207. - 花叶 ¥ 50
  208. - GT ¥ 20
  209. - 菜菜心 ¥ 10
  210. - fisher ¥ 1
  211. - JC ¥ 5
  212. - 佚名 ¥ 20
  213. - 独孤一剑 ¥ 50
  214. - mxt ¥ 20
  215. - 一叶迷山 ¥ 100
  216. - Jeff ¥ 100
  217. - 八千多条狗🐶 ¥ 100
  218. - 晓峰 ¥ 10
  219. - 戒 ¥ 1
  220. - 浪里个浪 ¥ 1
  221. - 回调函数 ¥ 50
  222. - 赖瓜子 ¥ 5
  223. - Milo•J ¥ 20
  224. - 可道云 ¥ 200
  225. - *程 ¥ 10
  226. - 来一杯卡布酸奶 ¥ 5
  227. - 刘久胜 ¥ 100
  228. - 快意江湖 ¥ 50
  229. - *新 ¥ 9.9
  230. - **龙 ¥ 100
  231. ## 贡献者和感谢
  232. ### 核心团队活跃成员
  233. - [@wbfsa](https://github.com/wbfsa)
  234. - [@eiji-th](https://github.com/eiji-th)
  235. - [@fly-95](https://github.com/fly-95)
  236. - [@tonytonychopper123](https://github.com/tonytonychopper123)
  237. - [@Dushusir](https://github.com/Dushusir)
  238. - [@iamxuchen800117](https://github.com/iamxuchen800117)
  239. - [@wpxp123456](https://github.com/wpxp123456)
  240. - [@c19c19i](https://weibo.com/u/3884623955)
  241. - [@zhangchen915](https://github.com/zhangchen915)
  242. - [@jerry-f](https://github.com/jerry-f)
  243. - [@flowerField](https://github.com/flowerField)
  244. ### 社区伙伴
  245. - [@yiwasheng](https://github.com/yiwasheng)
  246. - [@danielcai1987](https://github.com/danielcai1987)
  247. - [@qq6690876](https://github.com/qq6690876)
  248. - [@javahuang](https://github.com/javahuang)
  249. - [@TimerGang](https://github.com/TimerGang)
  250. - [@gsw945](https://github.com/gsw945)
  251. - [@swen-xiong](https://github.com/swen-xiong)
  252. - [@lzmch](https://github.com/lzmch)
  253. - [@kdevilpf](https://github.com/kdevilpf)
  254. - [@WJWM0316](https://github.com/WJWM0316)
  255. ## 版权信息
  256. [MIT](http://opensource.org/licenses/MIT)
  257. Copyright (c) 2020-present, mengshukeji