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

Bump ClosedXML from 0.100.3 to 0.101.0 #130

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps ClosedXML from 0.100.3 to 0.101.0.

Release notes

Sourced from ClosedXML's releases.

0.101.0

Mostly speed improvements, but some cool and nifty improvements, see changelog below.

Other than some enums being changed from int to byte, and a new method on IXLGraphicEngine interface there should be no breaking changes in the release (see https://closedxml.readthedocs.io/en/latest/migrations/migrate-to-0.101.html).

Worksheet saving (#1838)

Saving of cells in a worksheet has been significantly improved. As an example, a file of 100k rows and 44 columns (see gist) took 38 seconds to save in 0.100.3, but only 17 seconds in 0.101-rc .

Speedup-0 101-rc Speedup-0 100 3

Adjust to content (#1991)

Adjust to content has been refactored and it now calculates size of text by counting glyphs. Originally, we asked SixLabors.Fonts library to calculate it, but it is really slow (it has to deal with all possible typographic options, like having rtl and ltr text on same line).

It is faster to just use glyph size, plus I am pretty sure Excel also calculates width/height of a cell that way (likely legacy from earlier 90s version).

Time to run AdjustToContent using a sample of 1000 rows.

Run# 0.96.0 0.100.3 0.101-rc
1 168 ms 1203 ms 1674 ms
2 4 ms 568 ms 31 ms
3 4 ms 551 ms 25 ms
4 4 ms 540 ms 26 ms
5 3 ms 544 ms 25 ms
6 3 ms 550 ms 26 ms
7 4 ms 556 ms 46 ms
8 3 ms 556 ms 28 ms
9 4 ms 541 ms 23 ms
10 3 ms 535 ms 23 ms

Changelog

Performance improvements

Features

Cleanup updates

... (truncated)

Commits
  • 9656055 Update version for the release 0.101.0.
  • d4f9c68 Add info about a new graphic engine method to the migration guide.
  • 81e4bfd Hyperlinks created through HYPERLINK formula function do not register hyperli...
  • 541ff2c Fix NRE during normal style loading
  • 0a612ff Update Contributing - How to reconcile files
  • 78c1a8a Add link to release notes of RC
  • 84bf45e Make a release candidate version, so I can publish a package.
  • b655dc7 Refactor method to calculate column width to use standard conversion methods ...
  • f47bb1a Use common method to load the normal style for the workbook instead of duplic...
  • d2559e1 Calculate default column width if the loaded worksheet has a non-default font...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 10, 2023
@dependabot dependabot bot requested a review from SIkebe April 10, 2023 10:59
@SIkebe SIkebe force-pushed the dependabot/nuget/ClosedXML-0.101.0 branch 2 times, most recently from e9991e2 to 0a32f9e Compare April 10, 2023 11:45
@SIkebe
Copy link
Owner

SIkebe commented Apr 13, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@SIkebe
Copy link
Owner

SIkebe commented Apr 13, 2023

@dependabot recreate

Bumps [ClosedXML](https://github.com/ClosedXML/ClosedXML) from 0.100.3 to 0.101.0.
- [Release notes](https://github.com/ClosedXML/ClosedXML/releases)
- [Commits](ClosedXML/ClosedXML@0.100.3...0.101.0)

---
updated-dependencies:
- dependency-name: ClosedXML
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/ClosedXML-0.101.0 branch from 0a32f9e to 16172d4 Compare April 13, 2023 01:58
@SIkebe SIkebe merged commit 45ef423 into main Apr 13, 2023
@SIkebe SIkebe deleted the dependabot/nuget/ClosedXML-0.101.0 branch April 13, 2023 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant