Skip to content

Releases: Dexiom/Dexiom.EPPlusExporter

v1.2.10

07 Jun 01:13
Compare
Choose a tag to compare
Update table style to Light1

v1.2.6

05 Mar 04:32
c97333f
Compare
Choose a tag to compare
Add support for NetStandard 2.1 (#28)

v1.1.110

06 Dec 14:06
e9dda4b
Compare
Choose a tag to compare
Dynamic Properties (#27)

v1.0.103

03 Apr 23:09
Compare
Choose a tag to compare
Add formula columns

v1.0.102

03 Apr 21:10
Compare
Choose a tag to compare
Add Display and Ignore variation that accepts ienumerable of string

v0.9.99

12 Jun 14:52
Compare
Choose a tag to compare
Adjust invalid caracter placeholder in table names and add test

v0.9.97

20 Mar 03:07
Compare
Choose a tag to compare
F target multiple framework (#22)

Added multiple target framework support (.Net4 and .Net4.5)

v0.9.90

27 Feb 03:01
Compare
Choose a tag to compare

Set columns visibility and order via the fluent interface (Display function).

v0.9.83

13 Feb 02:58
Compare
Choose a tag to compare
Improve column width handling (close #16)

v0.9.80

13 Feb 02:04
Compare
Choose a tag to compare

Added NewExpression support.
It is now possible to pass multiple properties at the same time when using the fluent interface.

var exporter = EnumerableExporter.Create(data)
    .HeaderStyleFor(n => new { n.DateValue, n.DoubleValue, n.IntValue }, 
        style => style.Border.Bottom.Style = ExcelBorderStyle.Thick);