We're pleased to announce the release of Spire.XLS 16.7.0. This version successfully fixes the issues where macros were lost when copying worksheets, a spelling error occurred in the enumeration type, and formula calculations returned incorrect values. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix - Fixes the issue where macros were lost when copying worksheets. Bug Fix - Fixes a spelling error in the enumeration type. Bug Fix - Fixes the issue where formula calculations returned incorrect values. Click the link below to download Spire.XLS for C++ 16.7.0:…
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
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…
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 =…
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
page