Spire.XLS 14.11.3 supports passing values to group pivot tables

2024-11-25 07:40:36

We're pleased to announce the release of Spire.XLS 14.11.3. This version supports passing values to group pivot tables, and also supports the new formulas including ACOT, ACOTH, COT, TOROW, TOCOL. Moreover, some issues that occurred when converting, loading, saving and printing Excel documents have been successfully resolved. More details are shown below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREXLS-5469
SPIREXLS-5470
SPIREXLS-5546
SPIREXLS-5564
SPIREXLS-5565
Supports the new formulas including ACOT, ACOTH, COT, TOROW, TOCOL.
New feature SPIREXLS-5534 Supports passing values to group pivot tables.
Workbook wb = new Workbook();
 wb.LoadFromFile(inputFile);
 Worksheet pivotSheet = wb.Worksheets[0]; 
 XlsPivotTable pivot = (XlsPivotTable)pivotSheet.PivotTables[0]; PivotField dateBaseField = pivot.PivotFields["number"] as PivotField;
 dateBaseField.CreateGroup(3000, 3800, 1);
 pivot.CalculateData();
 wb.SaveToFile(outputFile);
 wb.Dispose();
Bug SPIREXLS-3123 Fixes the issue that the results were incorrect after compressing images.
Bug SPIREXLS-5056 Fixes the issue that some content was hidden when converting Excel to images.
Bug SPIREXLS-5081 Fixes the issue that the program threw an 'ArgumentOutOfRangeException' error while loading an Excel document.
Bug SPIREXLS-5120 Fixes the issue that the image content was incorrect after loading and saving an Excel document.
Bug SPIREXLS-5177 Fixes the issue that the chart height was incorrect when converting Excel to PDF.
Bug SPIREXLS-5364 Fixes the issue that the effect was incorrect when using "Worksheet.AutoFitColumn()" method.
Bug SPIREXLS-5513 Fixes the issue that the background color changed when saving xls to xlsx.
Bug SPIREXLS-5537 Fixes the issue that the content was incorrect when converting Excel to PDF.
Bug SPIREXLS-5538 Fixes the issue that the results were incorrect when replacing images in Excel.
Bug SPIREXLS-5543 Fixes the issue that the content was incorrect when converting Chart to Image.
Bug SPIREXLS-5544 Fixes the issue that the content was lost when printing Excel document.
Bug SPIREXLS-5545 Fixes the issue that the results were incorrect when using VLOOKUP() formula.
Bug SPIREXLS-5554 Fixes the issue that the content was incorrect when converting Excel to PDF.
Click the link to download Spire.XLS 14.11.3:
More information of Spire.XLS new release or hotfix: