Aspose.Cells for C++ Releases
Released: Dec 14, 2023
Updates in V23.12
Features
- Improved syntax to be more concise and closer to C++ syntax:
- Object initialization according to the C++ standard can now be completed.
- The acquisition of objects in the data collection has been changed from GetObjectByIndex(int) to the more concise Get(int).
- Most of the interface names have small changes, such as: GetIWorksheets() becomes GetWorksheets().
- Several new interfaces have been added, mainly for strings, such as: "Shape::AddHyperlink(const char16_t* address)".
- The base class...
Released: Nov 14, 2023
Updates in V23.11
Features
- Added support for copy/delete/insert/rename worksheet operations to GridDesktop.
- Auto extend max rows/columns when performing paste operations in GridDesktop.
- Added support for 'SheetPrintingPreview' and 'PdfSaveOptions' in GridDesktop.
- You can now insert text boxes, form control for radio buttons, check boxes and combo boxes.
- Generate ISO32000-1:2008 PDFs.
- Localize dates on grouping fields.
- Added support for inserting common shapes.
- Show gradient fill for cell backgrounds.
- Added...
Released: Oct 13, 2023
Updates in V23.10
Features
- Added support for adaptive paste operation when size of target range is different from source range.
- Added new API for setting range hyperlinks directly on Range.
- Added support for copying multiple worksheets simultaneously and preserving dependencies.
- Improved performance for setting formulas with sheet references for large amount of cells.
- Updated to SkiaSharp 2.88.6.
- You can now ignore threaded comments when printing comments in place.
- Added support for checking whether one cell...
Released: Sep 14, 2023
Updates in V23.9
Features
- Added support for calculating LAMBDA, MAP and SCAN functions.
- Added support for parsing and calculating formulas with user defined custom function and definition.
- Added support for excluding specific data when exporting data to DataTable.
- Added localization support to GridDesktop.
- Added support for picture click event to GridDesktop.
- You can now auto extend empty rows/columns when scrolling down/right like Microsoft Excel.
- Added support for selecting text within a textbox control while...
Released: Apr 11, 2023
Updates in V23.4
Features
- Added support for calculating 'ENCODEURL' function.
- Added support for saving XLSB files in 'LightCells' mode.
- Added 'CalculateFormula()' multiply array.
- Added support for rendering ActiveX control and form control for checkbox, textbox and option button in GridWeb.
- Added API for checking whether font is installed or available.
- Added support for setting a formula to a specified cell in the 'ListObject'.
- Improved center aligned text when exporting to HTML.
- You can now save the name of the...
Released: Mar 31, 2023
Updates in V23.3.1
Features
- Add sign for NuGet package.
Released: Feb 6, 2023
Updates in V23.2
Features
- You can now 'interrupt' when calculating formulas.
- Change the default style of a row/column without changing the style of existing cells.
- Support for new functions: HSTACK and VSTACK.
- Added support for reading the author and date/time of revisions.
- Added support for CHOOSECOLS and CHOOSEROWS Microsoft Excel 365 formulas.
- Enhanced 'SaveOptions.HasHeaderRow' when converting XLSX to JSON.
Fixes
- JSON value is missing when a sheet is empty.
- JsonSaveOptions.SkipEmptyRows is not working...
Released: Jan 10, 2023
Updates in V23.1
Features
- You can now 'interrupt' when calculating formulas.
- Change the default style of a row/column without changing the style of existing cells.
- Support for new functions: HSTACK and VSTACK.
- Added support for reading the author and date/time of revisions.
- Added support for CHOOSECOLS and CHOOSEROWS Microsoft Excel 365 formulas.
- Enhanced 'SaveOptions.HasHeaderRow' when converting XLSX to JSON.
Fixes
- JSON value is missing when a sheet is empty.
- JsonSaveOptions.SkipEmptyRows is not working...
Released: Oct 12, 2022
Updates in V22.10
Features
- Added support for CRTX files.
- PivotTable Timeline Filter now disappears after loading and updating Microsoft Excel documents.
- You can now translate legend labels in accordance with locale/regional settings.
Released: Aug 5, 2022
Updates in V22.8
Fixes
- Fixed API reference issue.
- Fixed open FODS file format error.