Skip to content

Bump MiniExcel from 1.30.2 to 1.42.0#21

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/EarnerApp/MiniExcel-1.42.0
Open

Bump MiniExcel from 1.30.2 to 1.42.0#21
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/EarnerApp/MiniExcel-1.42.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Copy link
Copy Markdown
Contributor

Updated MiniExcel from 1.30.2 to 1.42.0.

Release notes

Sourced from MiniExcel's releases.

1.42.0

What's Changed

New Contributors

Full Changelog: mini-software/MiniExcel@1.41.4...1.42

1.41.4

1.41.4

  • [Bug] Fixed issue where formulas were not being replaced in templates (#​876) (via @​michelebastione)
  • [Bug] Mirrored fix for issue #​869 from master branch to maintenance branch (#​873) (via @​michelebastione)
  • [Bug] Fixed formulas not being replaced in templates (#​869) (via @​ethanlin6)
  • [New] Made SaveAsByTemplate overload with Stream template parameter public and callable via API (#​838) (via @​michelebastione)

1.41.3

1.41.3

  • [New] Adding QuoteWhitespaces option to CsvConfiguration for adding double quotes to string containing whitespaces #​790 (via @​michelebastione )
  • [Bug] Fixed bug that made the DynamicExcelColumn property "Ignore" not work when generating using an IDataReader as source #​584 (via @​michelebastione )
  • [Bug] v1.41.2 AddPicture not working #​814 (via @​shps951023)
  • [Bug] v1.41.1 AddPicture image max column and row are 2 cells #​815 (via @​shps951023)
  • [Bug] AddPicture get error same export file and second time. #​816 (via @​shps951023)

1.41.2

1.41.2

  • [New] Fixes enum behaviour and adds support for DescriptionAttribute when saving by template (via @​michelebastione )
  • [Bug] SaveAsByTemplate - Excel Dimension Xml is null #​459 (via @​michelebastione )
  • [Other] Benchmarks refactoring and adaptation for making them run on Github Actions (#​777) (via @​michelebastione )
  • [Other] add deepwiki link and badge (via @​isdaniel )

1.41.1

1.41.1

  • [New] Added sheet dimensions feature (#​774) (via @​michelebastione)
  • [Bug] Fix Saving by template introduces unintended value replication in each row #​771
    (via @​shps951023)
  • [Bug] SaveAsByTemplate not working in > v1.39.0 for templates with columns past Z #​773 (via @​shps951023)
  • [Bug] Fix Excel style.xml duplicate numFmtId, system error: An item with the same key has already been added. #​772 (via @​shps951023)

1.41.0

1.41.0

  • [New] MiniExcel AddPicture #​770 (via @​shps951023)
  • [New] Add a configuration item in OpenXmlConfiguration to control writing the file path, enabling the corresponding cell to remain empty when importing images. (via @​dotnetfans)

1.40.1

1.40.1

  • [New] Added support for DateOnly type in query mapping (via @​michelebastione)
  • [New] Added StyleOptions class to OpenXmlConfiguration to allow more direct control over cell styles (#​761) (via @​michelebastione)
  • [Bug] Fix SaveAsByTemplate empty generated result (via @​shps951023)

1.40.0

1.40.0

  • [New] Added exception to warn for sheet name too long (via @​michelebastione)
  • [New] Added options for trimming column names and ignoring empty rows (via @​michelebastione)
  • [New] Added IAsyncDisposable calls to ExcelOpenXmlsheetWriter.Async (via @​michelebastione)
  • [New] Add conditional formatting support to Excel template (#​745) (via @​Notallthatevil)
  • [New] Add support for .NET 9.0 in project file (#​744) (via @​Notallthatevil)
  • [Bug] Bugfix of invalid cell values being mistakenly parsed as valid (via @​michelebastione)
  • [Bug] Changing NotImplementedException assert in some tests to NotSupportedException (via @​michelebastione)
  • [Bug] Moved sheet name check and fixed datetime formatting bug (via @​michelebastione)
  • [OPT] Optimize max memory usage of SaveAsByTemplate #​750 (#​752) (via @​shps951023)
  • [OPT] Optimization of SaveAsTemplate method (#​749) (via @​michelebastione)
  • [OPT] Removing DateTimeHelper.FromOADate and related code (via @​michelebastione)
  • [OPT] Remove redundant property in csproj file (#​748) (via @​AZhrZho)

1.39.0

1.39.0

  • [New] Added support for Uri mapping (#​726) (via @​michelebastione)
  • [New] Added insert sheet feature about ContentTypesXml processing (#​728) (via @​izanhzh)
  • [New] Supports the TimeSpan type, double.NaN exports invalid values, and when reading, it needs to be determined whether it is a double value. (via @​wxn401)
  • [Bug] Fixed parsing bug in the conversion to double (#​734) (via @​michelebastione)
  • [Bug] Fixed configuration is not used when writing using IDataReader #​735 (via @​michelebastione)
  • [Bug] Fixed configuration is not used when writing using IDataReader #​735 (via @​michelebastione)
  • [Bug] Fixed cancellation token not working for some async methods, enhanced export methods by returning number of rows, added active tab functionality, tests and code cleanup (#​738) (via @​michelebastione)

1.38.0

1.38.0

  • [New] feat(DynamicExcelColumn): make the CustomFormatter property more powerful (#​715) (via @​izanhzh)
  • [New] feat(ExcelNumberFormat): extend the SectionType (#​716) (via @​izanhzh)
  • [New] feat(ExcelOpenXmlSheetWriter): adjust the location of the CustomFormatter execution (#​722) (via @​izanhzh)
  • [New] WriteEmptyStringAsNull implementation (#​725) (via @​jiangyi1985)
  • [Bug] Fix @​group tag not working with certain IEnumerable types (#​723) (via @​JamesDSource)
  • [OPT] Optimized ContainsKey calls to TryGetValue (via @​michelebastione)
  • [OPT] Changed Count() method calls to Count property (via @​michelebastione)
  • [OPT] Materialized some IEnumerables using ToList (via @​michelebastione)
  • [OPT] Added safe IDisposable cast to IEnumerator (via @​michelebastione)
  • [OPT] Removed superfluous indentation and parenthesis (via @​michelebastione)

1.36.1-1.37.0

1.37.0

  • [New] feat: support insert sheet (#​709) (via @​izanhzh)
  • [Bug] fix(MiniExcelDataReader): GetOrdinal always returns 0 (#​711) (via @​izanhzh)
  • [OPT] Generalize excel writing with a common write adapter and implement writing IAsyncEnumerable (#​712) (via @​Discolai , @​izanhzh)

1.36.1

  • [New] feat(MiniExcelDataReaderBase): add asynchronous support (#​706) (via @​izanhzh , @​ArgoZhang )

1.36.0

1.36.0

  • [New] Write auto column width (#​695) (via @​Discolai)
  • [New] Enhance IDataReader export with DynamicColumnFirst and Custom Formatting Delegate (#​700) (via @​IcedMango)
  • [Bug] If cellValue is string no matter that it contains only numbers will put the value as text. Preventing of losing leading zeroes (via @​psyhlo)

1.35.0

1.35.0

  • [New] Formula attribute added to support in rows with dto or dynamic attributes (#​679) (via @​RaZer0k & Co-authored-by: Eulises Vargas )
  • [New] Async implementation of freezing top row (#​684) (via @​BaatenHannes )
  • [New] Upgrade to .NET 8.0 and refactor input value extraction (#​681) (via @​ramioh )
  • [Bug] Yield empty self-closing row tags as empty row during query. (#​673) (via @​aulickiDnv )

1.34.2

1.34.2

  • [New] Add MniExcelDataReaderBase class to simplify code (#​651) (via @​ArgoZhang )
  • [OPT] perf csv insert (#​653) (via @​izanhzh )
  • [Bug] Fix dimension writing in FastMode (#​659) (via @​Discolai )
  • [Bug] Fix QueryAsDataTable can't read Excel with only header rows (#​647) (via @​Discolai )

1.34.1

1.34.1

  • [Bug] Fix Issue 632, refactor sheet styles (#​640) (via @​meld-cp)
  • [Bug] Fix StartSheetView for multiple selection (#​641) (via @​jiaguangli)

1.34.0

1.34.0

  • [New] Add freeze panes (#​626) (via @​meld-cp)
  • [New] Add DateTime Nullale support (via @​jiaguangli)
  • [OPT] Reduce memory requirements when processing templates + template formulas (#​638) (via @​meld-cp)
  • [Bug] Fix problem with multi-line when using Query (#​628) (via @​meld-cp)
  • [Bug] Fix empty data reader issue. (#​629) (via @​duszekmestre)
  • [Bug] Fix Fields of type long cannot be set to text normally #​627 (via @​shps951023)

1.33.0

1.33.0

  • [New] Support Template formulas (#​622) (via @​meld-cp)
  • [New] Update DynamicConfiguration format (#​595) (via @​wangboshun)
  • [OPT] CSV enumeration and code reusage (#​600) (via @​duszekmestre)
  • [OPT] 1900 year DateTime correction #​599 (via @​duszekmestre)

1.32.1

  • [New] .NET5^ support image ReadOnlySpan<byte> (via @​shps951023)
  • [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #​594 (via @​shps951023)

1.32.0

1.32.0

  • [New] Using DynamicConfiguration when writing data using DataTable (via @​pszybiak)
  • [New] Make System.DateOnly available as date in Excel (#​576) (via @​ofthelit)
  • [New] Allow ampersand in sheet names (via @​ofthelit)
  • [OPT] Use true async processing for excel writer (#​573) (via @​duszekmestre)
  • [Bug] Fix nullable enumeration conversion failure #​567) (via @​PurplestViper)
  • [Bug] IEnumerable traversed twice #​422 (via @​Discolai)
  • [Bug] Fix Read empty string as null (via @​pszybiak)
  • [Bug] Fix CSV Reader Query faild on specific xlsx file, throws ExcelColumnNotFoundException (via @​AZhrZho)
  • [Bug] Fix DynamicExcelColumn configuration while saving IDictionary values (via @​johannes-barta)
  • [Bug] Fix propInfo.Key missing (via @​shps951023)
  • [Bug] Fix sharedStrings ref #​549 (via @​shps951023)

1.31.3

1.31.3

  • [Bug] DescriptionAttr null check(via @​wulaoh)
  • [Bug] Throw custom exception when CSV column not found #​543 (via @​pszybiak)
  • [Bug] SaveAsByTemplate rowInfo.IEnumerableMercell.Height null exception #​553 (via @​shps951023)

1.31.1-1.31.2

1.31.2

  • [New] Support automatic merge for same vertical cells between @​merge and @​endmerge tags (via @​eynarhaji)
  • [New] Limit merge tagged columns with @​mergelimit column. First merge limited column and then merge other columns accordingly. (via @​eynarhaji)
  • [New] Support dynamic columns when generating sheet by IDataReader to change columns names & widths #​514 (via @​Laxynium)
  • [Bug] Fix R1C1 reference to A1 reference bug (via @​ivan132)

1.31.1

  • [OPT] Support property cache #​23 (via @​RRQM_Home)

1.31.0

1.31.0

  • [New] Support Fields #​490 (via @​jsgervais)
  • [New] Support skipping null values when writing to Excel #​497 (via @​0MG-DEN)
  • [Bug] Fix calc chain.xml #​491(via @​ArgoZhang)
  • [Bug] Support some sheet /xl location error #​494 (via @​ArgoZhang)

1.30.3

1.30.3

  • [New] support if/else statements inside cell (via @​eynarhaji)

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 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 24, 2025
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.

0 participants