We're pleased to announce the release of Spire.XLS 14.12.2. This version adds the support for many functions, including SEC, WRAPCOLS, WRAPROWS, PERCENTOF, REPTARRAY, SECH, SUBSTITUTES and more. Besides, it also fixes some issues that occurred when converting Excel to PDF and printing Excel files. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5561 Supports the SEC function. New feature SPIREXLS-5562 Supports the WRAPCOLS function. New feature SPIREXLS-5563 Supports the WRAPROWS function. New feature SPIREXLS-5574 Supports the VSTACK function. New feature SPIREXLS-5577 Supports the PERCENTOF function. New feature SPIREXLS-5578…
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…
We're pleased to announce the release of Spire.XLS 14.10.2. This version supports ARRAYTOTEXT, ARABIC, BASE, COMBINA, XOR formulas, and also supports embedding images into cells as well as getting a cell's NamedRange. What’s more, the issues that occurred when converting Excel to PDF, retrieving number of pages, and exporting data has been successfully resolved. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5350 MarkerDesigner now supports applying filter value parameters. New feature SPIREXLS-5396 ARRAYTOTEXT formula has been supported. Workbook workbook = new Workbook(); workbook.Worksheets[0].Range["A1"].Text = "True"; workbook.Worksheets[0].Range["A2"].Text =…
We are excited to announce the release of Spire.XLS 14.9.5. The latest version supports adding filters to row fields/column fields of pivot tables. Furthermore, some known bugs are successfully fixed in this update, such as the issue that the content is incorrect when converting Excel documents to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5255 Supports adding filters to row fields/column fields of pivot tables. XlsPivotTable pt1 = workbook.Worksheets["PivotTable_1"].PivotTables[0] as XlsPivotTable; pt1.RowFields[0].AddValueFilter(PivotValueFilterType.Between, pt1.DataFields[0], 100000, 1000000); pt1.ColumnFields[0].AddValueFilter(PivotValueFilterType.Between, pt1.DataFields[0], 100000, 1000000); pt1.CalculateData(); New feature SPIREXLS-5393 Supports the TEXTBEFORE…
We are happy to announce the release of Spire.XLS 14.9.1. This version supports identify OLE objects in Msg format and disabling DTD processing. It also implements the support for the BAHTTEXT formula. Moreover, some known issues are fixed successfully in this version, such as the issue that the result of data summing using MarkerDesigner function was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5307 Adds the 'OleObjectType.Msg' type to identify OLE objects in Msg format. Workbook wb = new Workbook(); wb.LoadFromFile(inputFile); Worksheet sheet =wb.Worksheets[0]; OleObjectType type;…
We are excited to announce the release of Spire.XLS 14.8.2. This version supports enabling revision mode and setting global custom font folders. What’s more, some known bugs are fixed in this update, such as the issue that the checkbox was not converted to image format when converting Excel to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5254 Supports enabling revision mode. Workbook.TrackedChanges=true;//default value is false New feature SPIREXLS-5348 Supports setting global custom font folders. Workbook.SetGlobalCustomFontsFolders(string[] fontPath); Bug SPIREXLS-5196 Fixes the issue that the checkbox was not…
We're pleased to announce the release of Spire.XLS 14.7.2. This version supports obtaining the custom properties of a worksheet and the original document name of the embedded OLE object. What’s more, the issues that occurred when converting Excel to image and PDF has been successfully resolved. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5274 Supports obtaining custom properties of worksheets. Workbook workbook = new Workbook (); workbook.LoadFromFile("funds-test.xlsx"); ICustomPropertiesCollection customProperties = workbook.Worksheets[0].CustomProperties; for (int i = 0; i < customProperties.Count; i++) { XlsCustomProperty xcp = customProperties[i]; string name…
We're pleased to announce the release of Spire.XLS 14.6.6. This version supports converting Excel to Markdown format, and fixes some issues that occurred when converting Excel to image/HTML, and adding filter to Excel PivotTable. More details are shown below. Here is a list of changes made in this release Category ID Description New feature - Supports converting Excel to Markdown format. Workbook workbook = new Workbook(); workbook.LoadFromFile("input.xlsx"); workbook.SaveToFile("output.md",FileFormat.Markdown); Bug SPIREXLS-5191 Fixes the issue that the application threw "ArgumentOutOfRangeException" when setting "horizontal" and "vertical" type borders. Bug SPIREXLS-5243 Fixes the issue that the effect was incorrect when calling "Worksheet.Activate()" method. Bug…
Page 3 of 8
page 3