zhichaoxu
2f2e9421f0
fix: cell data contains "<" sign
1. fix edit box and function box shows error data when cell value contains "<" and ">" sign. 2: fix
copy paste data error when cell value contains "<", ">" sign. 3: add .vscode to gitignore
fix #1060
3 years ago
mengshukeji
abbbebe16d
Merge pull request #1058 from luncheon/localize-hardcoded-texts
Localize hardcoded texts
3 years ago
takeuchi kazuto
ba2d29d08f
localize hardcoded texts
3 years ago
mengshukeji
f535d2646e
Merge pull request #1055 from luncheon/customize_locales
feat: allow library users to add locales
3 years ago
mengshukeji
7eee44a040
Merge pull request #1054 from monkeyshuang/master
fixed:某些极限情况下合并单元格的列宽计算错误
3 years ago
takeuchi kazuto
189d52f8d4
feat: allow library users to add locales
3 years ago
mengshukeji
fd8b9932d8
docs(add sponsors)
3 years ago
lisushuang
24ed187edf
fixed:某些极限情况下合并单元格的列宽计算错误
3 years ago
mengshukeji
03bfa67c0b
Merge pull request #1051 from akhaneev/fix_paste_table_with_th
fix issue on paste table with th elements in first row
3 years ago
mengshukeji
7e8148906e
Merge pull request #1050 from kunl/patch-1
Update FAQ.md
3 years ago
Dmitry Kostochko
59a786dc82
fix issue on paste table with th elements in first row
3 years ago
忆年
f8501030c5
Update FAQ.md
3 years ago
mengshukeji
447886e543
Merge pull request #1033 from guxin0123/master
Update constant.js
3 years ago
guxin0123
2a4faa3dd8
Update constant.js
修复默认配置下loading.gif加载报错问题
3 years ago
mengshukeji
56b93abb0f
docs(add sponsors)
3 years ago
mengshukeji
57950fe9a2
docs(update qq group number)
3 years ago
mengshukeji
9cd49b8fe0
Merge pull request #1021 from ghostcode/patch-1
Update cell.md
3 years ago
mengshukeji
69d8b4cec2
Merge pull request #1019 from nekobc1998923/alt-enter-error
修复行高自适应场景问题、部分样式时回车换行样式覆盖问题
3 years ago
mengshukeji
a31aa44558
Merge pull request #1015 from idsulik/fix-compute-rowlen-by-content
fix: computeRowlenByContent function, skip hidden columns
3 years ago
mengshukeji
3d3073a92b
Merge pull request #1014 from zhangyu836/dev0
setSheetAdd 没有返回新增的工作表对象
3 years ago
mengshukeji
0fc1aaeab8
docs(add sponsors)
3 years ago
Zhuxy
65af529466
Update cell.md
批准=》批注
3 years ago
菜猫子neko
c3a80dda7e
fix: 修复单元格为合并单元格时仍然行高自适应的问题
3 years ago
菜猫子neko
e21fbd9807
fix: 修复单元格有部分样式时,回车换行让样式整体覆盖的问题
3 years ago
Sulieman Dibirov
a27966b8a7
fix: computeRowlenByContent function, skip hidden columns
3 years ago
Zhang Yu
adad617768
没有返回新增的工作表对象
3 years ago
mengshukeji
0f95d69804
Merge pull request #993 from alsundukov/fix-dropcell-update
fix: dropCell.update function
3 years ago
mengshukeji
c5f1e03fe5
docs(add sponsors list)
3 years ago
asundukov
a415a2e652
fix: dropCell.update function
In the function called execFunctionGroup, the row and col arguments are mixed up in places
3 years ago
mengshukeji
59aa5e6e07
Merge pull request #977 from TomScavo/master
fix: 有多个 body 标签会造成页面直接崩溃,只取第一个body元素
3 years ago
mengshukeji
64780cded2
Merge pull request #976 from hjwforever/master
feat: add Vue3 + Vite demo
3 years ago
mengshukeji
8b91a299c5
docs(update sponsors list)
3 years ago
mengshukeji
5d8415f1e6
docs(update wechat qrcode)
3 years ago
“tomscavo”
b040165cd5
fix: 只取第一个body元素
3 years ago
Junwen Huang
325934c4a8
feat: add Vue3 + Vite demo
添加 Vue3+Vite 使用Luckysheet的示例项目,含有在线演示
4 years ago
mengshukeji
b8dec25a13
Merge pull request #971 from nekobc1998923/fix-copy-paste
fix: 修复了一系列和复制粘贴相关的问题
4 years ago
mengshukeji
ecb94d35a4
Merge pull request #952 from mikeungers/master
some bugfixes regarding comments
4 years ago
菜猫子neko
1a179c9695
fix: 修复复制生成的行高有多个colgroup而不是col的问题
4 years ago
菜猫子neko
5d62486c06
feat: 优化复制生成html时,colgroup的生成
4 years ago
菜猫子neko
5c1a047277
fix: 修复复制时生成的html,行高信息不在tr上的问题
4 years ago
菜猫子neko
d35b51c320
fix: 修复复制时的多行文本的<br>标签解析问题
4 years ago
菜猫子neko
cfccbf7dfc
fix: 修复垂直对齐样式解析时的bug
4 years ago
菜猫子neko
e38bd4e6dc
fix: 修复复制粘贴时获取的样式,下划线变成border-bottom的问题
4 years ago
菜猫子neko
9db73c2b63
fix: 修复垂直对齐功能在跨页复制粘贴中的丢失问题
4 years ago
菜猫子neko
e7d66306f6
fix: 修复下划线功能在跨页复制粘贴时的失效问题
4 years ago
Mike Ungers
0dce8454f0
fixed loss of multi line comment line breaks when moving/resizing comment field
4 years ago
mikeungers
ff17475d4f
Merge branch 'mengshukeji:master' into master
4 years ago
mengshukeji
03f35a2730
docs(update wechat id,qq group number)
4 years ago
Dushusir
69884f6feb
fix(drop cell): drop cell formula
drop cell,extends formula cal,use execFunctionGroup
4 years ago
mengshukeji
7024b58e86
Merge pull request #930 from yangyining/fix-getcellvalue
修复当单元格内有换行获取不到值的问题
4 years ago