Spire.XLS for Java 12.11.8 enhances the conversion from Excel to PDF
2022-11-28 09:22:12
We are glad to announce the release of Spire.XLS for Java 12.11.8. This version enhances the conversion from Excel to PDF. Additionally, some known issues are fixed, such as the issue that the program threw java.lang.OutOfMemoryError when loading an Excel file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4154 SPIREXLS-4190 Fixes the issue that the content was incorrect when converting Excel to PDF. Bug SPIREXLS-4166 Fixes the issue that the program threw java.lang.ClassCastException when converting Excel to PDF. Bug SPIREXLS-4181 Fixes the issue that the font changed when…
Spire.XLS for Java 12.10.3 enhances the conversion from Excel to PDF
2022-10-25 04:30:24
We are excited to announce the release of Spire.XLS for Java 12.10.3. This version enhances the conversion from Excel to PDF. Additionally, some known issues are fixed, such as the issue that the last modified date obtained was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4107 Fixes the issue that the last modified date obtained was incorrect. Bug SPIREXLS-4129 Fixes the issue that the result file failed to open when converting Excel to XPS. Bug SPIREXLS-4139 Fixes the issue that the row height changed when converting Excel…
Spire.XLS for Java 12.9.1 enhances the conversion from Excel to PDF
2022-09-21 02:46:56
We are pleased to announce the release of Spire.XLS for Java 12.9.1. This version enhances the conversion from Excel to PDF. Additionally, some known issues are fixed, such as the issue that the application threw "java.lang.NullPointerException" when modifying the selected value of the filter in the PivotTable. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-2862 Fixes the issue that the line feed was incorrect when converting Excel document to PDF. Bug SPIREXLS-2986 SPIREXLS-3019 Fixes the issue that the page margin was incorrect when converting Excel document to PDF.…
Spire.XLS for Java 12.8.4 supports using Worksheet.getMaxDispalyRange() method to get all cell ranges
2022-08-26 09:29:00
We are pleased to announce the release of Spire.XLS for Java 12.8.4. This version supports using Worksheet.getMaxDispalyRange() method to get all cell ranges, including objects such as pictures and shapes and supports the =Days() function. Moreover, it also enhances the conversion from Excel to PDF. Additionally, some known issues are fixed, such as the issue that the application threw "NullPointerException" when getting the chart DataRange. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4002 Supports using Worksheet.getMaxDispalyRange() method to get all cell ranges, including objects such as pictures…
Spire.XLS for Java 12.7.4 supports custom sorting
2022-07-21 03:25:29
We are pleased to announce the release of Spire.XLS for Java 12.7.4. This version supports custom sorting and supports converting Excel containing chart types defined by Excel 2016 to PDF and images. Moreover, it also enhances the conversion from Excel to HTML and Excel to PDF. Additionally, some known issues are fixed, such as the issue that the line format was changed after adding TrendLines to chart. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3704 Supports custom sorting. wb.getDataSorter().getSortColumns().add(0, new String[] {"12345","Argentina", "Area", "Chile", "Capital","USA","Ecuador","Guyana"} ); wb.getDataSorter().sort(wb.getWorksheets().get(0).getRange().get("A1:A8"));…
Spire.XLS for Java 12.7.0 supports filling the chart series markers with custom images
2022-07-13 09:02:42
We are excited to announce the release of Spire.XLS for Java 12.7.0. This version supports filling the chart series markers with custom images and supports loading and saving files in UOS format. In addition, it fixes some known issues such as the data was incorrect after updating pivot tables. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3948 Supports filling the chart series markers with custom images. IShapeFill markerFill = chart.getSeries().get(0).getDataFormat().getMarkerFill(); markerFill.customPicture("pic.png"); markerFill.setTexture(...); markerFill.SetPattern(...); //If use pattern filling, foreground color and backgroud color are needed. markerFill.setForeColor(...); markerFill.setBackColor(...); New…
Spire.XLS for Java 12.6.0 supports setting whether to export hidden worksheets when converting Excel to HTML
2022-06-08 09:13:26
We are excited to announce the release of Spire.XLS for Java 12.6.0. This version supports setting whether to export hidden worksheets when converting Excel to HTML. Besides, after converting Excel to HTML, a contrasting color border is added to the currently selected tab in the converted HTML and the spacing on both sides is added to the text of the worksheet tabs. Moreover, it also enhances the conversion from Excel to HTML, Excel to PDF, and Excel to images. Additionally, some known issues are fixed, such as the issue that sparklines are lost after copying sheets and the issue that…
Spire.XLS for Java 5.5.0 enhances the conversion from Excel to PDF
2022-05-07 07:13:17
We are pleased to announce the release of Spire.XLS for Java 5.5.0. This version enhances the conversion from Excel to PDF. In addition, it fixes some known issues like the content of chart lost after copying worksheets multiple times. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-3792 Fixes the issue that the content format was incorrect after adding images in Excel and converting it to PDF. Bug SPIREXLS-3778 Fixes the issue that the content of chart lost after copying worksheets multiple times. Bug SPIREXLS-3811 Fixes the issue that…