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…
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…
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…
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…
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…
We are excited to announce the release of Spire.PDF 10.9.0. This version enhances the conversion from PDF to images, OFD, PDFA1B as well as SVG to PDF. Moreover, some known issues are fixed successfully in the update, such as the issue that results are incorrect when extracting text multiple times. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4562 SPIREPDF-5019 Improves the speed of printing PDF documents. Bug SPIREPDF-4445 Fixes the issue that content is blank when converting PDF documents to images. Bug SPIREPDF-6938 Fixes the issue that the…
We're pleased to announce the release of Spire.PDF for Java 10.9.0. This version supports extracting text from specified areas, and preserving XMP data when converting PDF to PDF/A. Furthermore, some known issues that occurred when replacing, extracting text, and compressing images have been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6920 Adds the PreserveAllowedMetadata property to support preserving XMP data when converting PDF to PDF/A format documents. PdfStandardsConverter convert= new PdfStandardsConverter(outputFile_pdf); convert.getOptions().setPreserveAllowedMetadata(true); convert.toPdfA2A(outputFile_pdfA2A); New feature SPIREPDF-6977 Add a new interface 'PdfTextReplaceOptions.setReplacementArea(Rectangle2D rect)' to support extracting…
We are happy to announce the release of Spire.XLS 14.9.1. This version supports identify OLE objects in Msg format and disabling DTD processing. It also implements the support for the BAHTTEXT formula. Moreover, some known issues are fixed successfully in this version, such as the issue that the result of data summing using MarkerDesigner function was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5307 Adds the 'OleObjectType.Msg' type to identify OLE objects in Msg format. Workbook wb = new Workbook(); wb.LoadFromFile(inputFile); Worksheet sheet =wb.Worksheets[0]; OleObjectType type;…
Page 4 of 73
page 4