ironcalc / IronCalc

Main engine of the IronCalc ecosystem
Apache License 2.0
48 stars 2 forks source link

UPDATE: Adds get/set views to the user model API #69

Closed nhatcher closed 1 month ago

nhatcher commented 1 month ago

The idea of this PR is move as much state management to the Rust side so that it is shared among all UI clients.

Also xlsx and other formats do save the state of the workbook so when you open a workbook the selected sheet and ranges remain.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 91.46%. Comparing base (d2cba48) to head (e40b7ac).

Files Patch % Lines
base/src/user_model.rs 93.89% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #69 +/- ## ========================================== + Coverage 91.39% 91.46% +0.07% ========================================== Files 167 168 +1 Lines 29537 29884 +347 ========================================== + Hits 26994 27333 +339 - Misses 2543 2551 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.