Skip to content

Bump MiniExcel from 1.43.1 to 1.44.1#11

Merged
JustinGrote merged 1 commit into
mainfrom
dependabot/nuget/Source/PowerShell/MiniExcel-1.44.1
Jun 3, 2026
Merged

Bump MiniExcel from 1.43.1 to 1.44.1#11
JustinGrote merged 1 commit into
mainfrom
dependabot/nuget/Source/PowerShell/MiniExcel-1.44.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown
Contributor

Updated MiniExcel from 1.43.1 to 1.44.1.

Release notes

Sourced from MiniExcel's releases.

1.44.1

Summary

This release is a hotfix for an oversight that prevented numerical string values to be recognized as text by Excel when explicitly exported with the "@" format.

What's Changed

Full Changelog: mini-software/MiniExcel@1.44.0...1.44.1

1.44.0

Added proper numerical formatting for numbers, dates and times

This release addresses a long standing issue with regards to the MiniExcelFormatAttribute.

Prior to this update all values of the properties it was used upon would be converted to their string representation according to the specified format, instead of being exported as is and linked to a style element like the OpenXml specification suggests.
This prevented the results to be used as actual numerical values, e.g. in formulas, while still retaining their representation.

With this update the inconvenience has mostly been solved, as the following types will now be exported preserving their intended value:

  • Unmanaged numerical types (int, long, double, decimal, etc...)
  • DateTime, DateTimeOffset and DateOnly
  • TimeSpan and TimeOnly

All changes

Full Changelog: mini-software/MiniExcel@1.43.1...1.44.0

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/nuget/Source/PowerShell/MiniExcel-1.44.1 branch from 4222616 to 77e18bd Compare June 1, 2026 08:30
---
updated-dependencies:
- dependency-name: MiniExcel
  dependency-version: 1.44.1
  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/Source/PowerShell/MiniExcel-1.44.1 branch from 77e18bd to 445643c Compare June 1, 2026 10:47
@JustinGrote JustinGrote merged commit 3a62f4c into main Jun 3, 2026
2 checks passed
@JustinGrote JustinGrote deleted the dependabot/nuget/Source/PowerShell/MiniExcel-1.44.1 branch June 3, 2026 12:31
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