.1915763867792649:fbc434c3a530f002d1d2d6b4c7017098_69e39aa378c40acdec8fdf3d.69e44c941fab7632f2301a35.69e44c936815c4dcd8d967fe:Trae CN.T(2026/4/19 11:31:32)#3
Open
keep-me wants to merge 2 commits into
Conversation
添加公式函数的自动补全功能,包括下拉菜单和键盘导航 实现25种常用电子表格函数的计算逻辑 重构公式计算相关代码,支持更复杂的引用和表达式 添加函数参数提示和语法高亮显示
在公式处理前添加normalizeFormula函数统一处理公式格式,包括去除等号、替换中文符号等 修改getAllReferencesFromFormula和evaluateFormula使用规范化后的公式进行处理
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
refactor(formula): 添加公式规范化处理并优化引用提取
在公式处理前添加normalizeFormula函数统一处理公式格式,包括去除等号、替换中文符号等
修改getAllReferencesFromFormula和evaluateFormula使用规范化后的公式进行处理