Spire.Office 9.9.0 is released
2024-09-29 09:27:31
We're pleased to announce the release of Spire.Office 9.9.0. This version adds many new features, for example, Spire.XLS supports identify OLE objects in Msg format and disabling DTD processing; Spire.Presentation supports setting the global font directory when execute conversion feature, and also adds two properties to obtain the last row and last column of the chart's data source. What’s more, a series of issues occurred when processing Excel, PDF and PowerPoint files have been successfully fixed. More details are given below. 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…
Spire.Office for Java 9.9.0 is released
2024-09-29 08:43:56
We are excited to announce the release of Spire.Office for Java 9.9.0. In this version, Spire.Doc for Java supports determining if a bookmark is hidden; Spire.PDF for Java supports extracting text from specified areas; Spire.XLS for Java supports the revision function; Spire.Presentation for Java supports getting the names of all embedded fonts in a PowerPoint file. Moreover, a lot of known issues are fixed successfully in this version. More details are listed below. Click the link to download Spire.Office for Java 9.9.0: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.Doc for Java Category ID Description New…
E-iceblue will take a 7-day National Holiday from October 1 to 7, 2024
2024-09-30 01:53:00
We would like to inform you that E-iceblue will be on holiday from October 1st to October 7th, 2024 (GMT+8:00), in observance of China’s National Day. During the holiday, your email will be received as usual and the urgent problems will be solved as soon as possible by the staff on duty. Note: The purchase system will remain available 24 hours a day and 7 days a week. Once you process the order online and finish the payment, the license file will be sent to you automatically by our system. If you want to obtain a temporary license file to…
Spire.XLS 14.9.5 supports adding filters to row fields/column fields of pivot tables
2024-09-27 08:35:49
We are excited to announce the release of Spire.XLS 14.9.5. The latest version supports adding filters to row fields/column fields of pivot tables. Furthermore, some known bugs are successfully fixed in this update, such as the issue that the content is incorrect when converting Excel documents to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5255 Supports adding filters to row fields/column fields of pivot tables. XlsPivotTable pt1 = workbook.Worksheets["PivotTable_1"].PivotTables[0] as XlsPivotTable; pt1.RowFields[0].AddValueFilter(PivotValueFilterType.Between, pt1.DataFields[0], 100000, 1000000); pt1.ColumnFields[0].AddValueFilter(PivotValueFilterType.Between, pt1.DataFields[0], 100000, 1000000); pt1.CalculateData(); New feature SPIREXLS-5393 Supports the TEXTBEFORE…
Spire.XLS for Java 14.9.8 supports the revision function
2024-09-23 09:54:02
We are excited to announce the release of Spire.XLS for Java 14.9.8. This version supports the revision function. Moreover, it optimizes the speed of converting Excel documents to HTML documents. Besides, some known bugs are fixed successfully in this update, such as the issue that print area settings are not fully copied when duplicating worksheets. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5371 Supports the revision function. Workbook workbook = new Workbook(); workbook.loadFromFile("input.xlsx"); workbook.setTrackedChanges(true); workbook.acceptAllTrackedChanges(); workbook.saveToFile("output.xlsx", ExcelVersion.Version2013); workbook.dispose(); New feature SPIREXLS-5362 Optimizes the speed of converting Excel…
Spire.Presentation for Java 9.9.2 supports getting the names of all embedded fonts in a PowerPoint file
2024-09-23 09:35:56
We are delighted to announce the release of Spire.Presentation for Java 9.9.2. This version supports getting the names of all embedded fonts in a PowerPoint file. It also enhances the conversion from PPTX files to PPT files. Moreover, some known issues are fixed in this version, such as the issue that the program suspended when loading a PPTX document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2602 Supports getting the names of all embedded fonts in a PowerPoint file. ArrayList<String> embedFonts = ppt.getEmbedFonts(); Bug SPIREPPT-2597 Fixes the…
Spire.Presentation 9.9.2 support setting the global font directory when execute conversion feature
2024-09-20 09:37:10
We're glad to announce the release of Spire.Presentation 9.9.2. This version supports setting the global font directory when execute conversion feature, and also adds two properties to obtain the last row and last column of the chart's data source. Moreover, two issues that occurred when converting PPTX to SVG, and copying shapes have been successfully fixed. Check below for more details. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2567 Supports setting the global font directory when execute the conversion function. Presentation.SetCustomFontsDirctory("myfonts"); New feature SPIREPPT-2594 Adds the "IChart.ChartData.LastRowIndex" and "IChart.ChartData.LastColIndex" properties to obtain…
Spire.Doc for Java 12.9.4 enhances the conversion from Word to PDF
2024-09-20 05:52:20
We are delighted to announce the release of Spire.Doc for Java 12.9.4. This version enhances the conversion from Word to PDF. Besides, some known issues are fixed successfully in this version, such as the issue that the created table of contents field was not updated correctly. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10740 Optimizes the speed of converting Word documents to PDF documents. Bug SPIREDOC-10457 Fixes the issue that the text layout was incorrect after converting Word documents to PDF documents. Bug SPIREDOC-10791 Fixes the issue that…
