Skip to content

Releases: fenase/BigExcelCreator

3.2.2024.32600

21 Nov 00:52
8ec3c38
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

2.0.2022.28922

16 Oct 22:55
Compare
Choose a tag to compare

2.0

Changed

  • Renamed class BigExcelWritter to BigExcelWriter.
    Sorry for the typo.

Added

  • Conditional formatting
    • By formula
    • By value (Cell Is)
    • Duplicated values