Spire.XLS | News & Releases
We're pleased to announce the release of Spire.XLS 15.1.3. This version adds the support for many functions, CSCH, RANDARRAY, COTH, SEQUENCE, EXPAND, CHOOSECOLS, CHOOSEROWS, and DROP. Besides, it also fixes some issues that occurred when converting XLSM to PDF, Excel to PDF, calculating formula values and setting tab color. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5542 Supports the CSCH function New feature SPIREXLS-5548 Supports the RANDARRAY function. New feature SPIREXLS-5621 Supports the COTH function. New feature SPIREXLS-5622 Supports the SEQUENCE function. New feature SPIREXLS-5627 Supports the…
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…
Page 1 of 6
page 1