Spire.XLS

Spire.XLS 8.10.2 supports to save ChartSheet to SVG stream

We're pleased to announce that Spire.XLS Hotfix Version 8.10.2 is released today. This version adds two new features to support getting ChartSheet by sheet name and saving ChartSheet to SVG stream, meanwhile, it also fixes some issues that occurred when operating Excel files. View the details below.

New Features:

  • Adds a new method to get ChartSheet via sheet name.
  • ChartSheet cs = workbook.GetChartSheetByName("name");
    
  • Adds a new method to save ChartSheet to SVG stream.
  • chartSheet.ToSVGStream(fs);
    

Bug Fixes:

  • Fixes the issue that the returned value was incorrect when obtaining the color of border.
  • Fixes the issue that caused an ArgumentException when loading an Excel file.
  • Fixes the issue that caused an exception when loading an Excel file from a folder that was set with the checked option "Read-only recommended".
  • Fixes the issue that an error occurred when opening the result file after copying a worksheet.
  • Fixes the issue that an exception occurred in this line of code "Worksheets.AddCopy" after setting thread culture.
  • Fixes the issue that the progress hung when converting worksheet to image.
  • Improves the speed of loading a big Excel file.

Download Spire.XLS 8.10.2 here:
More information of Spire.XLS new release or hotfix: