We're pleased to announce the release of Spire.XLS 15.4.4. This version adds support for several new formulas, and also supports auto-fitting row height in merged cells spanning multiple columns in a single row. Besides, some issues that occurred when converting Excel to PDF and saving files have been successfully fixed. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5697 Supports auto-fitting row height in merged cells spanning multiple columns in a single row. Workbook workbook = new Workbook(); workbook.LoadFromFile(@"in.xlsx"); Worksheet sheet= workbook.Worksheets[0]; AutoFitterOptions options = new AutoFitterOptions(); options.AutoFitMergedCells…
We are excited to announce the release of Spire.Office for Java 10.4.0. In this version, Spire.Doc for Java enhances the conversions from Word to HTML/PDF; Spire.XLS for Java supports creating a slicer using table data; Spire.Presentation for Java enhances the conversion from PowerPoint to images; Spire.PDF for Java supports signing with "digitalsignatures.PdfCertificate" using byte[] certificate data. Besides, 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 10.4.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 New feature SPIREDOC-11117 Optimizes…
We are excited to announce the release of Spire.PDF for Java 11.4.2. This version supports using the byte[] certificate data when signing with "digitalsignatures. PdfCertificate". It also enhances the conversion from PDF to PDF/A and PowerPoint. Moreover, some known issues are fixed successfully in this version, such as the issue that the data extracted from tables was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7460 Supports using the byte[] certificate data when signing with "digitalsignatures. PdfCertificate". PdfDocument pdf = new PdfDocument(); pdf.loadFromFile(inputFile); FileInputStream instream = new…
We're glad to announce the release of Spire.Presentation 10.4.6. This version supports inserting formulas in table cells and reading CustomerData of Shape. In addition, some issues that occurred when converting PPTX to PDF/SVG and opening PowerPoint files have been successfully fixed. Check below for more details. Here is a list of all changes made in this release. Category ID Description New feature SPIREPPT-2772 Supports reading CustomerData of Shape. Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); List dataList = ppt.Slides[0].Shapes[1].CustomerDataList; Console.WriteLine(dataList.Count); for(int i = 0; i < dataList.Count; i++) { string name = dataList[i].Name; string content = dataList[i].XML; File.WriteAllText(outputFile + name, content);…
We are excited to announce the release of Spire.Doc for JavaScript 13.4.0. The latest version introduces a range of new features, including adding various types of charts to Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description New feature Supports adding various types of charts, such as bar charts, line charts, and pie charts. // Load word document let document = wasmModule.Document.Create(); // Add a section to the document let section = document.AddSection(); // Add a paragraph to the section and append text to it section.AddParagraph().AppendText("Bar chart."); // Add…
We are delighted to announce the release of Spire.Doc 13.4.4. This version enhances the conversion from Word to PDF. Besides, a lot of known issues are fixed successfully in this version, such as the issue that Fixed the issue that TextBox could not be obtained after using Document.Clone(). More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-10815 Fixes the issue that TextBox could not be obtained after using Document.Clone(). Bug SPIREDOC-10865 Fixes the issue that the program threw “System.ArgumentException” when comparing Word documents. Bug SPIREDOC-10985 Fixes the issue that…
We are pleased to announce the release of Spire.Presentation for Java 10.4.0. This version mainly fixes the issues that occurred when converting PowerPoint to images, PDF and HTML. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2668 Fixes the issue where the content was incorrect when converting PowerPoint to images. Bug SPIREPPT-2669 Fixes the issue where the text shadow effect was lost when converting PowerPoint to images. Bug SPIREPPT-2672 Fixes the issue where the text layout was incorrect when converting PowerPoint to images. Bug SPIREPPT-2693 Fixes the issue where…
We are delighted to announce the release of Spire.Presentation 10.4.2. The latest version enhances conversions from Presentation to SVG and PDF. Moreover, some known bugs are fixed in this update, such as the issue where modifying data in PPT charts resulted in incorrect output. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5749 Fixes the issue that converting PPT to SVG resulted in incorrect shapes. Bug SPIREPPT-2663 Fixes the issue where modifying data in PPT charts resulted in incorrect output. Bug SPIREPPT-2740 Fixes the issue that converting PPT to…
page 16