Skip to content
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

fix(sheet): move formula ref #2078

Merged
merged 1 commit into from Apr 26, 2024
Merged

fix(sheet): move formula ref #2078

merged 1 commit into from Apr 26, 2024

Conversation

DR-Univer
Copy link
Collaborator

@DR-Univer DR-Univer commented Apr 25, 2024

=VLOOKUP($L6,$1:$1,1)

error after fill

=VLOOKUP($L7,#REF!,1)

@DR-Univer DR-Univer requested a review from wzhudev as a code owner April 25, 2024 13:22
Copy link

github-actions bot commented Apr 25, 2024

View Deployment

📑 Examples 📚 Storybook
🔗 Preview link 🔗 Preview link

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

Attention: Patch coverage is 58.33333% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 31.04%. Comparing base (10cc6e1) to head (40c448d).
Report is 2 commits behind head on dev.

Files Patch % Lines
packages/core/src/shared/common.ts 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2078      +/-   ##
==========================================
+ Coverage   29.74%   31.04%   +1.30%     
==========================================
  Files        1180     1208      +28     
  Lines       64056    66154    +2098     
  Branches    13603    13994     +391     
==========================================
+ Hits        19053    20540    +1487     
- Misses      45003    45614     +611     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DR-Univer DR-Univer merged commit fa4ebea into dev Apr 26, 2024
10 checks passed
@DR-Univer DR-Univer deleted the fix-formula-move-ref branch April 26, 2024 03:15
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.

None yet

2 participants