Browse our Products

Aspose.Cells for Go via C++ 25.4 Release Notes

'

Complete list of issues and enhancements covered in this Release

SummaryCategory
Crash in CalculateFormula() if the workbook has a data tableBug
Unexpected Numeric Output Instead of #NUM ErrorBug
Rendering geometry causes crashBug
Save to pptx exceptionBug
Support to save specified sheets to htmlNew Feature
Support exporting editable charts to docx file.New Feature
Support reading and writing sensitivity labelNew Feature
Support exporting hidden rows and columns to NumbersNew Feature
Support exporting fill settings of cells to NumbersNew Feature
Performance degradationEnhancement
Support exporting multi-level category data of chart to word filsEnhancement
Support exporting date axis and date value of chart to word fileEnhancement
Text on shape displaced when converted to ImageBug
Text boxes may collapse when converting to PDF.Bug
The text originally columned inside the text box is converted into a single column format in the PDFBug
Text shifts in Call Out Box when converting from xlsx to PDFBug
The position and shape of word art are different with excel when saving file to pdfBug
The issue of images shifting during the conversion of the Excel file to PDF formatBug
Excel file (containing an image object) gets corrupted on loading and savingBug
Rows covered by images are deleted when calling Cells.DeleteBlankRows()Bug
CalculateFormula() method takes twice as long between v24.x and v25.xBug
Issue with full recalculation of the workbook formulas when calculation chain is enabledBug
Function chain of TRANSPOSE(CHOOSEROWS()) was calculated incorrectly for dynamic array formulaBug
Aspose.Cells formula calculation engine returns “#VALUE!” error where as Excel does notBug
Certain formulas are evaluated as “#ZAHL!” when calculating formulasBug
SORT function was calculated as #VALUE! when providing sort_order without specified sort_indexBug
VLOOKUP function returns unexpected result after calling the formula calculationBug
Labels moved for small proportions in Pie chartBug
Different fonts in charts in sheet to image conversionBug
The top value of the first bar chart on the right has been cropped when converting chart to emfBug
Horizontal and vertical labels are garbled when converting chart to imageBug
Certain plottings in each quadrant is pointing the wrong way when converting chart to imageBug
Fix missing labels in Bar chartBug
Optimize the style of the line arrowBug
Majority of the vertical line to the right of this bar graph is missingBug
Solve the SoftEdge rendering issue of ChartAreaBug
The dashed graphic is abnormal when converting to xpsBug
Gigantic file size when saving Workbook as PDFBug
Slight top alignment for Excel EMFBug
HTML is not rendered properly in result file after setting Cell.HtmlString propertyBug
A column has different (larger/extended) width in Excel to HTML conversionBug
Copying column formula creates a corrupted excel fileBug
Invalid rows/columns grand totals of pivot table in xls fileBug
The workbook opens in Protected View after re-savingBug
The result file crashes after adding spark lineBug
Data type error when exporting data using Cells.ExportDataTable methodBug
The xlsx file generated by CellsHelper_MergeFiles() for two xls files cannot be opened using ExcelBug
Scaling of logo in header changesBug
Cannot import hidden columns from NumbersBug
Chart/Picture to image Error when saving file to pdfException
NullReferenceException for CellsHelper.MergeFiles when merging two xls filesException
ArgumentException occurs when refreshing dynamic array formulasException
Exception “Item has already been added…” while setting/adding HTML string/content in cellException
Exception while reading PowerQuery - Index was outside the bounds of the arrayException
UngroupRows throws System.NullReferenceExceptionException
worksheet.MoveTo throws System.ArgumentExceptionException

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 Go via CPP. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Changes the behavior of shifting shapes when deleting blank rows.

In old versions, when deleting blank rows above shapes, the shapes were not shifted upward. Starting from 25.4, we shift those shapes upward accordingly when blank rows above them are deleted.

Adds one method in Cell and Workbook.

Checks whether there is custom function used by the cell and workbook.

Adds SvgImageOptions class that inherits from ImageOrPrintOptions class.

Options for generating Svg image.

Adds SvgEmbeddedFontType enum.

Represents the embedded font type in Svg image.

Obsoletes some methods in ImageOrPrintOptions.

Images are always embedded in Svg with base64 format, please remove these methods.

Please use

instead of the following methods.

Please use

instead of the following methods.

Adds SensitivityLabel and SensitivityLabelCollection classes.

Gets and sets the sensitivity label.

Adds one method in PowerQueryFormulaCollection.

Remove power query formulas by the name.

Adds one method in WorksheetCollection.

Gets all sensitivity labels.

Adds one method in Worksheet

Gets selected ranges of cells in the designer spreadsheet.

Adds two methods in DocxSaveOptions.

Indicates whether saving editable shapes to docx file. Only supports chart now.

Adds enum LoadFormat_Markdown.

Represents a Markdown file.

Adds two methods in HtmlSaveOptions.

Gets or sets the sheets to render.