Browse our Products
Aspose.Cells for .NET 24.5 Release Notes
Key | Summary | Category |
---|---|---|
CELLSNET-52256 | Support XMATCH function | New Feature |
CELLSNET-55475 | Support XOR function | New Feature |
CELLSNET-55521 | Transpose data of the range | New Feature |
CELLSNET-55531 | Support obtaining properties of advanced filtering settings | New Feature |
CELLSGRIDJS-997 | Add the ability to copy styles to autofill | New Feature |
CELLSGRIDJS-969 | Support chart color setting | New Feature |
CELLSNET-55494 | Support determining whether the ReferredArea is a entire row or a entire column | Enhancement |
CELLSNET-55640 | Floor function returns #NUM! for negative number | Enhancement |
CELLSNET-55252 | Export metadata of cell into pdf , image and html | Enhancement |
CELLSNET-55497 | Process font RGBA color with style background color | Enhancement |
CELLSNET-55498 | Remove picture in cell when set value to the cell | Enhancement |
CELLSNET-55574 | Some formats are not yet supported when converting LoadFormat to extension | Enhancement |
CELLSNET-55454 | Missing or incorrect SmartArt inner shape properties | Bug |
CELLSNET-55511 | Asian line break issue for shapes when rendering Excel file to PDF | Bug |
CELLSNET-55518 | Fix the issue where the text box height was incorrect when the text was in Japanese. | Bug |
CELLSNET-55523 | Read SVG throws exception when converting html to xlsx | Bug |
CELLSNET-55375 | Chart not rendered as expected when converting XLSX to PDF | Bug |
CELLSNET-55493 | INDEX(FILTER(?);1) working incorrectly inside LAMBDA | Bug |
CELLSNET-55529 | Currency format for negative value was formatted with brackets instead of ‘-’ for Cannada | Bug |
CELLSNET-55536 | ISNA(INDIRECT()) was calculated as #REF! but it is true in ms excel | Bug |
CELLSNET-55600 | Formula evaluation shows incorrect value | Bug |
CELLSNET-55648 | Wrong records are hiding due to Workbook.RefreshDynamicArrayFormulas() | Bug |
CELLSNET-55651 | The value in a cell is truncated to 255 characters in light weight mode when opening the XLS workbook in MS Excel | Bug |
CELLSNET-55669 | Typo error in API for range merging | Bug |
CELLSNET-55343 | Chart display error when calling SheetRender.ToImage | Bug |
CELLSNET-55408 | Text with the same font displays differently when converting chart to image | Bug |
CELLSNET-55442 | Excel Combo chart control rendering to an Image reduces width to 50% of the original Excel range | Bug |
CELLSNET-55559 | The chart title is not rendered correct when set FarEastName and LatinName at the same time | Bug |
CELLSNET-55613 | Can not display conditonal formatting colour scales in GridWeb | Bug |
CELLSGRIDJS-1076 | Fail to display two gradient color for some cells | Bug |
CELLSGRIDJS-1082 | Image load status is not correct in the demo project for highlight | Bug |
CELLSNET-55473 | Image in header is lost when saving Excel file as PDF | Bug |
CELLSNET-55510 | Excel page splitted to two PDF pages | Bug |
CELLSNET-55512 | Excel to PDF does not maintain last row on print-preview page | Bug |
CELLSNET-55287 | Skewed cells rendering error when converting file to HTML | Bug |
CELLSNET-55387 | When load a html file, table element can not be turned into list object. | Bug |
CELLSNET-55501 | Some text colors are white when importing html file | Bug |
CELLSNET-55500 | Wrong Horizontal Alignment if zero indent level is set | Bug |
CELLSNET-55524 | Pivot table and pivot chart are not calculated/rendered correctly in the output image | Bug |
CELLSNET-55526 | Extra rows are inserted while adding a list object without header rows | Bug |
CELLSNET-55530 | Unable to copy data to the specified area after calling Worksheet.AdvancedFilter | Bug |
CELLSNET-55543 | Chart formatting is changed on worksheet copy | Bug |
CELLSGRIDJS-1087 | After edit cell value to empty string ,the server side cell in workbook still have value | Bug |
CELLSGRIDJS-1086 | The autofill data in UI does not keep same with server side workbook | Bug |
CELLSGRIDJS-1092 | Raise exception when do autofill action | Bug |
CELLSNET-55560 | NullReferenceException occurs when calling CalculateFormula method | Exception |
CELLSNET-55573 | Exception occurred while deleting cache folder | Exception |
CELLSNET-55652 | Formula “TEXTAFTER” throws NullReferenceException | Exception |
CELLSNET-55686 | Throwing ArgumentOutOfRangeException when loading XLS files via stream | Exception |
Public API and Backwards Incompatible Changes
The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Cells for .NET. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.
Changes the returned value of FileFormatUtil.LoadFormatToExtension(LoadFormat.TabDelimited).
In old versions, we returned “txt” for tab delimited text file. From 24.5, we return the most specific extension of “tsv” for it.
Adds properties ReferredArea.IsEntireRow/IsEntireColumn.
Indicates whether the area reference is entire row or column.
Adds properties DefaultStyleSettings.BuiltInPreference and WorkbookSettings.DefaultStyleSettings.
Indicates which property should be used to format values when the used style defines both built-in number and custom pattern.
Adds HtmlSaveOptions.AddGenericFont property.
Indicates whether to add a generic font to CSS font-family when saving file to html.
Adds HtmlSaveOptions.IsBorderCollapsed property.
Indicates whether the table borders are collapsed when saving file to html.
Adds Range.UnionRanges() method and obsoletes Range.UnionRang() method.
Uses Range.UnionRanges() method instead.
Adds Range.Transpose() method.
Transposes the row to column of the range.
Adds AdvancedFilter class.
Represents the settings of advanced filter.
Adds Worksheet.GetAdvancedFilter(Int32,Boolean,CellsUnitType) method.
Gets the settings of advanced filter.
Add CellsUnitType enum.
Represents the unit type.
Adds Cells.GetRowHeight(Int32,Boolean,CellsUnitType) method and obsoletes Cells.GetRowOriginalHeightPoint() method.
Gets the height of the row in unit of type.
Adds GetColumnWidth(Int32,Boolean,CellsUnitType) method.
Gets the width of the column in unit of type.
Obsolets Cells.GetColumnOriginalWidthPoint(Int32), GetColumnWidthPixel(Int32,Boolean) and GetColumnWidthInch(Int32) methods.
Uses Cells.GetColumnWidth(Int32,Boolean,CellsUnitType) method instead.