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

Double click on cell is not entering into editing mode, it's look like double click doesn't work and i cant edit any cell in sheet, i am doing something wrong...

![image](https://user-images.githubusercontent.com/107850772/191016870-d3430e2a-0e9c-4a00-9e43-e3f17bf88e95.png)

**Describe the bug** 在透视表中选择行列后,以数值作为行列排序依据会出现undefined错误,无法排序 **To Reproduce** 1. 打开官方[示例地址](https://mengshukeji.github.io/LuckysheetDemo/) 2. 选择示例表格中的**PivotTable** 3. 将示例中的**计数:score**更换为**求和:score** 4. 在**student**上打开右键菜单 5. **排序**选择**降序** 6. **排序依据**选择**求和:score** 7. 错误如下: **What is expected?** **排序依据**选择**求和:score**之后能够正常进行排序 **Screenshots or demo** **Environment** - OS:MAC...

选区的钩子函数触发不了 rangeEditAfter rangeEditBefore rangePasteAfter rangeCopyAfter ,只有rangeSelect能触发。 hook: { cellUpdated: (r: number) => { // 单元格更新后 if (r == 0) { this.changeTypeName(); } }, rangeCopyAfter: (obj: any, obj1: any) => {...

同样,destroy,delete等api调用后都未生效,且无法触发回调函数 _Originally posted by @wujimalayo in https://github.com/mengshukeji/Luckysheet/issues/1154#issuecomment-1244989426_

Moved functions descriptor to a separate file. I18n files contain only translatable texts without function descriptor code duplication

有条记录在查询的时候报了一个错误,不知道数据存储的时候哪里不规范造成的? Uncaught TypeError: Cannot read properties of undefined (reading 'rs') at Xu (draw.js:814:55) at md (refresh.js:1238:13) at jc (resize.js:259:9) at handler.js:274:64 at dispatch (plugin.js:1:39154) at d.handle (plugin.js:1:37245) ![image](https://user-images.githubusercontent.com/7391920/185531799-1a78eed9-5eac-44a4-a9f8-bcd90eae9792.png) 以下是数据格式,数据太大无法直接复制,请将地址复制到浏览器地址栏: [https://gitee.com/jndxfjz/luckysheet/blob/master/luckysheet](url)...

**Describe the bug** **To Reproduce** 1. The first step: 2. The second step: 3. The third step: 4. See error: **What is expected?** **Screenshots or demo** **Environment** - OS: -...

版本情况: 前端:uckysheetv2.13 后台:最新main分支 luckysheet前后端部署后在协同模式下测试发现如下问题: 1、表格清除内容无效,清除后重新刷新页面数据还存在; 2、表格删除行,删除后重新刷新页面数据还是存在; 3、删除标签,标签同样存在