Spire.XLS 12.5.3 provides an overload of InsertArray method
2022-05-26 08:42:35
We are excited to announce the release of Spire.XLS 12.5.3. This version provides an overload of InsertArray method, which supports setting whether to automatically convert date string to datetime format when inserting arrays into Excel document. In addition, it enhances the conversion from Excel to PDF and fixes some known issues such as the application threw "Invalid file format" when loading XML. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3852 Provides an overload of InsertArray method, which supports setting whether to automatically convert date string to datetime…
Spire.DocViewer 7.5.0 fixes the inconsistence in the format of some content
2022-05-18 06:21:36
We are excited to announce the release of Spire.DocViewer 7.5.0. This release fixes the issue that the format of some content is inconsistent with that of the original Word document when being viewed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOCVIEWER-88 Fixes the issue that the format of some content is inconsistent with that of the original Word document when being viewed. Click the link to download Spire.DocViewer 7.5.0: https://www.e-iceblue.com/Download/download-docviewer-for-net-now.html
Spire.OfficeViewer 7.5.0 fixes the issue of page count increase
2022-05-18 06:19:58
We are glad to announce the release of Spire.OfficeViewer 7.5.0. This release fixes the issue that the page count increases when viewing Word documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREOFFICEVIEWER-17 Fixes the issue that the page count increases when viewing Word documents. Click the link to download Spire.OfficeViewer 7.5.0: https://www.e-iceblue.com/Download/download-spire-office-viewer-net.html
Spire.Presentation for Java 7.5.2 supports setting SeriesLines color and chart animation effect by series
2022-05-18 02:35:33
We are happy to announce the release of Spire.Presentation for Java 7.5.2. This release supports setting the color of SeriesLines and the effect of chart animation by series. Additionally, it enhances the conversion from PowerPoint documents to images and PowerPoint documents to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1922 Supports setting the color of SeriesLines. Presentation ppt = new Presentation(); ppt.loadFromFile(inputFile); IChart chart = (IChart) ppt.getSlides().get(1).getShapes().get(3); TextLineFormat seriesLine = chart.getSeriesLine(); seriesLine.setFillType(FillFormatType.SOLID); seriesLine.getFillFormat().getSolidFillColor().setColor(Color.RED); ppt.saveToFile(outputFile, FileFormat.AUTO); ppt.dispose(); New feature SPIREPPT-1938 Supports settings the effect of chart animation…
Spire.XLS 12.5.1 supports centering text via PrstGeomShape class
2022-05-16 03:31:19
We are excited to announce the release of Spire.XLS 12.5.1. This release supports centering text via IPrstGeomShape class. It also enhances the conversion from Excel to PDF, HTML as well as CSV, and optimizes the time and memory used for formatting cell numbers. Moreover, it fixes some known issues such as the issue that the data was not correct when transferring Excel data to a data table. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-3806 IPrstGeomShape Implements the style of centered text. IPrstGeomShape shape = book.Worksheets[0].PrstGeomShapes[0]; shape.TextVerticalAlignment…
Notification of Price Adjustment for E-iceblue Components Products
2022-05-13 04:52:00
As a result of the tireless efforts of our technical staff, our Products have become more powerful and complete. Due to the changes in the market and the continued increase in investment, we need to adjust the Price of E-iceblue Products based on the current market. The new Prices will be valid from July 1, 2022. Below is the list of products that will be affected by the price increase/adjustments: .NET products Spire.Doc for .NET ( price increase ) Spire.XLS for .NET ( price increase ) Spire.PDF for .NET ( price increase ) Spire.Presentation for .NET ( price increase )…
Spire.PDF for Java 5.5.0 enhances the conversion from PDF to image as well as PDF to Word
2022-05-07 09:58:10
We are glad to announce the release of Spire.PDF for Java 5.5.0. This version enhances the conversion from PDF to image as well as PDF to Word. In addition, it fixes some known issues such as that the text format was incorrect after converting Ofd to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-4998 Fixes the issue that the transparent background became white after converting PDF to image. Bug SPIREPDF-5002 Fixes the issue that the application threw "Item has already been added. " when converting PDF to…
Spire.PDF 8.5.0 supports converting OFD to PDF stream
2022-05-07 07:16:54
We are excited to announce the release of Spire.PDF 8.5.0. This version supports converting OFD to PDF stream. Additionally, it fixes some known issues such as the images are black after converting PDF to images and the cell division of the table was incorrect after converting PDF to Excel. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5098 Supports converting OFD to PDF stream. OfdConverter converter = new OfdConverter(inputFile); //Save to stream MemoryStream tempStream = new MemoryStream(); converter.ToPdf(tempStream); Bug SPIREPDF-2502 Fixes the issue that caused black images after…