-
-
Notifications
You must be signed in to change notification settings - Fork 714
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(sheet): group sheet get cell intercptor to performance well #3534
Conversation
VicKun4937
commented
Sep 23, 2024
- refactor cell inerceptor
View Deployment
|
Playwright test resultsDetails 8 tests across 3 suites |
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.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #3534 +/- ##
==========================================
- Coverage 31.84% 31.84% -0.01%
==========================================
Files 2194 2194
Lines 115259 115301 +42
Branches 25383 25397 +14
==========================================
+ Hits 36706 36719 +13
- Misses 78553 78582 +29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
10bc95c
to
980bcd4
Compare
9a9cd70
to
fb9b8c4
Compare
return this.getRawCell(row, col); | ||
} | ||
|
||
getCellStyleOnly(row: number, col: number): Nullable<ICellDataForSheetInterceptor> { |
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.
@lumixraku here , after merged this pr, you can use above two api in sketon to get better performance
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.
merge now?
c10f7cd
to
e786182
Compare