Browse our Products
Aspose.Cells for CPP 24.1 Release Notes macOS
We are pleased to announce the release of Aspose.Cells for C++ 24.1 for Linux.
Key | Summary | Category |
---|---|---|
CELLSNET-54219 | Keep header row to each worksheet when converting csv to excel | New Feature |
CELLSNET-54605 | Support adding custom styles when exporting files to HTML | New Feature |
CELLSNET-54837 | Support autofill for merge area | New Feature |
CELLSCPP-1027 | Build for Windows x86 | New Feature |
CELLSCPP-1028 | Implement Workbook Digital Signature | New Feature |
CELLSCPP-1029 | Implement Saving as Tiff File Format | New Feature |
CELLSCPP-1033 | Implement VBA Digital Signature | New Feature |
CELLSCPP-1038 | Implement Adding a Tiff image to PictureCollection | New Feature |
CELLSNET-54790 | SetDynamicArrayFormula with large content generates corrupted XLSX | Enhancement |
CELLSNET-54869 | Support auto filling data from right to left and bottom to up | Enhancement |
CELLSNET-54907 | Support show active sheet background in bottom tab bar as the effect in ms-excel | Enhancement |
CELLSNET-54843 | Support R/W min and max value of pivot field in xlsx | Enhancement |
CELLSNET-54942 | Support throwing exception when opening a crashed file | Enhancement |
CELLSNET-47789 | Image orientation is different after Excel to PDF conversion | Bug |
CELLSNET-50064 | Fails in converting svg to image | Bug |
CELLSNET-54213 | Comment text color is missing when saving file to pdf | Bug |
CELLSNET-54780 | Aspose.Cells.Drawing.TextBox AutoSize issue | Bug |
CELLSNET-54736 | DataSorter sorting not working when sorting from right to left | Bug |
CELLSNET-54848 | The SEQUENCE formula cannot obtain the correct values after copying the range | Bug |
CELLSNET-54618 | Some Excel functionality (data validation, formulas evaluation, etc.) not working properly | Bug |
CELLSNET-54870 | Picture.Width is wrong after inserting tiff image to sheet in net6.0 | Bug |
CELLSNET-54778 | Data loss when converting xlsx file to pptx | Bug |
CELLSNET-54781 | The result file has heavier borders and a wider table compared to table generated by copying/pasting | Bug |
CELLSNET-54793 | The state of the hidden column changes when calling Worksheet.AutoFitColumns and set AutoFitterOptions.IgnoreHidden is true | Bug |
CELLSNET-54826 | Slicer filtering: after canceling filtering, the value of the cell is incorrect | Bug |
CELLSNET-54854 | Merge PivotTable.copyRows and copyColumns,copy methods. | Bug |
CELLSNET-54902 | Excel file corrupted after adding pivot table and pivot chart to it | Bug |
CELLSNET-54922 | FileFormatUtil.VerifyPassword not working | Bug |
CELLSNET-54932 | A few possible faulty cases with NeedQuoteInFormula | Bug |
CELLSNET-48229 | An exception occurs when rendering SVG into a picture | Exception |
CELLSNET-48327 | Shape to image raise exception in docker enviroment for the file Defects List (24-06).xlsx | Exception |
CELLSNET-54923 | Loading XSLX file raises NullReferenceException | Exception |
CELLSNET-54925 | ArgumentOutOfRangeException occurs when saving file to html | 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 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