Update dependency openspout/openspout to v5#412
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.28.5→^5.0.0Release Notes
openspout/openspout (openspout/openspout)
v5.7.0Compare Source
What's Changed
New Contributors
Full Changelog: openspout/openspout@v5.6.1...v5.7.0
v5.6.1Compare Source
What's Changed
New Contributors
Full Changelog: openspout/openspout@v5.6.0...v5.6.1
v5.6.0Compare Source
What's Changed
Full Changelog: openspout/openspout@v5.5.0...v5.6.0
v5.5.0Compare Source
What's Changed
New Contributors
Full Changelog: openspout/openspout@v5.4.1...v5.5.0
v5.4.1Compare Source
What's Changed
spansattribute when initializing row cells ifnumColumnscontains value by @aprat84 in #365Full Changelog: openspout/openspout@v5.4.0...v5.4.1
v5.4.0Compare Source
What's Changed
Full Changelog: openspout/openspout@v5.3.0...v5.4.0
v5.3.0Compare Source
What's Changed
New Contributors
Full Changelog: openspout/openspout@v5.2.2...v5.3.0
v5.2.2Compare Source
What's Changed
New Contributors
Full Changelog: openspout/openspout@v5.2.1...v5.2.2
v5.2.1Compare Source
What's Changed
withers to usestaticinstead ofselfas return type by @Slamdunk in #353Full Changelog: openspout/openspout@v5.2.0...v5.2.1
v5.2.0Compare Source
What's Changed
withers toCellabstract class by @uncaught in #351Full Changelog: openspout/openspout@v5.1.1...v5.2.0
v5.1.1Compare Source
What's Changed
Rownamed constructors by @Slamdunk in #346Full Changelog: openspout/openspout@v5.1.0...v5.1.1
v5.1.0Compare Source
What's Changed
New Contributors
Full Changelog: openspout/openspout@v5.0.0...v5.1.0
v5.0.0Compare 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
readonlynow, so their properties can only be set once on the constructor, or withwith***methods that return a new instance of the object with just the new property overwritten.What's Changed
readonlywhere possible by @Slamdunk in #338Full Changelog: openspout/openspout@v4.32.0...v5.0.0
Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.