Browse our Products

Aspose.Cells for Go via CPP 25.6 Release Notes

KeySummaryCategory
CELLSGO-161Optimize Input Address Parameter Validation.Improvement
CELLSNET-58258Support embedding fonts while rendering to PclNew Feature
CELLSNET-58382Supports exporting hyperlink to NumbersNew Feature
CELLSNET-58552Supports exporting print settings to NumbersNew Feature
CELLSNET-58393Merge image resource in the assemblyEnhancement
CELLSNET-58524Support to export display string of richvalue while rendering to pdfEnhancement
CELLSNET-58510Support to choose the sheet reference of cloned pivottable(references to cloned sheet or source sheet) when coping worksheetEnhancement
CELLSNET-58351Shape to image error when converting file to pdfBug
CELLSNET-58392Comment arrow position error when saving file to pdfBug
CELLSNET-58410The program hangs when converting file to pdfBug
CELLSNET-58316The program hangs on CalculateFormula and RefreshDynamicArrayFormulasBug
CELLSNET-58331Calculating formula causes some #REF values that are different from ms excelBug
CELLSNET-58347Formulas using TOCOL, SEQUENCE, and COUNTA produce a “#NA” error when evaluated/calculatedBug
CELLSNET-58369Workbook.HasCustomFunction failed to detect some custom functionsBug
CELLSNET-58373Cell.IsErrorValue returned false for new errors of ms excel such as #SPILL!Bug
CELLSNET-58380Cells not getting calculated using Aspose.Cells 25.4, but they are calculated correctly in 24.7Bug
CELLSNET-58389Placeholder of “${SplitPartPrefix}” does not work for LowCodeSaveOptionsProviderOfPlaceHoldersBug
CELLSNET-58229Pink box position error when saving file to svgBug
CELLSNET-58230Black text in bracket and pink box mixed together when saving file to svgBug
CELLSNET-58231White text is not in pink box when saving file to svgBug
CELLSNET-58232The positions of black text in bracket and white text in pink box are incorrect when saving file to svgBug
CELLSNET-58272Contents of chart moved to the right when rendering chart to imageBug
CELLSNET-58273Arrow graphic size and position error when rendering chart to imageBug
CELLSNET-58306The values of the X-axis change when converting file to pdfBug
CELLSNET-58312Texts and shapes in the chart are slightly smaller in the image Aspose.Cells capturesBug
CELLSNET-58313Chart title cut off in EMF exportBug
CELLSNET-58367Chart/Picture to image Error when rendering XLSX worksheet to PNGBug
CELLSNET-58386Positions of labels and text box in chart are rendered differently when comparing with ms excelBug
CELLSNET-58390Datalabels YPixel not set wellBug
CELLSNET-58403Labels in charts are positioned incorrectly when Aspose.Cells renders the chart as imageBug
CELLSNET-58492The title of column chart contains line breaks when converting file to xpsBug
CELLSNET-58434The result file cannot be displayed when converting the file to XPSBug
CELLSNET-58491The number is displayed as # when converting file to xpsBug
CELLSNET-58388Data alignment error when converting file to htmlBug
CELLSNET-58442HTML is not rendered properly after setting Cell.HtmlStringBug
CELLSNET-58353Calculated items are not added after calling PivotField.AddCalculatedItem methodBug
CELLSNET-58377Copying an XLSX file with structured references throws a NullReferenceExceptionBug
CELLSNET-58400Gradient fill style is missing when converting range to jsonBug
CELLSNET-58404Json format error when converting range to jsonBug
CELLSNET-58430Excel workbook saved as .docx having issues with table formatting and bordersBug
CELLSNET-58443Filters are changed after refreshing pivot tablesBug
CELLSNET-58444The decrease in column width causes the date to be shown as “#####” after refreshing pivot tableBug
CELLSNET-58455The number of bytes being read after opening the workbook is different between 24.7.0 and 25.5.0Bug
CELLSNET-58468Wrong border color for merged cellsBug
CELLSNET-58473Slicer content is lost when converting file to xpsBug
CELLSNET-58474The timeline is inconsistent with excel when converting file to xpsBug
CELLSNET-58481The content is cleared after calling AutoFilter.RemoveFilter methodBug
CELLSNET-58535Font.DoubleSize = 6.5 is rounded to 6 in both memory and outputBug
CELLSNET-58352CalculateFormula throws System.NullReferenceExceptionException
CELLSNET-58465CellsException(You want to put a string longer than 32K to Cell A1) occurs when converting file to xlsxException
CELLSNET-58354ArgumentOutOfRangeException occurs when calling PivotField.Ungroup methodException
CELLSNET-58498Regression: NullReferenceException when calling Worksheet.RefreshPivotTables()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 Go via C++. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds two methods in PclSaveOptions class.

Indicates whether to embed font into the output Pcl file. The default value is true.

Adds CustomRenderSettings class.

Represents custom settings during rendering.

Adds the same set of methods to class PaginatedSaveOptions and class ImageOrPrintOptions respectively.

Gets or sets custom settings during rendering.

Adds one method in Workbook class.

Merges named styles from other workbook.

Adds and deprecates some methods in Timeline class.

Gets the shape of the Timeline.

Adds one method in PivotGlobalizationSettings class.

Gets the localized text of “All Periods” for rendering the timeline.

Adds and deprecates some methods in Slicer class.

Gets the shape of slicer.

Adds two methods in JsonSaveOptions class.

Indicates whether to export styles collectively or individually to each cell.

Adds and deprecates some methods in DocxSaveOptions class.

Save all drawing objecgts as editable shapes in word file.So you can edit them in Word.