Browse our Products

Aspose.Cells for .NET 25.5 Release Notes

KeySummaryCategory
CELLSNET-58220Support exporting images when saving to Markdown formatNew Feature
CELLSNET-58241Support camera feature of rangeNew Feature
CELLSNET-58150Supports exporting text box to NumbersNew Feature
CELLSNET-58210Supports exporting conditional formatting to NumbersNew Feature
CELLSGRIDJS-1633Support javascript APIs for insert/delete rows/columnsNew Feature
CELLSNET-56968Disable the sheet bar context menu in readonly mode in Aspose.Cells.GridDesktopEnhancement
CELLSNET-58346Context menu separators are too short in GridDesktopEnhancement
CELLSNET-58121Enhance copying slicers from other workbookEnhancement
CELLSNET-58222Support exporting embedded image to docxEnhancement
CELLSNET-58223Exporting entity data to docxEnhancement
CELLSGRIDJS-1616Add support for Polish menus.Enhancement
CELLSGRIDJS-1620Support token option for API requestEnhancement
CELLSNET-58169Some shapes under the column Marker have an underline/bottom borderBug
CELLSNET-58173The callouts are not properly aligned when converting file to pdfBug
CELLSNET-58238Shapes in XLS files are not rendered properly when converting to XPSBug
CELLSNET-58052Filter does not work as expectedBug
CELLSNET-58148Negative numbers get generated with the wrong symbolBug
CELLSNET-57953The discrepancy in the spacing between the text and the arrow between image and ExcelBug
CELLSNET-57980Rectangles and red texts are more on top when printed by Aspose then in originalBug
CELLSNET-57981Legend texts are displayed diagonally in Excel but printed horizontally in Aspose.Bug
CELLSNET-58060Display units not showing up for some generated imagesBug
CELLSNET-58108Excel chart has misaligned shape in the output imageBug
CELLSNET-58123Missing text in labels when converting pivot chart to imageBug
CELLSNET-58168The shapes that overlap with the x-axis and y-axis are somehow behind the axisBug
CELLSNET-58180The font kerning is different from letter to letter.Bug
CELLSNET-58198Rendered chart is distorted with several defects in the output image(SVG)Bug
CELLSNET-58208Label placements for charts are off when rendering sheet to imageBug
CELLSNET-58205Problems with AutoFilters with read-only mode in Aspose.Cells.GridDesktopBug
CELLSNET-58338When using mouse wheel to scroll down, additional blank rows will appear in the GridDesktopBug
CELLSNET-58339When deleting a sheet via right-click menu option “Delete”, sheet data is still visible in GridDesktopBug
CELLSNET-58340A crash or error will happen if you delete the last sheet from the GridDesktopBug
CELLSNET-58026Image gridline color is different from the color in the excel sheetBug
CELLSNET-58094Underlines are breaking in texts or titles when rendering sheet to imageBug
CELLSNET-58138Line weight on images captured from Excel is not the same as if it was copied on PCBug
CELLSNET-58163Paging is inconsistent with excel when converting file to pdfBug
CELLSNET-58197Incorrect location of image in spreadsheetBug
CELLSNET-58227HTML file data loss when setting the print area to pivot table rangeBug
CELLSNET-58268Incorrect HTML is saved by newer Aspose.Cells versionBug
CELLSNET-58247Assigning formulas to Table corrupts ExcelBug
CELLSNET-58262Support obtaining the first data row of a columnBug
CELLSNET-58263Support clearing comments within the rangeBug
CELLSNET-58264Support clearing hyperlinks within the rangeBug
CELLSNET-58307The original data is still retained after moving the pivot tableBug
CELLSNET-58315ListObject with calculated column creates invalid Excel fileBug
CELLSNET-58345The result file crashes after resaving excel fileBug
CELLSGRIDJS-1610Background style with conditional format rule does not show when columns has custom style settingsBug
CELLSGRIDJS-1611Can not show worksheets selection pop upBug
CELLSGRIDJS-1617Generate wrong json result in pl cultrue for the file chart.xlsxBug
CELLSGRIDJS-1593Percentage format is not consistent with Excel’s modification results.Bug
CELLSGRIDJS-1596Failing to retrieve dropdown validation data across sheets.Bug
CELLSGRIDJS-1607Date format (dd.mm.yyyy) is not displayed correctly on file loadBug
CELLSGRIDJS-1608Statistics module cannot recognize data using thousands separatorsBug
CELLSGRIDJS-1623The dd.mm.yyyy format setting for number format could not be modified correctlyBug
CELLSGRIDJS-1627Duplicated data validation rules are generated when saving Excel filesBug
CELLSGRIDJS-1634Date picker was not displayed in date formatted cellsBug
CELLSNET-58235NullReferenceException when calculating user provided template filesException
CELLSNET-58219NullReferenceException caused by Cell.GetValidationValue()Exception
CELLSNET-58376Excel Table Missing Column in HTML outputBug

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.

Adds Cells.GetFirstDataRow(Int32) method.

Gets the first data row in the column.

Adds PictureCollection.Camera(Int32,Int32,String) method.

Takes a photo of the range.

Adds ListColumn.IsArrayFormula property.

Indicates whether the formula of list column is an array formula.

Adds Range.Clear(), Range.ClearContents(), Range.ClearFormats(),Range.ClearComments() and Range.ClearHyperlinks(Boolean) methods.

Clears data of the range.

Adds PaginatedSaveOptions.GridlineColor property.

Gets or sets gridline color while rendering, it will ignore the gridline color settings in the source file.

Adds ImageOrPrintOptions.GridlineColor property.

Gets or sets gridline color while rendering, it will ignore the gridline color settings in the source file.

Adds MarkdownSaveOptions.ImageOptions property.

Gets the ImageOrPrintOptions object before exporting.

Adds MarkdownSaveOptions.ExportImagesAsBase64 property.

Specifies whether images are saved in Base64 format to Markdown.

Adds MarkdownSaveOptions.StreamProvider property.

Gets or sets the IStreamProvider for exporting objects.