Aspose.Cells for .NET 21.8 Release Notes

KeySummaryCategory
CELLSNET-48470Support scaling of worksheet pages when exporting files to HTMLNew Feature
CELLSNET-41286Support XML MapsNew Feature
CELLSNET-45255Support for Apple’s .numbers? file formatNew Feature
CELLSNET-47737Support for reading latest Apples .numbers file formatNew Feature
CELLSNET-48205Add Auto-fill (pattern) handle MS Excel feature for numbers, text or Dates, etc.New Feature
CELLSNET-48435Merge more empty spaces in output html.Enhancement
CELLSNET-46412License is not working in release version of MVC application when deployed on IIS serverEnhancement
CELLSNET-47888Appropriate SmartMarkers required to achieve the desired outputEnhancement
CELLSNET-48452Support reading image form numbers 09 files.Enhancement
CELLSNET-48372Hang on save to html for the XLSB filePerformance
CELLSNET-48091Object with rotation is distorted.Bug
CELLSNET-48173Shift in the texts in the diagram shapesBug
CELLSNET-48241The text position in the pentagon shape is wrongBug
CELLSNET-48247The bending arrow disappears when converting to pdf.Bug
CELLSNET-48363The position of the rich text is repeatedly calculated, causing the text to shift upward.Bug
CELLSNET-47839Shape to image Error when saving XLSX to PDFBug
CELLSNET-48312Problem with the zoom level in output html.Bug
CELLSNET-48329Picture alignment issue when exporting range to HTMLBug
CELLSNET-48333Table Columns in range with bottom alignment are combined in converted HTMLBug
CELLSNET-48365Slicers created from pivot table basefields not workingBug
CELLSNET-48359Macros are removed after migration from XLS to XLSMBug
CELLSNET-48448The chart data source with named range is not parsed correctlyBug
CELLSNET-47369Chart point missing and shape squeezed in generated EMF imageBug
CELLSNET-48497The generated xlsx file is broken after linking cell to XmlMapBug
CELLSNET-48132Issue when modifying data label position of Doughnut ChartBug
CELLSNET-48385XLSX to TIFF: Graph bars are not rendered in outputBug
CELLSNET-48386Wrong font name for category axis tick label font nameBug
CELLSNET-48503Axis title alignment is shift in the output pdfBug
CELLSNET-48509Chart sometimes does not appear based on legend positionBug
CELLSNET-48374The picture inserted into an excel document is resized when the default font is changedBug
CELLSNET-48384Setting Array to Range.Value : it goes outside or out of bounds of the range areaBug
CELLSNET-48410Auto aligning to center when passing a list of strings with Smart MarkersBug
CELLSNET-48460PowerQueries are lost after replacementBug
CELLSNET-48478XML file contents are not loadedBug
CELLSNET-48492Problem with 100% Stacked Bar and the major unit and minor unitBug
CELLSNET-48504Invalid column index when converting XLSXBug
CELLSNET-48512Clearing AutoFilter not working properlyBug
CELLSNET-48477PivotTable.CalculateData method throws exceptionException
CELLSNET-48395Shape to image raise exception in docker enviroment for the file Display.xlsxException
CELLSNET-48367Exception thrown when PlotArea width is 0Exception
CELLSNET-48172“Shape to image error” while converting Excel file to PDFException
CELLSNET-48490“Arithmetic operation resulted in an overflow.” exception when open XLS fileException
CELLSNET-48545Exception raised while calling Shape.UpdateSelectedValue()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.

Adds AbstractInterruptMonitor class.

Provides AbstractInterruptMonitor as the base of implementations for interruption monitor. The InterruptMonitor class now becomes one implementation of it. The type of InterruptMonitor properties for LoadOptions and Workbook now become AbstractInterruptMonitor too so user can use their own implementation to control the time-consuming operations.

Adds HtmlSaveOptions.WorksheetScalable property.

Indicates if zooming in or out the html via worksheet zoom level when saving file to html, the default value is false.

Adds override WorksheetCollection.GetRangeByName() method.

Gets Range object by name from defined names or Tables.

Adds Range.AutoFill() method.

Automatically fills data to the range.

Adds WarningType.IO enum.

Represents the file corrupted warning.