Yogesh Jagota's Personal Blog
small c# code snippets and free code libraries

Excel Xml Library 2.82 released

Thursday, 6 March 2008 19:48 by Yogesh Jagota

Updates

2.82: Fixed single cell merge bug
2.81: Fixed multi worksheet import bug 

New Features

  1. Added Cell Merge/Unmerge support.

  2. Added GetEnumerator support for sheets, rows and ranges.

  3. Added CellCollection class.

  4. Fixed a error where numeric output of the cell contained global number format where it should only be US only format. Thanks to Reinhard.

  5. Added 6 new display format types and removed Custom format type.

  6. 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: 

  1. CellCompare delegate is now replaced with Predicate<Cell>

See the updated library usage page for more information on how to use the library.

Downloads


Del.icio.usDigg It!DZone It!kick it on DotNetKicks.com
Tags:  
Categories:   Excel Xml Library
Actions:   E-mail | Permalink | Comments (6) | Comment RSSRSS comment feed

Comments

Add comment


 

biuquote
Loading