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

自定义公式内部的处理函数,怎么获取调用此公式的单元格对象? 比如我自定义了一个公式MYFUNC , 我在A1单元格调用了此公式 , 怎么在这个公式的处理函数中得到A1单元格对象? ![Snipaste_2023-12-31_20-35-34](https://github.com/dream-num/Luckysheet/assets/50451344/032cb63d-6ee3-4a38-8d26-c4426915f974)

**您的功能请求与问题有关吗?** **描述您想要的解决方案** **其他内容**

**描述错误** **重现** 当表格表头为复杂表头,且行数超过两行时,无法通过选中单个表头或者选中整行表头来使用筛选功能,只能框选表格所有内容项后再点筛选方可正常,当表格内容较大时需拉动横向和纵向滚动条来选中所有表格,比较麻烦,希望可以修复!

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. The first step 2. The second step 3. The...

**Describe the bug** 报表产生计算字段后, 执行排序, 发现非计算字段数据可以按照规则排序, 但计算字段数据只按原样子显示, 排序失效. **To Reproduce** Steps to reproduce the behavior: 1. The first step 2. The second step 3. The third step 4. See error...

good first issue

目前项目接入开发到一半发现,不支持同一个页面显示多个excel。希望作者能优先支持下这个功能呢

初始化数据或者用方法修改内容,内容中含有换行符,页面的格子没有换行,需要双击格子,进入编辑模式,换行才会生效。

新增borderInfo合并函数,在行列删除、插入、单元格删除、拖动、格式刷、黏贴、设置边框中添加合并borderInfo逻辑

**描述错误** 怀疑luckysheet.setCellFormat函数存在内存泄漏。 在console中调用luckysheet.setCellFormat(1,1,"bg",'#fff') 设置第一行第一列单元格背景颜色为白色,使用for循环执行3000次,页面js heap占用达到1G,且无法释放。 **复现步骤** 1. 加载luckysheet表格 2. 打开浏览器控制台 3. 打开Memory选项卡,记录当前Total JS Heap size。 4. 在控制台中执行代码 for(let i=1; i