Browse our Products

Aspose.Cells for PHP via Java 25.7 Release Notes

KeySummaryCategory
CELLSJAVA-46349Render linked data type to HTMLEnhancement
CELLSJAVA-46352Start or end index of DeleteBlankOptions became -1 after setting them as 0Bug
CELLSJAVA-46361Data value display error when dynamic array formula uses external references as dataBug
CELLSJAVA-46353Chart.Calculate() method takes infinite time for stacked bar and clustered bar with same valuesBug
CELLSJAVA-46348Regression: XLSX to HTML: Missing data in output fileBug
CELLSJAVA-46351Row Column headings incorrectly displayed in HTML when the Excel sheet contains hidden columnsBug
CELLSJAVA-46357Range to HTML creates an additional cell when containing hidden columns in the worksheetBug
CELLSJAVA-46358Unexpected cell border line appeared in Excel to HTML conversionBug
CELLSJAVA-46359Extra empty columns created when converting mht file to xlsBug
CELLSJAVA-46248Some issues with Smart Markers when using JSON data sourceBug
CELLSJAVA-46347Accessing array element by index in Smart markersBug
CELLSJAVA-46354Cells.insertColumns() does not work fine with InsertOptions parameter CopyFormatType.CLEARBug
CELLSJAVA-46403Support setting custom border width when saving file to pdfNew Feature
CELLSJAVA-46389Support smart marker range tagEnhancement
CELLSJAVA-46240Obtain incorrect value while reading xls file and calling isEquation() methodBug
CELLSJAVA-46362Calculation difference compared with Excel 365Bug
CELLSJAVA-46373Calculated result of MATCH function with INDEX function as lookup array is incorrectBug
CELLSJAVA-46374Calculated result of SUM with cached 2D range was incorrect when there is only one row of dataBug
CELLSJAVA-46377Bars don’t start in correct point when rendering to PDFBug
CELLSJAVA-46375Data pagination is inconsistent with excel when saving file to pdfBug
CELLSJAVA-46378Paging error when converting file to pdfBug
CELLSJAVA-46381Column width changed after converting mht to xlsxBug
CELLSJAVA-46248Some issues with Smart Markers when using JSON data sourceBug
CELLSJAVA-46379SubtotalN functionality with JSON input in Smart Markers doesn’t work as expectedBug
CELLSJAVA-46372IndexOutOfBoundsException error while generating Excel file if a child array is empty for Smart MarkersException
CELLSJAVA-46407Support ShiftType.NONE when calling Cells.insertCutCells methodEnhancement
CELLSJAVA-45604The text box border line is not a multiple line, but a single lineBug
CELLSJAVA-46405Mini image/sparkline displayed incompletely in merged cells - Excel to HTML conversionBug
CELLSJAVA-46409Wrong retrieving of the isAlignmentApplied() flag on the custom styleBug
CELLSJAVA-46413The result file crashes due to macro exception information when converting xls to xlsxBug

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 Java. 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.

Adds PclSaveOptions.EmbedFont property.

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

Adds CustomRenderSettings class and PaginatedSaveOptions.CustomRenderSettings, ImageOrPrintOptions.CustomRenderSettings properties.

Gets or sets custom settings during rendering.

Adds Workbook.MergeNamedStyles() method.

Merges named styles from other workbook.

Adds Timeline.Shape property and obsoletes LeftPixel, TopPixel, WidthPixel and HeightPixel properties of Timeline.

Gets the shape of the Timeline.

Adds PivotGlobalizationSettings.GetTextOfAllPeriods() method.

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

Gets the shape of slicer.

Adds JsonSaveOptions.ExportStylePool property.

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

Obsoletes DocxSaveOptions.SaveAsEditableShaps and adds DocxSaveOptions.SaveAsEditableShapes property.

Use DocxSaveOptions.SaveAsEditableShapes property instead.

Adds CellsHelper.GetCacheFolder()/SetCacheFolder(string path) methods.

Specifies the folder for temporary files that may be used as data cache for memory performance consideration.

Adds enum item MemorySetting.FileCache.

Specifies to use temporary file as cache for cells data model.

Adds WorkbookDesigner.ContainsVariables property.

Indicates whether this workbook contains “Variable” worksheet.

Adds Cells.IsDefaultColumnHidden property.

Indicates whether all columns are hidden by default.

Adds MarkdownSaveOptions.CalculateFormula property.

Indicates whether to calculate formulas before saving markdown file.

Adds ShapePath.WidthPixel property.

Gets the width of this path in unit of pixels.

Adds ShapePath.HeightPixel property.

Gets the height of this path in unit of pixels.