takeuchi kazuto
20b859c174
fix: apply defaultFontSize to input fields
3 years ago
mengshukeji
5151467a44
docs(add sponsors)
3 years ago
mengshukeji
3eecb1152d
Merge pull request #1079 from akhaneev/master
Fixed issues when copying sheets
3 years ago
mengshukeji
1334be7b31
Merge pull request #1077 from ttheitao/patch-1
fix: 修复调用 setSheetZoom API时图片未更新的问题
3 years ago
mengshukeji
173397c7ae
Merge pull request #1075 from salmoro/add-custom-functions
Allow to dynamically add custom functions at runtime
3 years ago
mengshukeji
c05af68264
Merge pull request #1067 from luncheon/localize-column-sort-merge-error
Localize the message displayed when column sorting fails due to merged cells
3 years ago
mengshukeji
2c5b59b978
Merge pull request #1066 from luncheon/fix-decimal-places
fix: increase/decrease decimal places was reversed
3 years ago
mengshukeji
7ef6096f39
Merge pull request #1064 from luncheon/fix-case-insensitive-search
fix: case-insensitive search becomes case-sensitive
3 years ago
Shlomo Morosow
31571b7230
Allow to dynamically add custom functions at runtime. This is very helpful for scenarios where the custom function is very domain-specific and does not make sense to add to the Luckysheet codebase.
Developer will have to be cognizant of locals and needs to handle providing the appropriate text based on the current locale.
3 years ago
Andrey Khaneev
55a9454627
Minor refactoring
3 years ago
Andrey Khaneev
49bafe3443
Fixed issues when copying sheets:
sheet name length could exceed 31 char
sheet name could take into account another sheet name that contains but not starts with the name (sheets: ABCD(Copy), BCD; copying BCD results in BCD(Copy2))
3 years ago
ttheitao
44a27766b3
fix: 修复调用 setSheetZoom API时图片未更新的问题
3 years ago
takeuchi kazuto
a246578d79
localize message displayed when column sorting fails due to merged cells
3 years ago
takeuchi kazuto
a99de8c31f
fix: increase/decrease decimal places was reversed
3 years ago
takeuchi kazuto
414c29ecf2
fix: case insensitive search becomes case sensitive
3 years ago
mengshukeji
09206e5376
Merge pull request #1063 from luncheon/localize-sort
Localize hardcoded texts (in `sort.js`)
3 years ago
mengshukeji
80f141b893
Merge pull request #1062 from luncheon/localize
Localize hardcoded texts
3 years ago
mengshukeji
b116d90b05
Merge pull request #1061 from xu3927/dev
fix: cell data contains "<" sign
3 years ago
takeuchi kazuto
61765ac95d
localize hardcoded texts
3 years ago
takeuchi kazuto
579fae168a
localize hardcoded texts
3 years ago
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