Code breaking changes:
SetHeaderFooterMargin method in PrintOptions has been removed. Use HeaderMargin and FooterMargin properties instead.
Changes:
-
Added support for tab and comma delimited export.
-
Fixed error with Workbook's Add(string sheetName) method, which added 2 sheets instead of one.
-
Fixed error in Worksheet's ImportTable method where column Index was using 1 based index.
-
Fixed error where merged cells spaned across multiple lines caused a Table error in Excel.
-
Fixed error where DateTime values were saved in 12 hour format, but did not took AM/PM into account and always saved as AM.
-
Converted HeaderMargin and FooterMargin fields to properties and removed SetHeaderFooterMargin method.
-
Added Header and Footer string properties
-
Added Multipart header & footer string helpers i.e. SetHeader and SetFooter.
-
Added support for print gridlines (EnableGridlines property).
-
Reset many internal values to private & cleaned up project.
-
Added Currency display format.
-
Fixed error where GetValue was not retrieving decimal value.
-
Set the default display format of dates to GeneralDate.
For a full brief list of features, look here. For a detailed feature set, download the documentation from the page mentioned.
Downloads