Spire.Office

Spire.Office 3.10.3 is released

We're pleased to announce that the Sprie.Office 3.10.3 is released today. This new version adds some features, including setting the comment visibility when printing Excel, setting the position of chart title area and displaying the group number button when viewing an Excel file in spreadsheet. In addition, numerous bugs are fixed, such as copying the cells range was not successful, converting Excel to PDF caused exception, converting Word to PDF caused incorrect font and format, and the formula displayed incorrectly when viewing Excel file in spreadsheet. See the details blow for more information.

In this version, the most recent version of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PdfViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.Dataexport, Spire.Barcode are included.

Version:

  • Spire.Doc.dll v6.10.6
  • Spire.Pdf.dll v4.10.9
  • Spire.XLS.dll v8.10.7
  • Spire.Email.dll v1.3.2
  • Spire.DocViewer.Forms.dll v3.9.1
  • Spire.PdfViewer.Forms.dll v3.10.0
  • Spire.PdfViewer.Asp.dll v3.10.0
  • Spire.Presentation.dll v3.10.4
  • Spire.Spreadsheet v2.10.3
  • Spire.OfficeViewer.Forms.dll v3.10.3
  • Spire.DataExport.dll v3.5.131
  • Spire.DataExport.ResourceMgr.dll v1.6.71
  • Spire.Common.dll v1.10.7
  • Spire.License.dll v1.3.7
  • Spire.Barcode.dll v2.10.0
Click the link to get the version Spire.Office 3.10.3:

Spire.XLS

New Features:

  • Add new properties to make print comment visible/invisible:
  • sheet.PageSetup.PrintComments = PrintCommentType.InPlace;
    sheet.PageSetup.PrintComments = PrintCommentType.NoComments;
    
  • Add new properties to set the position of ChartTitleArea:
  • chart.ChartTitleArea.X = xx;
    chart.ChartTitleArea.Y = xx;
    

Bug Fixes:

  • Fixes the issue that extracting the OLE in Excel but got empty oleData.
  • Fixes the issue that changing the font of chart title had impacts on other fonts of text.
  • Fixes the issue that caused an exception when loading an Excel file.
  • Fixes the issue that adding the fill color failed.
  • Fixes the issue that copying range didn't succeed.
  • Fixes the issue that caused an exception when converting Excel to PDF.
  • Fixes the issue that caused an exception when saving Excel to stream.
  • Fixes the issue that caused incorrect page number after converting Excel to PDF.

Spire.Speadsheet

New Features:

  • Supports displaying the group number button when viewing an Excel file in spreadsheet.

Bug Fixes:

  • Fixes the issue that the formula displayed incorrectly when viewing an Excel file in spreadsheet.

Spire.Doc

Bug Fixes:

  • Fixes the issue that caused incorrect format after converting Word to PDF.
  • Fixes the issue that caused incorrect font after converting Word to PDF.

Spire.Presentation

Bug Fixes:

  • Fixes the issue that failed to fill the color for the series when the value is negative.