Spire.XLS for C++ 15.8.1 fixes a compatibility issue
2025-08-11 10:18:29
We're pleased to announce the release of Spire.XLS for C++ 15.8.1. This release fixes the compatibility issues that occurred when using multiple products simultaneously in specific scenarios. Details are shown below. Here is a list of changes made in this release Bug SPIREPDF-7643 Fixed compatibility issues that occurred when using multiple products simultaneously in specific scenarios. Click the link below to download Spire.XLS for C++ 15.8.1: https://www.e-iceblue.com/Download/xls-for-cpp.html
Spire.XLS for C++ 15.7.1 enhances the conversion from Excel to PDF
2025-07-22 09:55:22
We're pleased to announce the release of Spire.XLS for C++ 15.7.1. This release fixes several issues that occurred when converting Excel to PDF and calculating the AGGREGATE formula. Details are shown below. Here is a list of all changes made in this release Category ID Description Bug - Fixes the issue of incorrect checkboxes when converting Excel to PDF. Bug - Fixes the issue of incorrect calculation with the AGGREGATE formula. Bug - Fixes the issue of overlapping content when converting Excel to PDF. Bug - Fixes the issue of incorrect text wrapping when converting Excel to PDF. Click the…
Spire.XLS for C++ 15.5.0 supports setting page size when converting Excel to PDF
2025-05-16 07:31:22
We're pleased to announce the release of Spire.XLS for C++ 15.5.0. This release adds a list of new features, such as supports setting page size during Excel to PDF conversion, embedding images into cells, grouping shapes, and enabling revision mode. Details are shown below. Here is a list of changes made in this release Category ID Description Adjustment - Upgrades SkiaSharp->3.116.1 New feature - Supports setting page size when converting Excel to PDF. intrusive_ptr workbook = new Workbook(); intrusive_ptr sheet = workbook->GetWorksheets()->Add(L""0""); intrusive_ptr a1 = sheet->GetRange(L""A1""); a1->SetValue(L""taatat""); sheet->GetPageSetup()->SetPaperSize(PaperSizeType::PaperA0); workbook->SaveToFile(outputFile.c_str(), ExcelVersion::Version2013); workbook->Dispose(); New feature - Supports grouping Shapes. intrusive_ptr book =…
Spire.XLS for C++ 14.1.3 adds a custom exception class called SpireException
2024-01-22 03:12:41
We are excited to announce the release of Spire.XLS for C++ 14.1.3. This version adds a custom exception class called SpireException. In addition, it also enhances the conversion from Excel to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds a custom exception class called SpireException. Bug SPIREXLS-5040 Fixes the issue that the header height was increased after converting Excel to a PDF when the system language environment was set to Spanish. Click the link below to download Spire.XLS for C++ 14.1.3: https://www.e-iceblue.com/Download/xls-for-cpp.html