Skip to content

Bump NPOI from 2.7.5 to 2.7.6#144

Merged
jas88 merged 2 commits into
mainfrom
dependabot/nuget/main/NPOI-2.7.6
Mar 6, 2026
Merged

Bump NPOI from 2.7.5 to 2.7.6#144
jas88 merged 2 commits into
mainfrom
dependabot/nuget/main/NPOI-2.7.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Updated NPOI from 2.7.5 to 2.7.6.

Release notes

Sourced from NPOI's releases.

2.7.6

Release Notes
Nuget Link

What's Changed

New Contributors

Full Changelog: nissl-lab/npoi@2.7.5-rc1...2.7.6-rc1

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Summary by cubic

Upgrade NPOI from 2.7.5 to 2.7.6 for upstream fixes and minor performance gains. Updated ExcelDataFlowSource to use worksheet.GetEnumerator(), remove the IRow cast, and change GetCellValue to a nullable CellType? to match the new API.

Written for commit 0472b89. Summary will update on new commits.

High-level PR Summary

This PR updates the NPOI library dependency from version 2.7.5 to 2.7.6. The new version includes bug fixes, performance optimizations, and new features such as encryption support for Excel files, improved XWPF functionality, and various fixes from upstream Apache POI. This is a straightforward dependency version bump handled by Dependabot.

⏱️ Estimated Review Time: 5-15 minutes

💡 Review Order Suggestion
Order File Path
1 Directory.Packages.props

Need help? Join our Discord

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 2, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Copy link
Copy Markdown

@recurseml recurseml Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review by RecurseML

🔍 Review performed on f91d007..d593341

✨ No bugs found, your code is sparkling clean

✅ Files analyzed, no issues (1)

Directory.Packages.props

---
updated-dependencies:
- dependency-name: NPOI
  dependency-version: 2.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/main/NPOI-2.7.6 branch from d593341 to 058064c Compare March 2, 2026 19:23
- Replace CellType.Unknown sentinel with nullable CellType? parameter
- Replace obsolete GetRowEnumerator() with GetEnumerator()
- Remove unnecessary IRow cast (GetEnumerator returns IEnumerator<IRow>)
@jas88 jas88 merged commit 95580f4 into main Mar 6, 2026
6 checks passed
@jas88 jas88 deleted the dependabot/nuget/main/NPOI-2.7.6 branch March 6, 2026 21:06
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (2b13155) to head (0472b89).
⚠️ Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##             main   #144       +/-   ##
=========================================
- Coverage   42.87%      0   -42.88%     
=========================================
  Files        1520      0     -1520     
  Lines      100596      0   -100596     
  Branches    10146      0    -10146     
=========================================
- Hits        43132      0    -43132     
+ Misses      57267      0    -57267     
+ Partials      197      0      -197     

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

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