Skip to content

Fix Formula, when the cache is setted by STRING, but is get by NUMBER.#6346

Open
wang12124468 wants to merge 1 commit into
dream-num:devfrom
wang12124468:fix/formalu-ignore-string-and-number
Open

Fix Formula, when the cache is setted by STRING, but is get by NUMBER.#6346
wang12124468 wants to merge 1 commit into
dream-num:devfrom
wang12124468:fix/formalu-ignore-string-and-number

Conversation

@wang12124468
Copy link
Copy Markdown

Such as =SUMIFS(A:A, B:B, "2025"), when the type of B is STRING (Set cache), the "2025" is transformed by findCompareToken to NUMBER (Get cache)

close #xxx

Pull Request Checklist

  • Related tickets or issues have been linked in the PR description (or missing issue).
  • Naming convention is followed (do please check it especially when you created new plugins, commands and resources).
  • Unit tests have been added for the changes (if applicable).
  • Breaking changes have been documented (or no breaking changes introduced in this PR).

Such as `=SUMIFS(A:A, B:B, "2025")`, when the type of B is STRING (Set cache), the "2025" is transformed by findCompareToken to NUMBER (Get cache)
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 19, 2025

View Deployment

📑 Demo (React@19) Demo (React@16) 📚 Storybook
🔗 Preview link 🔗 Preview link 🔗 Preview link

@wpxp123456
Copy link
Copy Markdown
Contributor

Thank you. This problem is known, but it's not possible to simply determine if a number and a string of numbers are equal here, because many formulas use this method.

@wpxp123456
Copy link
Copy Markdown
Contributor

We'll see how to handle this in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants