This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix/新增border info合并工具函数,在部分场景中进行border info合并 #1441
Open
352718784
wants to merge
583
commits into
dream-num:feature
Choose a base branch
from
352718784:fix/新增borderInfo合并工具函数,在部分场景中进行borderInfo合并
base: feature
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
The head ref may contain hidden characters: "fix/\u65B0\u589EborderInfo\u5408\u5E76\u5DE5\u5177\u51FD\u6570\uFF0C\u5728\u90E8\u5206\u573A\u666F\u4E2D\u8FDB\u884CborderInfo\u5408\u5E76"
Open
Fix/新增border info合并工具函数,在部分场景中进行border info合并 #1441
352718784
wants to merge
583
commits into
dream-num:feature
from
352718784:fix/新增borderInfo合并工具函数,在部分场景中进行borderInfo合并
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In the function called execFunctionGroup, the row and col arguments are mixed up in places
fix: dropCell.update function
批准=》批注
setSheetAdd 没有返回新增的工作表对象
…content fix: computeRowlenByContent function, skip hidden columns
修复行高自适应场景问题、部分样式时回车换行样式覆盖问题
Update cell.md
修复默认配置下loading.gif加载报错问题
Update constant.js
Update FAQ.md
fix issue on paste table with th elements in first row
fixed:某些极限情况下合并单元格的列宽计算错误
feat: allow library users to add locales
Localize hardcoded texts
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 dream-num#1060
… issue dream-num#1342 reported once we select a cloumn, at the bottom of the sheet simple calculation not formated correctly
fix(issue dream-num#1326): right click to delete cell error
fix: removed extra text were appeared while selecting a whole column…
fix(iconfont): rename iconfont family
fix: 修复 setCellValue 方法bug 仅当新设置的单元格不含有公式时才能删除原公式链 fixed#1367
fix:修复禁用sheet菜单重命名时,仍可双击sheet名称来重命名的问题。
fix: 解决有隐藏列时筛选数据错乱的问题
Prettier support
jiang
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
新增borderInfo合并函数,在行列删除、插入、单元格删除、拖动、格式刷、黏贴、设置边框中添加合并borderInfo逻辑