New hotfix version for Spire.Office Version 2.14.7

With the effort of our development team, today we have released the latest version for Spire.Office Platinum version 2.14.7. In this version, the recent releases of Spire.Doc, Spire.PDF, Spire.XLS, Spire.DocViewer, Spire.PDFViewer, Spire.Presentation, Spire.DataExport and Spire.Spreadsheet all have been included. Our new product Spire.Officeviewer has been added to this version of Spire.Office.
Versions:
- Spire.Doc v5.7.119
- Spire.PDF v3.7.332
- Spire.XLS v7.10.81
- Spire.DocViewer.Forms v2.2.50
- Spire.PDFViewer.Forms v2.10.34
- Spire.Presentation v2.6.41
- Spire.DataExport v3.5.133
- Spire.Spreadsheet v2.1.9
- Spire.Officeviewer 2.14.8
Get the most recent version of Spire.Office v2.14.7 here:
www.e-iceblue.com/Download/download-office-for-net-now.html
Details of New features and Bug solutions:
Spire.Doc
New feature:
- Add new features to keep the same format when replace the content in bookmark.
bookmarkNavigator.ReplaceBookmarkContent(part,isKeepSourceFirstParaFormat);
Bug solutions:
- Fixes the issue that caused wrong content when covert RTF to Word.
- Fixes the issue that caused wrong metatag when convert to PDF.
- Fixes the issue that caused incorrect table format when convert to PDF.
- Fixes the issue that caused picture in header missing when convert to PDF.
- Fixes the issue that caused table border missing when append RTF text has table.
- Fixes the issue that caused wrong alignment when append HTML into bookmark.
Spire.PDF
Bug solutions:
- Fixes the issue that caused multiple signatures invalid when sign a PDF document many times.
- Fixes the issue that caused the code128B barcode generated using Spire.Pdf.Barcode was not getting scanned.
- Fixes the issue where multiple styles were not applied when draw string using html tags.
Spire.XLS
New Feature:
- Supports to assign a discontinuous range for a chart.
- Supports to add line shape in chart.
- Supports to set header/footer on OddEven page.
- Add new method to specify the ExcelVersion to avoid the limitation in Excel when load CSV file.
ChartSerie.CategoryLabels = sheet.Range["E8:E9"].AddCombinedRange(sheet.Range["G8:G9"]).AddCombinedRange(sheet.Range["I8:I9"]); ChartSerie.Values = sheet.Range["F8:F9"].AddCombinedRange(sheet.Range["H8:H9"]).AddCombinedRange(sheet.Range["J8:J9"]);
Chart.Shapes.AddLine(Point startPoint, Point endPoint, LineShapeType lineShapeType);
Worksheet.PageSetup.DifferentOddEven = 1; Worksheet.PageSetup.OddHeaderString = "&COdd_Header1"; Worksheet.PageSetup.OddFooterString = "&COdd_Footer1"; Worksheet.PageSetup.EvenHeaderString = "&CEven_Header2"; Worksheet.PageSetup.EvenFooterString = "&CEven_Footer2";
public void LoadFromFile(string fileName, string separator, int row, int column, ExcelVersion version);
Bug solutions:
- Fixes the issue that caused thread unsafe when convert to PDF.
- Fixes the issue that caused some added controls (combo box or comment) incorrect when resave.
- Resolves the issue that caused the image in the textbox disappear when convert to PDF.
- Fixes the issue where formula in the image disappeared.
- Fixes the issue that caused the image can't be deleted after it was inserted with ExcelPicture.
Spire.Presentation
New Features:
- Add new feature to copy an existing chart.
// Summary: // clone basechart and insert into shapes // // Parameters: // baseChart: // source chart // // rectangle: // Rectangle should be inserted // // nIndex: // index should be inserted.-1 mean append at the last. public IChart CreateChart(IChart baseChart, RectangleF rectangle, int nIndex);
Bug solutions:
- Fixes the issue where the transition will not set the auto when its effect set to None.
- Support to save as PPTX2013 file format.
Spire.DocViewer
Bug solution:
- Fixes the issue where the document that is encrypted by MS2013 was unable to be opened.
Spire.OfficeViewer
Main features:
- Load office documents and PDF from file and view;
- Switch to target page;
- Fit page, Fit width, Fit height;
- Page down/up;
- Zoom in/out;
- Hand tool;
- Print feature;