Skip to content

Releases: fenase/BigExcelCreator

3.3.2025.35601

22 Dec 16:58
a54da69

Choose a tag to compare

3.3 (and 2.3.2025.35601)

Added

  • Support to write a new sheet directly from a list of objects of a custom class, configuring which properties to write using attributes.
  • .Net10.0 build target

Removed

  • .NetStandard1.3 build target (from version 2.3.x) since it's EOL.

3.2.2024.32600

21 Nov 00:52
8ec3c38

Choose a tag to compare

3.2 (and 2.3.2024.32600)

Added

  • Throw exceptions when attempting to create a sheet with an invalid name.
  • Throw exceptions when attempting to create a sheet with the same name as an existing sheet.

Changed

2.3.2024.32600

21 Nov 00:46

Choose a tag to compare

3.2 (and 2.3.2024.32600)

Added

  • Throw exceptions when attempting to create a sheet with an invalid name.
  • Throw exceptions when attempting to create a sheet with the same name as an existing sheet.

Changed

3.1.2024.30215

28 Oct 16:39
8fc1674

Choose a tag to compare

3.1 (and 2.3.x)

Added

Overloads for WriteNumberCell and WriteNumberRow to accept different numeric types in addition to float.

2.3.2024.30215

28 Oct 16:37

Choose a tag to compare

3.1 (and 2.3.x)

Added

Overloads for WriteNumberCell and WriteNumberRow to accept different numeric types in addition to float.

3.0.2024.12304

02 May 04:36

Choose a tag to compare

3.0

This version uses the new 3.* version of DocumentFormat.OpenXml and it's not compatible with 2.*
If you're using another package that require DocumentFormat.OpenXml 2.*, consider using version 2.3 of this package.

Added

  • .Net8.0 build target

Removed

  • .NetStandard1.3 build target

2.3.2023.24606

03 Sep 15:36
43de469

Choose a tag to compare

2.3

Removed

  • Finally removed method AddValidator (marked as obsolete since before version 1)

Added

  • Integer and decimal data validation
  • .Net6.0 build target

Changed

  • Throwing more specific exceptions instead of just throwing InvalidOperacionException for everything
  • Dependency update: DocumentFormat.OpenXml 2.18.0 -> 2.20.0

2.2.2022.32620

23 Nov 01:16
bf0d1d4

Choose a tag to compare

2.2

Added

  • Show or hide, print or not, Gridlines and headings

Changed

  • Bumped dependencies version to current latest since the reason to lower it no longer applies.

2.2.2022.32316

19 Nov 16:38
2fab65b

Choose a tag to compare

2.2

Added

  • Show or hide, print or not, Gridlines and headings

2.1.2022.31704

13 Nov 04:38

Choose a tag to compare

2.1

Changed

  • Lowered minimum required version of DocumentFormat.OpenXml. It is still recommended to use the latest version when possible.

Added

  • Ability to merge cells