Spire.XLS 7.11.13 supports to check whether the workbook is password protected

Spire.XLS

We are glad to announce that a hotfix version of Spire.XLS 7.11.13 is available today. On this new version of Spire.XLS, our develop team adds new features to check whether the workbook is password protected and extract the equation of chart trendline. We also fix bug solutions on this version. View more details as below:

New Feature:

  • Support to check whether the workbook is password protected.
  • bool havepwd = workbook.IsPasswordProtected(inputFile);
    
  • Support to extract the equation of chart trendline.
  • IChartTrendLine trendLine = workbook.WorkSheets[0].Charts[0].Series[0].TrendLines[0];
    string formula = trendLine.Formula;
    

Bug solutions:

  • Fixes the issue where Sparklines cannot be edited or deleted.
  • Fixes the issue that caused KeyNotFoundException when set border for cells.
  • Fixes the issue that caused leader line missing and overlapped content when save chart as image.
  • Fixes the issue that caused ApplicationException when load file.
  • Fixes the issue that caused XmlException when load file.
  • Fixes the issue that caused incorrect content when convert Excel to PDF.
  • Fixes the issue that caused ArgumentOutOfRangeException when convert Excel to PDF.
  • Fixes the issue that caused wrong page break when convert Excel to PDF.
  • Fixes the issue that caused chart location changed when use AutoFitColumns method.
  • Fixes the issue that caused InvalidCastException when extract HPageBreak in HPageBreaksCollection.
  • Fixes the issue that caused ArgumentOutOfRangeException when set color for DataPoint.

Welcome to experience Spire.XLS 7.11.13 with downloading here:

http://www.e-iceblue.com/Download/download-excel-for-net-now.html