Luckysheet icon indicating copy to clipboard operation
Luckysheet copied to clipboard

Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.

Results 230 Luckysheet issues
Sort by recently updated
recently updated
newest added

https://github.com/mengshukeji/Luckysheet/blob/56b93abb0fd8bf2e5b1dea71694d686c959ab247/src/controllers/server.js#L258 实际值 ![image](https://user-images.githubusercontent.com/6167532/171100500-630927df-ea9c-4f66-8223-4e4d6207c7a6.png) item2.range[0]一直为undefined的. 所以下面的代码提示正在输出的状态的代码就不会触发

[这里](https://github.com/mengshukeji/Luckysheet/blob/56b93abb0fd8bf2e5b1dea71694d686c959ab247/src/controllers/zoom.js#L197)直接绑定了鼠标事件,并且阻止了默认行为,直接影响了浏览器自带的缩放快捷键,还没办法取消

https://github.com/mengshukeji/Luckysheet/blob/56b93abb0fd8bf2e5b1dea71694d686c959ab247/src/controllers/server.js#L218 ![image](https://user-images.githubusercontent.com/6167532/171079849-a8750a88-b817-4171-bf6c-db921ab36b9a.png) ![image](https://user-images.githubusercontent.com/6167532/171079872-12a41073-3cb4-460b-90ad-197608e6b2b2.png)

允许复制 allowCopy false 仍然可以复制,另外,自定义右键菜单也不能用,不生效。 lang: 'zh',可以生效,没问题。

在配置了allowEdit 为 false,文档为只读的情况下,能不能配置图片无法拖动,裁剪,也不会弹出 image setting 的窗口。

什么时候更新下一版啊?下一版luckyexcel会不会支持导入10万以上的数据量?

在线编辑功能已经很完善了啥时候支持导出excel功能

**您的功能请求与问题有关吗?** 当一个表格中有超过万行的数据,而且带了公式。渲染会特别慢,有什么优化方式? **描述您想要的解决方案** **其他内容**

**Is your feature request related to a problem? Please describe.** Now only Chinese, English, Spanish, more languages are needed **Describe the solution you'd like** Add more languages file in [src/locale](https://github.com/mengshukeji/Luckysheet/tree/master/src/locale)

enhancement
good first issue