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

options: { cellRightClickConfig: { customs: [ //自定义右键菜单 { title: "自定义菜单", onClick: (clickEvent, event, params) => { console.log(params); }, }, ], }, },

Currently, when a cell is cleared, the hyperlink remains. There is no way to remove the hyperlink on UI. This PR fixes that clearing cell removes the hyperlink.

Issues No : https://github.com/mengshukeji/Luckysheet/issues/1134 The app stops running when the merged cell is selected by the keyboard. +1, -1 in the cell area function to fall into an infinite loop....

单击选中某个单元格会自动进入编辑状态,然后不进行任何编辑操作,取消选中后,原单元格数据丢失。官方给的demo也有这个问题,有没有解决这个问题的办法呢

问题: 1、案例中luckysheet组建的父元素不是body,而是一个div的容器中,此div设置固定高度并且有滚动条的时候; 2、当点击工具栏更多时,将更多工具栏显示出来时,我发现更多工具栏``定位不准确,这是因为: 2-1、top的计算是基于 `Store.infobarHeight + Store.toolbarHeight + $("#" + Store.container).offset().top + $("body").first().scrollTop()`; - `src/controllers/resize.js` - `morediv = '';` 2-2、``是append到body中,以body为父元素,进行定位造成的,而lucksheet的父元素此时不是body;

原issue地址:https://github.com/sethyuan/logseq-plugin-luckysheet/issues/9 我在表格里使用了一些 `="1D6("&RANDBETWEEN(1,6)&")"` 随机数公式,但是使用后就无法新增行和列,不知道时什么情况。 插件作者表示可能时公式问题,让我到这边来反馈,希望能处理一下。 附带数据文件:[date.txt](https://github.com/mengshukeji/Luckysheet/files/9393258/date.txt)

刚同步了官方仓库的主分支,发现一个很严重的错误。 #977 这个PR,一次修改了22个文件,变动是 `$("body")` 变成了 `$("body").first()` 如下图: ![image](https://user-images.githubusercontent.com/13060680/185021098-b2b924f3-ec15-463f-b7d3-ff392ce97bbc.png) 这个改动一言难尽,怎么会有多个 body 标签呢?一个开源库没必要给非正常的使用买单修改吧。

I find npm package of Version 2.1.13 had been published two yeas,why don't you publish the bug-fixed package lately????

. . . ** Describe the bug **. . ** To Reproduce **. . 1. The first step : Create two merge cells. One is in the first row merged...

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