-
-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(formula): add some text formulas #3546
Conversation
View Deployment
|
Playwright test resultsDetails 17 tests across 8 suites Flaky testschromium › visual-comparison/sheets/sheets-visual-comparison.spec.ts › diff default sheet toolbar |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #3546 +/- ##
==========================================
+ Coverage 30.97% 31.49% +0.51%
==========================================
Files 2285 2307 +22
Lines 118732 119637 +905
Branches 26171 26467 +296
==========================================
+ Hits 36782 37677 +895
- Misses 81950 81960 +10 ☔ View full report in Codecov by Sentry. |
ARRAYTOTEXT |
ARRAYTOTEXT
|
CHAR function |
d67f0a1
to
bb99a98
Compare
b92fbd3
to
2a32311
Compare
CODE function |
DBCS function |
2a32311
to
8537d90
Compare
573ff1b
to
ecce1b7
Compare
ecce1b7
to
869e4c6
Compare
|
||
// special case for some characters causing doc stream issues | ||
if (Object.values(DataStreamTreeTokenType).filter((value) => { | ||
return [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is better to extract constants
close https://github.com/dream-num/univer-pro/issues/2544
Pull Request Checklist