New Release for Spire.Office Version 2.8.2

We are glad to inform you that we have released the latest hotfix for Spire.Office Platinum hotfix version 2.8.2. In this latest version, all of the most recent releases of our Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.PDFViewer, Spire.DocViewer, Spire.DataExport and Spire.Barcode are included.

Versions:

  • Spire.Doc v5.1.13,
  • Spire.PDF v3.0.39,
  • Spire.XLS v7.4.11,
  • Spire.PDFViewer v2.2.23,
  • Spire.DocViewer v1.6.3,
  • Spire.DataExport v3.4.11,
  • Spire.Barcode v1.2.3,
  • Spire.Presentation v2.0.12

Free Trial to evaluate Spire.Office v2.8.2 here:

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


Details of New features and Bug solutions:

Spire.Doc

Bug solutions:

  • Fix the merged file was saved with black background after merging two files without background.
  • Fix the error "An unhandled exception of type "System.StackOverflowException" occurred in Spire.Doc.dll" when loading a .docx document.
  • Fix the layout of the table is incorrect after converting a .doc document to .docx document.
  • Fix the issue that the first line of header is not centered when converting Word to HTML.
    Fix the wrong AppVersion when save as Word2013.
  • Fix the issue that Document.SaveToStream() for Docx2013 produces a zero-length file.
  • Fix the matched string in Header is not replaced using doc.Replace().
  • Fix the issue that the blank line is added in output file when convert HTML to Word.
  • Fix the issue that the layout of the table after converting .doc document to .docx document is changed.
  • Fix the issue that the content in the second header is not got by HeadersFooters.Header.
    Fix the error "Index was out of range" caused when opening a .docx document.

Spire.XLS

New Features:

  • Add new feature to convert PivotTable to PDF.
  • Add new feature to insert row with the style of previous row to excel, sheet.InsertRow(rowIndex,rowCount, InsertOptionType);.

Bug Solutions:

  • Fix the issue that Worksheet.AutoFitRow() method doesn't work.
  • Resolved wrong index issue in DeleteRow(index, count) method.
  • Fix the issue that dynamic (formula calculated) data was not correctly after added to the chart.
  • Fix the issue that the PivotTable data was not refreshed.
  • Fix the borders missing issue after protecting the excel file with a password.
  • Fix the issue that workbook.DataSorter.Sort() method doesn't work.
  • Fix wrong page number in Image converted from excel file.
  • Fix the error "Requested value 'vertical' was not found" caused while loading excel file.
  • Fix the wrong format of date in HTML converted from excel files.
  • Fix that data bar missing issue in PDF converted from excel files.
  • Fix the superscript and subscript missing issue in Html converted from excel files.
  • Fix the error "Object reference not set to an instance of an object" when executing the line workbook.CreatePivotStyle();
  • Fix the issue that the data of cell is truncated in Html file converted from excel file.
  • Fix the issue AutoFitColumns() method doesn't work for the merged cells.
  • Fix the issue that Worksheet.SaveAsHtml() method is not calculating formulas in output html file.
  • Fix the error "Requested value 'vertical' was not found" caused when deleting row from excel file.

Spire.Pdf

New Features:

  • Add new feature to convert html string to PDF.
  • Add new feature pdf.SaveAsDrawingImage(pageIndex); to save pdf as DrawingImage for WPF.

Bug solutions:

  • Fix the error "object reference not set to an instance of an object" caused in converting PDF to Image.
  • Fix the blank output PDF issue after converting HTML to PDF.
  • Fix the "Out of memory" exception when using TrueType fonts embedded in the pdf file.
  • Fix the error "Parameter is not valid" caused in converting PDF to XPS.
  • Fix the issue that the pages render with a strange space in the beginning of the file when displaying PDF file inside a Print Preview Dialog.
  • Fix losing the fonts issue after merging two pdf files.