Browse our Products

Aspose.Cells for Android via Java 23.12 Release Notes

KeySummaryCategory
CELLSJAVA-45676Add static final Color for default font colorNew Feature
CELLSJAVA-41132Support for PDF version 1.5 while rendering spreadsheets to PDF formatNew Feature
CELLSJAVA-41133Support for PDF version 1.6 while rendering spreadsheets to PDF formatNew Feature
CELLSJAVA-45737Support MAKEARRAY functionNew Feature
CELLSJAVA-45705Support json as data source of smart markerNew Feature
CELLSJAVA-45750Retrieve “Style Includes” informationNew Feature
CELLSJAVA-45673Add HtmlSaveOptions.CalculateFormula property like other save options so user may choose to calculate formulas or not befor savingEnhancement
CELLSJAVA-45759Improve the performance of calculating shared formulas recursivelyEnhancement
CELLSJAVA-45602The position of the punctuation mark in vertical text is close to the left sideBug
CELLSJAVA-45603The vertical text position inside the text box is incorrectBug
CELLSJAVA-45639When converting xls to pdf, the rounded rectangle is rendered into a right rectangleBug
CELLSJAVA-45607Regression: calculateFormula hangsBug
CELLSJAVA-45611Regression: Decimal roundingBug
CELLSJAVA-45634The numeric values are added extra spaces for some regions such es-ESBug
CELLSJAVA-45397Character spacing is not retained during chart conversion to imageBug
CELLSJAVA-45609The appearance of the graph changes when converting Excel to PDFBug
CELLSJAVA-45610Graph data labels disappear when converting Excel to PDFBug
CELLSJAVA-45538Content of some cells not fully displayed within the width of the column when printed to HTMLBug
CELLSJAVA-45629The cell number value is not fully displayed for some of the locales ( “es”, “fr”, “it” in particular) in output htmlBug
CELLSJAVA-45633When using Shrink to fit option, worksheet cell cannot be reflected the same way in the output HTMLBug
CELLSJAVA-45649Cell data offset when saving file to HTMLBug
CELLSJAVA-45637Ots and Excel95 get incorrect values when calling FileFormatUtil.saveFormatToExtensionBug
CELLSJAVA-44198Advanced MS Excel charts are not rendered properly in the output PDFBug
CELLSJAVA-45669DAYS360 function works incorrectly in case of leap dayBug
CELLSJAVA-45672The LOOKUP function obtains an error value after calculation in a Chinese environmentBug
CELLSJAVA-45666Sheet to Image rendering - EMF+ required error instead of images on the sheetBug
CELLSJAVA-45667Converting files to PDF takes too longBug
CELLSJAVA-45538Content of some cells not fully displayed within the width of the column when printed to HTMLBug
CELLSJAVA-45632Incorrect data display when converting file to HTMLBug
CELLSJAVA-45644Date format error when converting file to HTMLBug
CELLSJAVA-45670Abnormal cell merging when converting files to HTMLBug
CELLSJAVA-45671Extra tag is added when text overflows the cell in the output html.Bug
CELLSJAVA-45674Missing border when converting file to htmlBug
CELLSJAVA-40799Filter in the template to ignore blank rows stop working after Pivot Table refreshBug
CELLSJAVA-41829Pivot Table becomes unresponsive after simply resaving the spreadsheetBug
CELLSJAVA-42825Filter on labels are not applied during Worksheet.refreshPivotTables callBug
CELLSJAVA-43006Protected view when saving output as xls fileBug
CELLSJAVA-43029Protected view when saving sample.xlsx as xls fileBug
CELLSJAVA-45677Workbook.isLicensed() returns false after setting the licenseBug
CELLSJAVA-45680The result file crash after adding treemap chartBug
CELLSJAVA-45679Different behavior of XLSX and XLSB files for MaxRow and MaxColumn attributes when using in LightCells APIsBug
CELLSJAVA-45707VLOOKUP function calculation gets an error valueBug
CELLSJAVA-45710Incorrect value obtained after IRR function calculationBug
CELLSJAVA-45713Endless loop with “CalculateFormula” methodBug
CELLSJAVA-45721NumberValue formula not workingBug
CELLSJAVA-45725Error in file data saved after calling formula calculationBug
CELLSJAVA-45608XLSX to PNG: Charts text wrap and Y axisBug
CELLSJAVA-45627Excessive memory consumption when converting file to PDFBug
CELLSJAVA-45703Chart title missing when converting file to pdfBug
CELLSJAVA-45724Issue with the display of the circular chart legend after XLSX is converted to HTMLBug
CELLSJAVA-45752Data labels (percentages) are incorrect in the generated HTML for 3-D Pie chartBug
CELLSJAVA-45700Excel to PDF conversion - Some text is blocked by the pictureBug
CELLSJAVA-45706Sparkline overlaps cell text while converting to SvgBug
CELLSJAVA-45731Text is truncated when converting the file to PDFBug
CELLSJAVA-45733File pagination error when converting file to PDFBug
CELLSJAVA-45741Emf image is lost while converting workbook to pdfBug
CELLSJAVA-45274Some texts are not visible when converting to htmlBug
CELLSJAVA-45686Aspose.Cells 23.10: Changing hidden cells visibility does not workBug
CELLSJAVA-45687Images getting shrunk when converting HTML to Excel workbookBug
CELLSJAVA-45701Fonts are getting changed for the data in cells for excel where hyperlinks are presentBug
CELLSJAVA-45704Extra whitespace was generated between charts when converting the file to HTMLBug
CELLSJAVA-45709Some digits show dislocation when saving file to htmlBug
CELLSJAVA-45714Text position error when converting file to HTMLBug
CELLSJAVA-45739The picture lost after converting XLSX to to HTMLBug
CELLSJAVA-43383GETPIVOTDATA is not working when using field groupingBug
CELLSJAVA-45685Regression: Getting incorrect value in file explorer Preview Mode for PivotBug
CELLSJAVA-45708Smart markers can’t get correct layout when setting line by line replacement to falseBug
CELLSJAVA-45719Regression: filters are not getting refreshedBug
CELLSJAVA-45720After pivotTable.refreshData the file is corruptedBug
CELLSJAVA-45734calculateData throws java.lang.NullPointerExceptionBug
CELLSJAVA-45743Partial data becomes garbled after converted from xls to xlsxBug
CELLSJAVA-45728Waterfall chart X-Axis labels are cut off when chart width is decreasedBug
CELLSJAVA-45612PivotTable.CalculateData() throws IndexOutOfBoundsExceptionException
CELLSJAVA-45630Exception occurs when converting file to HTMLException
CELLSJAVA-40097Read XLSX: java.lang.NullPointerExceptionException
CELLSJAVA-45652Exception occurred while resaving the 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 Android via Java. If you have concerns about any change listed, please raise it on the Aspose.Cells support forum.

