Spire.Office 6.10.3 is released
2021-10-28 09:41:06
We are excited to announce the release of Spire.Office 6.10.3. This version brings some new features, for example, Spire.XLS supports multiple new charts such as Waterfall, Pareto and Histogram; Spire.PDF supports setting document properties when converting PDF to Doc/Docx; Spire.Presentation supports getting the target slide of a hyperlink. Meanwhile, a lot of bugs have been successfully fixed. More details are listed as follows. In this version, the most recent versions 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. DLL Versions: Spire.Doc.dll v9.10.9 Spire.Pdf.dll v7.10.4 Spire.XLS.dll v11.10.5 Spire.Email.dll v4.7.0 Spire.DocViewer.Forms.dll v6.8.0 Spire.PdfViewer.Forms.dll v6.9.1 Spire.PdfViewer.Asp.dll v6.9.1…
Spire.Spreadsheet 5.10.0 fixes the issue that the content in the file was cut when viewing Excel file
2021-10-28 07:08:19
We are pleased to announce the release of Spire.Spreadsheet 5.10.0. This version fixes the issue that the content in the file was cut when viewing Excel file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPREADSHEET-188 Fixes the issue that the content in the file was cut when viewing Excel file Click the link to download Spire.Spreadsheet 5.10.0: https://www.e-iceblue.com/Download/download-Spreadsheet-for-net-now.html More information of Spire.Spreadsheet new release or hotfix: https://www.e-iceblue.com/forum/spire-spreadsheet-new-release-or-hotfix-t6100.html
Spire.XLS 11.10.5 supports multiple new charts
2021-10-28 06:00:19
We are happy to announce the release of Spire.XLS 11.10.5. This version supports some new charts, such as Waterfall, Pareto and Histogram. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports Waterfall, Pareto, Histogram, BoxAndWhisker, TreeMap, SunBurst and Funnel charts. Workbook workbook = new Workbook(); workbook.LoadFromFile("waterfall_sample.xlsx"); var sheet = workbook.Worksheets[0]; var officeChart = sheet.Charts.Add(); //Set chart type as waterfall officeChart.ChartType = ExcelChartType.WaterFall; //Set data range to the chart from the worksheet officeChart.DataRange = sheet["A2:B8"]; //Data point settings as total in chart officeChart.Series[0].DataPoints[3].SetAsTotal = true; officeChart.Series[0].DataPoints[6].SetAsTotal = true;…
Spire.Presentation 6.10.2 supports getting the target slide of a hyperlink
2021-10-27 07:13:00
We are glad to announce the release of Spire.Presentation 6.10.2. This version supports getting the target slide of a hyperlink. In addition, it enhances the conversion from shape to image and fixes some known issues. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1698 Supports getting the target slide of a hyperlink. Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); IAutoShape shape = ppt.Slides[1].Shapes[0] as IAutoShape; if (shape.Click.ActionType == HyperlinkActionType.GotoSlide) { ISlide targetSlide = shape.Click.TargetSlide; Console.WriteLine("index = " + targetSlide.SlideNumber); } Bug SPIREPPT-1684 Fixes the issue that the OLE object…
Spire.Doc 9.10.9 enhances the conversion from Word to PDF
2021-10-27 02:33:25
We are happy to announce the release of Spire.Doc 9.10.9. This version enhances the conversion from Word to PDF and also fixes the issues occurred in the course of loading HTML and Word files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-5938 Fixes the issue that it didn't find all matches when using regular expression to find text. Bug SPIREDOC-6435 Fixes the issue that the application threw the error "ArgumentOutOfRangeException" when loading an HTML file. Bug SPIREDOC-6545SPIREDOC-6785 Fixes the issue that there were extra blank pages after converting…
Spire.Office for Java 4.10.5 is released
2021-10-26 07:30:04
We are excited to announce the release of Spire.Office for Java 4.10.5. This version brings some new features. For instance, Spire.XLS for Java supports setting the marker color for the SparkLine as well as supports printing comments when converting Excel to images; Spire.Doc for Java supports loading and saving .wps and .wpt files; Spire.Presentation for Java enhances the conversion from PowerPoint to images. Meanwhile, a lot of bugs have been successfully fixed. More details are listed as follow. Click the link to download Spire.Office for Java 4.10.5: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.XLS for…
Spire.XLS for Java 4.10.1 supports setting the marker color for the SparkLine
2021-10-26 06:43:48
We are happy to announce the release of Spire.XLS for Java 4.10.1. This version supports setting the marker color for the SparkLine as well as supports printing comments when converting Excel to images. In addition, it enhances the conversions from Excel to PDF/HTML and also fixes the issue occurred in the process of adding hyperlinks to files. More details are given as follows. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3391 Supports setting the marker color for the SparkLine. Workbook book = new Workbook(); book.loadFromFile("D:/SparkLine.xlsx"); Worksheet worksheet = book.getWorksheets().get(0); SparklineGroupCollection sparklineGroup =…
Spire.XLS 11.10.4 enhances the conversion from XLS to PDF
2021-10-25 03:40:43
We are excited to announce the release of Spire.XLS 11.10.4. This version enhances the conversion from XLS to PDF. In addition, it fixes the issue that the application threw an error when loading an .xlsx file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-3386 SPIREXLS-3470 Fixes the issue that the content was incorrect when converting Excel to PDF. Bug SPIREXLS-3396 Fixes the issue that the application threw an error "Invalid LegendPositionType string val" when loading an .xlsx file. Bug SPIREXLS-3422 Fixes the issue that the combination chart type…
