-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: add formula shared index #2118
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2118 +/- ##
=======================================
Coverage 99.23% 99.23%
=======================================
Files 32 32
Lines 30176 30205 +29
=======================================
+ Hits 29945 29974 +29
Misses 153 153
Partials 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Rename formulaSharedIndex to formulaSI - Remove deepcopy dependencies - Upgrade go-deepcopy to v1.5.2 - Update unit tests
2bed4a4
to
c85ade6
Compare
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.
Thanks for your pull request. I've update pull request, fixed code review issues.
PR Details
build Shared formula index, optimize performance of GetCellFormula
Related issues: https://github.com/qax-os/excelize/issues/1961
Description
Related Issue
#1961
On my pc, the test mentioned in the issue has been reduced from 27 seconds to 4 seconds
#2030
As discussed in #2030 , the deepcopy will use gitHub/mahae/deepcopy
Motivation and Context
How Has This Been Tested
Types of changes
Checklist