Adds GlobalizationSettings.GetDefaultSheetName() method

Supports custom sheet name for automatically added worksheets.

Adds MsoFormatPicture.TopCropInch/BottomCropInch/LeftCropInch/RightCropInch properties.

Gets and sets the crop size of picture in unit of inches.

Adds Range.IsBlank() method.

Indicates whether the range does not contain any value.

Adds Range.AddHyperlink(String,String,String) method

Adds a hyperlink to a range.

Adds VbaModuleCollection.AddUserForm() method

Adds user form for VBA project.

Adds WorksheetCollection.AddCopy(Worksheet[], string[]) method

Supports adding and copying some worksheets together.

Changes the constant values for FormatConditionType

Constants defined for FormatConditionType have been changed. User’s applications need to be re-compiled with the new version of Aspose.Cells.

Adds HtmlSaveOptions.CalculateFormula property

If formulas in workbook need to be re-calculated to get correct result for generated html files, user may call Workbook.CalculateFormula() manually before Workbook.Save(), or specify this property as true to force formulas to be re-calculated automatically while saving HTML files.

Adds HtmlSaveOptions.FormatDataIgnoreColumnWidth property

Indicating whether show the whole formatted data of cell when overflowing the column.

Adds CellsHelper.NeedQuoteInFormula() method

Check whether the name of the sheet should be enclosed in single quotes when adding reference to the sheet.

Adds and obsoletes some ErrorCheckType enum

Use new enums instead.

Adds methods: GetShortTextOf12Months(),GetTextOf4Quaters(),GetTextOfYears(),GetTextOfQuarters(),GetTextOfMonths(), GetTextOfDays(),GetTextOfHours(),GetTextOfMinutes(),GetTextOfSeconds() and GetTextOfRange() of PivotGlobalizationSettings

