|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 0.65.1 | Apr 10, 2012 | New Release | · Fixed issue when loading conditional formatting with default values for icon sets |
| 0.63.0 | Jan 26, 2012 | New Release | · Many bug fixes |
| 0.62.0 | Jan 13, 2012 | New Release | · Fixed memory leak issue · Improved overall performance and memory usage · AdjustToContents() methods are now faster |
| 0.58.0 | Aug 22, 2011 | New Release | · Improved performance · Dramatically reduced memory consumption · Strongly signed the assembly · Fixed issue when collapsing columns · IXLWorksheet/IXLRow/IXLColumn .Cells() now return the cells used instead of all cells in the worksheet/row/column · Removed .ClearStyles, use .Clear(XLClearOptions.Formats) instead · worksheet.Cell/Cells/Range/Ranges now accept named ranges as parameters. · Added the following methods to the workbooks so you can easily reference named ranges with a workbook scope: workbook.Cell/Cells/Range/Ranges · Removed property namedRange.Range. Use namedRange.First() instead or better yet use ws/wb.Range("NamedRange") instead. · Fixed issues 7076, 7065, 7064, 7026, 7071 |
| 0.57.2 | Aug 8, 2011 | New Release | · Added worksheet.RightToLeft property · Fixed absolute hyperlinks · Fixed issue with rn characters · When changing a cell's data type from number to text it will no longer preserve the formatting (as it happens in Excel) · Removed cell.GetRichText() as it's redundant to cell.RichText · Fixed issues 6932, 6975, 6989, 6993 |
| 0.57.1 | Aug 1, 2011 | New Release | · Major performance improvements. · Added Rich Text functionality. · Added Phonetic functionality. · Updated AdjustToContents methods. · Fixed default column behavior · Issue of InsertData returns invalid Range · Setting a cell to an empty string will convert the datatype to Text. · Rich text composed only of spaces now work. · Added unit tests · Added table.Fields property. · Added ws.Table(index) overload. · It now throws an error when attempting to retrieve an invalid row/column · Fixed issues 6838, 6848, 6872, 6859, 6865, 6799 |
| 0.56.1 | Jul 3, 2011 | New Release | · Major performance improvements. · Added Rich Text functionality. · Added Phonetic functionality. · Updated AdjustToContents methods. · Fixed default column behavior · Issue of InsertData returns invalid Range · Setting a cell to an empty string will convert the datatype to Text. · Rich text composed only of spaces now work. · Added unit tests · Added table.Fields property. · Added ws.Table(index) overload. · It now throws an error when attempting to retrieve an invalid row/column · Fixed issues 6838, 6848, 6872, 6859, 6865, 6799 |
| 0.56.0 | Jul 1, 2011 | New Release | · Major performance improvements. · Added Rich Text functionality. · Added Phonetic functionality. · Updated AdjustToContents methods. · Fixed default column behavior · Issue of InsertData returns invalid Range · Setting a cell to an empty string will convert the datatype to Text. · Rich text composed only of spaces now work. · Added unit tests · Added table.Fields property. · Added ws.Table(index) overload. · It now throws an error when attempting to retrieve an invalid row/column · Fixed issues 6838, 6848, 6872, 6859, 6865, 6799 |
| 0.55.0 | Jun 20, 2011 | New Release | · Major performance improvements on load and save. · Fixed range.RangeUsed when no cells were used. · Added methods row.AddHorizontalPageBreak and column.AddVerticalPageBreak · Added properties worksheet.TabSelected, worksheet.TabActive · Creation of non existing directories in XLWorksheet.Load and XLWorksheet.SaveAs · Added property Count to IXLWorksheets · Added method TryGetWorksheet to IXLWorksheets · Added method range.SetDataType(...) · Cell contents formatted with @ will be treated as text · Fixed issue with XLColor.GetHashCode() · Fixed issue when deleting rows from a workbook loaded. · Fixed issues 6804, 6817 |
| 0.54.0 | Jun 9, 2011 | New Release | · Mayor performance improvements. · AdjustToContents now take into account the text rotation. · Fixed issues 6782, 6784, 6788 |