Browse our Products

Aspose.Cells for CPP 24.1 Release Notes Linux

We are pleased to announce the release of Aspose.Cells for C++ 24.1 for Linux.

KeySummaryCategory
CELLSNET-54219Keep header row to each worksheet when converting csv to excelNew Feature
CELLSNET-54605Support adding custom styles when exporting files to HTMLNew Feature
CELLSNET-54837Support autofill for merge areaNew Feature
CELLSCPP-1027Build for Windows x86New Feature
CELLSCPP-1028Implement Workbook Digital SignatureNew Feature
CELLSCPP-1029Implement Saving as Tiff File FormatNew Feature
CELLSCPP-1033Implement VBA Digital SignatureNew Feature
CELLSCPP-1038Implement Adding a Tiff image to PictureCollectionNew Feature
CELLSNET-54790SetDynamicArrayFormula with large content generates corrupted XLSXEnhancement
CELLSNET-54869Support auto filling data from right to left and bottom to upEnhancement
CELLSNET-54907Support show active sheet background in bottom tab bar as the effect in ms-excelEnhancement
CELLSNET-54843Support R/W min and max value of pivot field in xlsxEnhancement
CELLSNET-54942Support throwing exception when opening a crashed fileEnhancement
CELLSNET-47789Image orientation is different after Excel to PDF conversionBug
CELLSNET-50064Fails in converting svg to imageBug
CELLSNET-54213Comment text color is missing when saving file to pdfBug
CELLSNET-54780Aspose.Cells.Drawing.TextBox AutoSize issueBug
CELLSNET-54736DataSorter sorting not working when sorting from right to leftBug
CELLSNET-54848The SEQUENCE formula cannot obtain the correct values after copying the rangeBug
CELLSNET-54618Some Excel functionality (data validation, formulas evaluation, etc.) not working properlyBug
CELLSNET-54870Picture.Width is wrong after inserting tiff image to sheet in net6.0Bug
CELLSNET-54778Data loss when converting xlsx file to pptxBug
CELLSNET-54781The result file has heavier borders and a wider table compared to table generated by copying/pastingBug
CELLSNET-54793The state of the hidden column changes when calling Worksheet.AutoFitColumns and set AutoFitterOptions.IgnoreHidden is trueBug
CELLSNET-54826Slicer filtering: after canceling filtering, the value of the cell is incorrectBug
CELLSNET-54854Merge PivotTable.copyRows and copyColumns,copy methods.Bug
CELLSNET-54902Excel file corrupted after adding pivot table and pivot chart to itBug
CELLSNET-54922FileFormatUtil.VerifyPassword not workingBug
CELLSNET-54932A few possible faulty cases with NeedQuoteInFormulaBug
CELLSNET-48229An exception occurs when rendering SVG into a pictureException
CELLSNET-48327Shape to image raise exception in docker enviroment for the file Defects List (24-06).xlsxException
CELLSNET-54923Loading XSLX file raises NullReferenceExceptionException
CELLSNET-54925ArgumentOutOfRangeException occurs when saving file to htmlException

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

Adds TxtLoadOptions.GetMaxRowCount/SetMaxRowCount/GetMaxColumnCount/SetMaxColumnCount methods

Supports to import data from csv with user specified limit of rows and columns. If the data set is larger than the limit, it will be split into multiple worksheets according to the limit.

Adds TxtLoadOptions.GetHeaderRowsCount/SetHeaderRowsCount/GetHeaderColumnsCount/SetHeaderColumnsCount methods

Supports to import data from csv with user specified header rows and headers to duplicated them for every extended worksheets.

Adds HtmlSaveOptions.GetCssStyles/SetCssStyles methods

Gets or sets the additional css styles for the formatter.

Adds PivotField.GroupBy(double,bool) method

Group the number or datetime pivot field.

Adds PptxSaveOptions.GetExportViewType/SetExportViewType methods and enum SlideViewType

Indicates whether converting Excel to powerpoint as View or Printing.

Adds SheetRender.ToTiff methods

Instructs to store the workseet as a picture in tiff format