Gets the local text of date time for pivot table.

Adds PivotFieldGroupSettings class and PivotField.GroupSettings property; obsoletes SxRng class and PivotField.SxRng property

Used PivotField.GroupSettings property instead.

Obsoletes PivotTable.SetUngroup() method and adds PivotField.Ungroup() method

Please use PivotField.Ungroup() method instead to ungroup the pivot field.

Obsoletes PivotTable.SetAutoGroupField() and SetManualGroupField() methods

Please use PivotField.GroupBy() method.

Adds PivotField.GroupBy() methods

Group the pivot field.

Add a hyperlink for the range.

Adds PivotFieldGroupType enum

Represents the group type of pivot field.

Adds CustomPiovtFieldGroupItem and PivotDiscreteGroupSettings classes

Represents the discrete group of the pivot field.

Adds PivotGroupByType.Numbers and obsoletes PivotGroupByType.RangeOfValues enum

Use PivotGroupByType.Numbers enum instead to group the pivot field by numberic values.

Adds PivotNumbericRangeGroupSettings class

Represents the settings of numberic groups for the pivot field.

Adds PivotDateTimeRangeGroupSettings class

Represents the settings of date time groups for the pivot field.

Adds ImageOrPrintOptions.EmfRenderSetting property

Setting for rendering Emf metafile while rendering to image.

Adds XpsSaveOptions.EmfRenderSetting property

Setting for rendering Emf metafile while rendering to XPS.

Adds PdfCompliance.Pdf14, Pdf15, Pdf16, Pdf17 enum

Supports to render to Pdf format compatible with PDF 1.4, 1.5, 1.6, 1.7.

Obsoletes PdfCompliance.None enum

Please use PdfCompliance.Pdf14 instead.

Obsoletes Legend.LegendEntriesLabels property and adds Legend.GetLegendLabels() method

Please use Legend.GetLegendLabels() method instead.

Adds PdfCompliance.Pdf2b, Pdf2u, Pdf2a, Pdf3b, Pdf3u, Pdf3a enum

Supports to render to Pdf format compatible with PDF/A-2b,2u,2a(ISO 19005-2) and PDF/A-3b,3u,3a(ISO 19005-2).

Obsoletes Axis.AxisLabels property and adds Axis.GetAxisTexts() method

Please use Axis.GetAxisTexts() method instead.

Obsoletes Cells.MergedCells property and adds Cells.GetMergedAreas() method

Use Cells.GetMergedAreas() method instead.

Obsoletes Comment.GetCharacters() method and adds Comment.GetRichFormattings() method

Use Comment.GetRichFormattings() method instead.

Obsoletes Shape.GetCharacters() method and adds Shape.GetRichFormattings() method

Use Shape.GetRichFormattings() method instead.

Obsoletes PivotField.GetPivotFilters() method and adds PivotField.GetFilters() method

Use PivotField.GetFilters() method instead.

Obsoletes Range.Union() method and adds Range.UnionRange() method

Use Range.UnionRange() method instead.

Adds WorkbookDesigner.SetJsonDataSource() method

Sets json string as data source of smart markers.

Adds Style.IsNumberFormatApplied property

Indicates whether number format is applied.

Adds Style.IsFontApplied property

Indicates whether font format is applied.

Adds Style.IsAlignmentApplied property

Indicates whether alignment format is applied.

Adds Style.IsBorderApplied property

Indicates whether border format is applied.

Adds Style.IsFillApplied property

Indicates whether fill format is applied.

Adds Style.IsProtectionApplied property

Indicates whether protection format is applied.

Adds PptxSaveOptions.IgnoreHiddenRows property

Indicates whether ignore hidden rows when converting Excel to PowerPoint

Adds PptxSaveOptions.AdjustFontSizeForRowType property

Represents what type of line needs to be adjusted size of font if height of row is small.

Adds HtmlSaveOptions.IsJsBrowserCompatible property

Indicates whether JavaScript is compatible with browsers that do not support JavaScript.

Adds HtmlSaveOptions.IsMobileCompatible property

Indicates whether the output HTML is compatible with mobile devices.


 
 English