Spire.XLS for CPP
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