Skip to content

Releases: ClosedXML/ClosedXML.Report

0.2.10

11 Apr 06:39
7dbb3bb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.9...0.2.10

v.0.2.9

12 Feb 12:50
8b795ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.8...0.2.9

v.0.2.8

26 Jul 13:51
a530ce9
Compare
Choose a tag to compare

Mostly a technical release to enable usage of ClosedXML.Report for those who is using ClosedXML 0.101.

Version 0.101 has many improvements so the new version of ClosedXML.Report will also benefit from them.

Also, after ClosedXML, target netstandard2.0 and netstandard2.1, rather than building different versions for each framework.

What's Changed

Full Changelog: 0.2.7...0.2.8

v.0.2.7

26 Jul 12:56
c06aae2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.6...0.2.7

Breaking changes

Upgrading to ClosedXML 0.100 broke one piece of functionality: previously it was possible to put a <<sum>> tag into a formula, e.g. &="Total:"<<sum>>. After the upgrade, this became hard to implement without major refactoring. Given that none of the contributors have enough time to perform such kind of refactoring and that this functionality has not been documented - I decided, it is better to drop it and release a new version we all have been waiting by far too long.

v.0.2.6

07 Jan 09:51
1a925c2
Compare
Choose a tag to compare

This is a purely technical though long requested release upgrading ClosedXML to version 0.97 where dependencies on System.Drawing.Common were removed, as well as many other cool things happened.

What's Changed

v.0.2.5

07 Jan 09:31
Compare
Choose a tag to compare

Breaking changes

  • ClosedXML.Report became signed which made ClosedXML.Report.Signed package deprecated.
  • ClosedXML upgraded to 0.96 which in turn had some breaking changes

What's Changed

  • issue with Simple Template address #196 by @b0bi79 in #238
  • Fixed a performance issue caused by a large number of merged ranges. … by @b0bi79 in #247
  • 95 nullreferenceexception with rows fit by @b0bi79 in #254
  • #255 Unable to use "over" when using <> by @b0bi79 in #256
  • Subtotal for column specific formula by @srihar in #265
  • Adding IXLTemplate interface by @davija in #269
  • refactor: tests, bump target to netstandard2.0;net462;net6.0, move test data into sqlite. by @jafin in #274
  • fix: do not throw when access null item property by @GersonDias in #290
  • Update to ClosedXML version 0.96; drop ClosedXML.Report.Signed by @pallu in #286

New Contributors

Full Changelog: https://github.com/ClosedXML/ClosedXML.Report/milestone/11?closed=1

Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.5

v0.2.4

21 Aug 16:28
Compare
Choose a tag to compare

Release notes:

  • Fixed updating the size of the resulted range. The error led to the appearance of the empty data in the pivot tables (#230)
  • Fixed filling of images in the horizontal range (#233)
  • Fixed Merged ranges calculations (#233)
  • Fixed propagation of row heights from template to generated rows (#233)
  • Added examples with hyperlinks (#234)
  • Fixed unexpected merging while using <<group MergeLabels=Merge2>> in nested groups?(#235)

Complete list of closed issues

Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.4
https://www.nuget.org/packages/ClosedXML.Report.Signed/0.2.4

v0.2.2

19 Jul 15:11
de89a78
Compare
Choose a tag to compare

Release notes:

  • Name Manager chose sheet scope not workbook scope then Enumerable extend will not work. enhancement (#161)
  • Nested ranges: Vertical table is not generated inside horizontal (#136)
  • Exception when using lambda expressions with the entire list of items (#212)
  • Single quote before value bug/arrays with different types of values (#210)
  • multiple primitive types in a variable array raises System.ArgumentException: 'Object of type 'x' cannot be converted to type 'y' enhancement (#100)
  • How to access nested dictionary members bug dependencies (#177)
  • Adding DynamicLinqType dependencies (#192)
  • How to insert Image? enhancement question (#91)
  • With conditional formatting inside named range it throws exception if there was no data provided to range bug (#186)
  • Row below the nested range goes left bug (#174)
  • The grouplabel cannot meet expectations bug (#189)
  • Grouping bug bug (#139)
  • Improve support for multiple sibling subranges (#199)
  • Nested Ranges: Master-detail Report Issue (#132)
  • Add summary tag with label in group feature enhancement (#202)
  • Tag ColsFit isn't working for worksheet column bug (#172)
  • System.NullReferenceException bug (#170)

Complete list of closed issues

Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.2
https://www.nuget.org/packages/ClosedXML.Report.Signed/0.2.2

v0.2.1

10 Jun 07:00
06d6afe
Compare
Choose a tag to compare

Release notes:

  • Added copying data validation from the template (#130)
  • Adding comment evaluating support (#39)
  • Adding copy and evaluation Hypelinks (#39)
  • Adding copy and evaluation Richtext (#39)
  • Added support for multiple ranges for Named Ranges (#163)
  • The public XLTemplate interface is expanded by overloaded SaveAs methods (#153)
  • Updated references (#148)
  • Fixed a bug that broke the range if the tables were one under the other (#152)
  • Fixed a bug due to which the size of the range was not correctly determined and as a result, the formulas of the totals row were placed higher and replaced the data rows (#133)
  • Fixed a bug where the autofilter remained on a deleted column (#111)

Complete list of closed issues

Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.1
https://www.nuget.org/packages/ClosedXML.Report.Signed/0.2.1

v0.2.0

10 May 19:18
1237295
Compare
Choose a tag to compare

Release notes:

  • Upgraded to ClosedXML 0.95
  • Added the ability to access registered variables from expressions within tables (#37)
  • Bug fixes for pivot (#74)
  • Fix #70 NullReferenceException by FormulaEvaluator with null parameter (#76)
  • Dictionary as data source #64
  • Performance optimization for SubrangesTests (#79)
  • Fix horizontal ranges issue #84 (#85)
  • Empty dataset fix #83

Complete list of closed issues

Nuget packages:
https://www.nuget.org/packages/ClosedXML.Report/0.2.0
https://www.nuget.org/packages/ClosedXML.Report.Signed/0.2.0