Skip to content

Update dependency openspout/openspout to v5#412

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/openspout-openspout-5.x
Open

Update dependency openspout/openspout to v5#412
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/openspout-openspout-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Change Age Confidence
openspout/openspout ^4.28.5^5.0.0 age confidence

Release Notes

openspout/openspout (openspout/openspout)

v5.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: openspout/openspout@v5.6.1...v5.7.0

v5.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: openspout/openspout@v5.6.0...v5.6.1

v5.6.0

Compare Source

What's Changed

  • Updated to Validation\CellReference to allow for absolute ranges and references to other sheets. by @​michieljmmaas in #​372

Full Changelog: openspout/openspout@v5.5.0...v5.6.0

v5.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: openspout/openspout@v5.4.1...v5.5.0

v5.4.1

Compare Source

What's Changed

  • fix: ignore row spans attribute when initializing row cells if numColumns contains value by @​aprat84 in #​365

Full Changelog: openspout/openspout@v5.4.0...v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog: openspout/openspout@v5.3.0...v5.4.0

v5.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: openspout/openspout@v5.2.2...v5.3.0

v5.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: openspout/openspout@v5.2.1...v5.2.2

v5.2.1

Compare Source

What's Changed

Full Changelog: openspout/openspout@v5.2.0...v5.2.1

v5.2.0

Compare Source

What's Changed

Full Changelog: openspout/openspout@v5.1.1...v5.2.0

v5.1.1

Compare Source

What's Changed

Full Changelog: openspout/openspout@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: openspout/openspout@v5.0.0...v5.1.0

v5.0.0

Compare Source

Upgrading from 4.x to 5.0

It has been discovered that the operation of merging a cell's Style with a defined default row Style was very expensive: when writing tens of thousand row with hundreds of column, each with a different style and a custom default row style, just the style merging operation could take up to 80% of the overall spreadsheet creation.
In v5 therefore you can have either a fallback row style when a Cell has none, or a custom style for the Cell.
If you want for example zebra striping over a column of custom formatted cells, now you have to have 2 distinct styles and apply them manually in alternation to even and odd cells.

Moreover, to ensure deterministic outcomes, most of the classes you are dealing with are readonly now, so their properties can only be set once on the constructor, or with with*** methods that return a new instance of the object with just the new property overwritten.

What's Changed

Full Changelog: openspout/openspout@v4.32.0...v5.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.21%. Comparing base (f29e574) to head (65bdf00).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #412   +/-   ##
=======================================
  Coverage   95.21%   95.21%           
=======================================
  Files          40       40           
  Lines        1087     1087           
=======================================
  Hits         1035     1035           
  Misses         52       52           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

0 participants