Close





 

Spire.XLS Changelogs


Changelog for version 6.0.8

Fixed:
  • Load Excel file with pivot table.
Features:
  • Load Excel 2007/2010 file with password.

Changelog for version 5.8.9

Fixed:
  • Null pointer exception when converting xls to pdf

Changelog for version 5.8.3

Fixed:
  • Fix stackoverflow exception during inserting picture.
  • Fix pivot table bug. The default case sensitive will lead exception during data analysing process.

Changelog for version 5.8.2

Fixed:
  • Fix Color and Font bug. When convert xml to xls, the color and font could not be retrieved correctly.

Changelog for version 5.8.1

Features:
  • Add the method Spire.License.LicenseProvider.SetLicenseKey(String licenseKey) defined in Spire.License.dll. This method can be called to apply explicitly the license by providing the license key, which is the value of the attribute Key of the root element License of the license file.

Changelog for version 5.8.0

Features:
  • Add new license module to support flexible license mode which descripted by a license file with xml format.
Deprecated:
  • Method Spire.Xls.LicenseProvider.Register.

Changelog for version 5.7.2

Features:
  • Add property Workbook.DocumentProperties to support excel document properties
  • Add demo InsertRows to demonstrate how to insert rows and copy data and style from existing rows.
  • Can ignore to specify the ExcelVersion when create the workbook, just need to specify the ExcelVersion when it saved.(for Excel 2007)
Fixed:
  • Excel 2007 interior style bug.
  • Excel 2007/2010 SurfaceContour chart fill color bug.
  • When change the data of the datasource of a existing chart, the background color of the chart will be lost in Excel 2007/2010.
  • Excel 2007/2010 StockVolumeOpenHighLowClose chart X axis data flag bug.
  • Worksheet.TopVisibleRow property could not work.

Changelog for version 5.5.2

Fixed:
  • Hot fix the bug that invoking the method XlsRange.Merge() could not merge cells.

Changelog for version 5.5

Fixed:
  • Hot fix the bug that an exception occurs when copying worksheet to another workbook.

Changelog for version 5.4

Fixed:
  • Hot fix the bug that an exception occurs when Workbook opening the Excel 2007 file.

Changelog for version 5.3

Feature:
  • Change the api document, adding c++ sytax support.