Spire.XLS 7.5.7 starts to support embedding image into HTML when converting Excel to HTML

We are glad to announce a new hotfix version of Spire.XLS for new features and bug solutions. Embed image into HTML starts to support when convert excel to HTML. We have added new feature to set size of plotArea and legend of chart. And we also add other enhancements in this version. Details are as followed:

New features:

  • Add new feature to embed image into HTML when converting Excel to HTML by setting HTMLOptions.Default.ImageEmbedded = true;
  • Add new feature to set size of plotArea and legend of chart.

Code Snippet:

chart.Legend.Width = 3500;
chart.Legend.Height = 3300;
chart.PlotArea.Width = 3500;
chart.PlotArea.Height = 3300;

Bug solutions:

  • Fix the issue that the printout came out somewhat blurry when printing excel file.
  • Fix the error "NullReferenceException" when loading excel file.
  • Fix the issue that the position of image was incorrect when converting Excel to HTML.
  • Fix the issue that got rows count of sheet was incorrect using int count=sheet.Rows.Length;

Welcome to experience Spire.XLS 7.5.7 with downloading here:

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