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

在项目中遇到一个问题,需要加载后端传回来的表格,表格中有大量的公式,会造成页面渲染时间特别长,甚至崩溃,想问一下这个如何优化,比如计算公式能否开一个线程异步计算,是否可以提高用户体验,加快页面加载

在页面渲染的时候,我先 window.luckysheet.create() 当前页面销毁的时候componentWillUnmount()里进行window.luckysheet.destroy()。 在其他界面window.luckysheet.create()后,单元格的数据可以显示,但是操作单元格的时候报 ![IMG_20211215_212719](https://user-images.githubusercontent.com/14258302/146195186-21079616-c171-4a1c-9a66-f6edead5cd99.jpg) 导致单元格有公式的地方无法自动计算!!! 如果在页面销毁的时候,不对luckysheet进行销毁。在开启其他页面的时候,有公式的单元格就会被之前的单元格污染,导致数字计算是错误,请问这个是什么原因

一个表格中有2个Sheet,sheet1的单元格中会引用sheet2的单元格(后端传回写入数据)。 当第2次打开时发现,sheet1的公式计算结果是上一次打开时的值。

在使用中有些业务需要隐藏左侧数字编号栏和顶部栏。 不知道可否提供一个api的配置项来控制显示隐藏?

Hi all, Is there a way to get the currently selected cell from the API? I can only see methods to get the selected cells range, but I need a...

前提: 关闭所有单元格的锁定状态,开启部分单元格锁定状态(视频中黄色部分); 开启工作表保护功能,取消锁定单元格的选中功能,开启未锁定单元格的选中功能; 问题: 1、当其他未锁定的单元格处在编辑状态时,直接点击锁定状态的单元格时可以被选中(应该无法选中); 2、当第一点问题发生的时候,双击其他任意单元格区域,将会打开锁定单元格的编辑状态,不过会被阻止; 3、当选中某个单元格时,双击锁定状态的单元格(正常应该是无法选中的状态),会开启当前选中的单元格的编辑状态(应该不要开启编辑状态为好,此时应该无需任何响应) https://user-images.githubusercontent.com/38307150/177290006-e3a5f2c4-c375-4874-865a-55444d9234f9.mp4

Thank you for your attention. Luckysheet has stopped maintenance. The core team is developing a new office suite Univer, which has more complete functions and APIs and solves some difficult...

fix: #1100 创建canvas时取dpr值错误 ![image](https://user-images.githubusercontent.com/49467518/182395950-3fa2bb05-583f-47cc-b04c-4635ae3adb44.png)