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

feat(facade): add FRange.getValues api #3344

Merged
merged 2 commits into from
Sep 7, 2024
Merged

feat(facade): add FRange.getValues api #3344

merged 2 commits into from
Sep 7, 2024

Conversation

hexf00
Copy link
Member

@hexf00 hexf00 commented Sep 6, 2024

close #2745

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).

Copy link

github-actions bot commented Sep 6, 2024

View Deployment

📑 Examples 📚 Storybook
🔗 Preview link 🔗 Preview link

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 30.19%. Comparing base (af63f7d) to head (1b5dedd).
Report is 13 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #3344   +/-   ##
=======================================
  Coverage   30.18%   30.19%           
=======================================
  Files        2111     2111           
  Lines      109854   109881   +27     
  Branches    23896    23901    +5     
=======================================
+ Hits        33161    33180   +19     
- Misses      76693    76701    +8     

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

@hexf00 hexf00 merged commit 1021e30 into dev Sep 7, 2024
9 checks passed
@hexf00 hexf00 deleted the feat/facade-getValues branch September 7, 2024 02:35
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.

[Feature] It is required to obtain cell data within a range, and the formula can control refresh[
2 participants