Releases: Dexiom/Dexiom.EPPlusExporter
Releases · Dexiom/Dexiom.EPPlusExporter
v1.2.10
v1.2.6
v1.1.110
v1.0.103
v1.0.102
v0.9.99
v0.9.97
v0.9.90
v0.9.83
v0.9.80
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);