Updates
2.82: Fixed single cell merge bug
2.81: Fixed multi worksheet import bug
New Features
-
Added Cell Merge/Unmerge support.
-
Added GetEnumerator support for sheets, rows and ranges.
-
Added CellCollection class.
-
Fixed a error where numeric output of the cell contained global number format where it should only be US only format. Thanks to Reinhard.
-
Added 6 new display format types and removed Custom format type.
-
Added Index property to cell which also has a ExcelColumnIndex property which returns columns in excel format, eg. A, AA, AC, FA.
For a full brief list of features, look here. For a detailed feature set, download the documentation from the page mentioned.
Breaking Changes
Changes which will break previous code when used with this new version are:
-
CellCompare delegate is now replaced with Predicate<Cell>
See the updated library usage page for more information on how to use the library.
Downloads