Aspose.Cells for .NET 18.8 Release Notes

KeySummaryCategory
CELLSNET-42992Apply text alignment to partial text inside the TextBoxNew Feature 
CELLSNET-44155Read/write connections of XLSB file New Feature 
CELLSNET-46123Support parsing formulas of revision logs to binary array New Feature 
CELLSNET-46220Set ContentCopyForAccessibility option while converting spreadsheet to PDF file format New Feature 
CELLSNET-43560Encrypt an ODS fileNew Feature 
CELLSNET-43556Open encrypted ODS fileNew Feature 
CELLSNET-46209Support reading and writing DConn of XLS file New Feature 
CELLSNET-43326Add overloads to CopyRows and CopyColumns with Paste Special optionsNew Feature 
CELLSNET-41637Retrieve Subtotaling settingsNew Feature 
CELLSNET-46252Argument to skip row/rows as data headers in exporting range to datatableEnhancement 
CELLSNET-46226Ink Annotations become regular images after conversionEnhancement 
CELLSNET-41693Auto-fit columns improvement is includedEnhancement 
CELLSNET-46263Application hangs while converting XLS to PDFPerformance
CELLSNET-46262Cell background is wrong when cell text orientation is inclined in the output PDF Bug 
CELLSNET-44761Text in a shape has not rendered correctly in PDFBug 
CELLSNET-43916Shape shadow is missing while converting spreadsheet to HTML  Bug 
CELLSNET-46251Application hangs while converting XLSX to HTMLBug 
CELLSNET-46241Problem with multilines in HTMLBug 
CELLSNET-46219Width from HTML tag is not followed while converting HTML to XLSXBug 
CELLSNET-46280Exception raised while importing data into Excel file with SmartMarkers Bug 
CELLSNET-46267Issue with data filtering top rowsBug 
CELLSNET-46264R1C1Formula property has changed its behaviorBug 
CELLSNET-46258Issue calculating reverse VLOOKUP array formulaBug 
CELLSNET-46197Data validation issue - if inserting wrong value and clicking other cell does not automatically restore validation cell to its previous valueBug 
CELLSNET-46276Excel to PDF conversion - an empty page is addedBug 
CELLSNET-46275Large PDF created from XLSBug 
CELLSNET-46259Converting Excel to PDF adds straight lineBug 
CELLSNET-46255Page number issue (in the footer) in Excel to PDF renderingBug 
CELLSNET-46238Encrypted ODS file loading failedBug 
CELLSNET-46231Text in column A cells is not rendered properly in the output PDFBug 
CELLSNET-46165Aspose.Cells stops responding when trying to convert an Excel file to PDF file formatBug 
CELLSNET-46236Corrupted MS Excel file after anonymizationBug 
CELLSNET-45192The saved XLS file is shown in protect viewBug 
CELLSNET-46235The image can’t be displayed when saving to XLS formatBug 
CELLSNET-46225Handling carriage return with in double quotesBug 
CELLSNET-46218After executing AutoFitColumns, the words of column are still not fully renderedBug 
CELLSNET-46139Workbook.DataConnections is not showing the Connection Information of XLS file Bug 
CELLSNET-46042Slashes are converted into back slashes after changing external linksBug 
CELLSNET-45377Data connections not found in XLS documentBug 
CELLSNET-44487Data Connection is lost while converting XLT to XLSMBug 
CELLSNET-44486Data Connection is lost while converting XLS to XLSMBug 
CELLSNET-43563Charts are lost when XLSX is converted to ODSBug 
CELLSNET-41002Equation disappears during format conversion (XLSX -> XLS)Bug 
CELLSNET-46277Exception when calculating formulasException 
CELLSNET-46249Exception is thrown when reading HTML file Exception 
CELLSNET-46246The exception is thrown while adding digital signature on cloud platform server of GroupDocsException 
CELLSNET-46232Invalid cell name exception while loading the XLSX fileException 

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 PdfSecurityOptions.AccessibilityExtractContent property

Permission to copy or extract content (in support of accessibility to disabled users or for other purposes).

Adds DigitalSignature(System.Byte[],System.String,System.String,System.DateTime) constructor

Constructor of DigitalSignature.

Adds SubtotalSetting class

Represents the setting of subtotal.

Adds Cells.RetrieveSubtotalSetting(CellArea) method

Retrieves the setting of subtotal.

Adds overload Range.ExportDataTable(Aspose.Cells.ExportTableOptions) method.

Supports options of exporting range.

Adds WebQueryConnection.IsSameSetting property and deletes WebQueryConnection.IsFirstRow property

Use WebQueryConnection.IsSameSetting property instead.

Adds WebQueryConnection.IsXmlSourceData property and deletes WebQueryConnection.IsSourceData property

Use WebQueryConnection.IsXmlSourceData property instead.

Adds Shape.IsEquation property

Indicates whether the shape contains equation.

Adds overload Cells.CopyColumns(Int32,Int32,PasteOptions) and Cels.CopyRows(Int32,Int32,PasteOptions) method

Supports paste options when copying rows and columns.

Adds Axis.IsAutoTickLabelSpacing property

Indicates whether tick label spacing is automatic.