We’re glad to announce the release of Spire.XLS for Java 15.7.7. The latest version supports Array data binding in MarkerDesigner. Moreover, some known bugs are fixed successfully in the new version, such as the issue that font rendering was incorrect when converting Excel to PDF in Linux environments. More details are listed below. Here is a list of changes made in this release: Category ID Description New feature SPIREXLS-5874 Supports Array data binding in MarkerDesigner. Workbook workbook = new Workbook(); // Get the first worksheet from the workbook Worksheet sheet = workbook.getWorksheets().get(0); // Set the value of cell range A1…
We’re glad to announce the release of Spire.XLS for Java 15.6.3. This version starts to support font stream when applying custom fonts, and support retrieving the cell location of embedded images. Meanwhile, a number of known bugs have been successfully fixed. More details are listed below. Here is a list of changes made in this release: Category ID Description New feature SPIREXLS-5817 Added support for font stream data when applying custom fonts. Workbook book = new Workbook(); FileInputStream stream = new FileInputStream("fontpath"); book.setCustomFontStreams(new FileInputStream[]{stream}); New feature SPIREXLS-5821 Added support for setting setIsSaveBlankCell to control whether to export extra blank cells…
We are delighted to announce the release of Spire.XLS for Java 15.5.1. This version enhances the conversion from Excel to HTML. Besides, some known issues are fixed successfully in this version, such as the issue that the program threw an exception when calling Worksheet.findAllString for specific documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5737 Fixes the issue that the program threw an exception when calling Worksheet.findAllString for specific documents. Bug SPIREXLS-5750 Fixes the issue that the images shifted upward when converting specific Excel files to HTML. Bug…
We're pleased to announce the release of Spire.XLS for Java 15.4.0. The latest version supports creating a slicer using table data. Moreover, some known bugs are fixed successfully in this update, such as the issue that OLE objects failed to open correctly after converting Excel to XLSB format. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports creating a slicer using table data. Workbook wb = new Workbook(); //Get the first worksheet of workbook Worksheet worksheet = wb.getWorksheets().get(0); worksheet.getRange().get("A1").setValue("fruit"); worksheet.getRange().get("A2").setValue("grape"); worksheet.getRange().get("A3").setValue("blueberry"); worksheet.getRange().get("A4").setValue("kiwi"); worksheet.getRange().get("A5").setValue("cherry"); worksheet.getRange().get("A6").setValue("grape"); worksheet.getRange().get("A7").setValue("blueberry"); worksheet.getRange().get("A8").setValue("kiwi"); worksheet.getRange().get("A9").setValue("cherry");…
We're pleased to announce the release of Spire.XLS for Java 15.3.1. This version enhances the conversion from Excel to HTML, and also fixes two issues that occurred when setting cell font size and loading Excel documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5698 Fixes the issue that the decimal parts were lost when setting cell font size. Bug SPIREXLS-5699 Fixes the issue that the embedded image failed to display when converting Excel document to HTML document. Bug SPIREXLS-5720 Fixes the issue that the program threw the exception…
We are excited to announce the release of the Spire.XLS for Java 15.2.1. The latest version enhances conversions from Excel to images and PDF. Besides, this update fixes the issue that the program threw a "NullPointerException" when loading an XLSX document. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5575 Fixes the issue that the program threw a "NullPointerException" when loading an XLSX document. Bug SPIREXLS-5668 Fixes the issue that incorrect colors existed when converting Excel to images. Bug SPIREXLS-5685 Fixes the issue that incomplete content displayed when converting…
We are excited to announce the release of Spire.XLS for Java 15.1.3. The latest version enhances the conversion from Excel to images and PDF. Moreover, some known bugs are fixed successfully in this update, such as the issue that the program threw an exception when calculating values using the workbook.calculateAllValue(). More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5559 Fixes the issue that the program threw an exception when calculating values using the workbook.calculateAllValue(). Bug SPIREXLS-5617 Fixes the issue that the results of formulas were incorrect when converting worksheets…
We're pleased to announce the release of Spire.XLS for Java 15.1.0. This version support setting global custom font folder, and also fixes several issues that occurred when converting Excel to PDF, copying worksheets and loading Excel files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5600 Support setting global custom font folder. Workbook.setGlobalCustomFontsFolders(new String[]{}); Bug SPIREXLS-5345 Fixes the issue that the text placement was incorrect when converting Excel to PDF. Bug SPIREXLS-5568 Fixes the issue that the seconds data was inaccurate when reading time values from cells. Bug…
Page 2 of 8
page 2