The MindFusion Forums
Flow Diagramming Components >> News >> Diagramming for Java Swing, V4.3.2
https://mindfusion.eu/Forum/YaBB.pl?num=1522251661

Message started by Forum Admin on Mar 28th, 2018 at 3:41pm

Title: Diagramming for Java Swing, V4.3.2
Post by Forum Admin on Mar 28th, 2018 at 3:41pm
We have released version 4.3.2 of JDiagram. It contains the following new features and improvements:

Export Excel files
The ExcelExporter class from com.mindfusion.diagramming.export package exports diagrams to Excel Open XML format (XSLX). Diagrams are exported as Excel AutoShapes drawings. The export() overload that takes a DiagramDocument parameter creates a sheet for each DiagramPage in the document. The export(Diagram) overload creates a single Excel sheet.

[code]
ExcelExporter ex = new ExcelExporter();
ex.setTemplatePath(
    templatesFolder + "/ExcelTemplate.xlt");
ex.export(diagram, fileChooser.getSelectedFile().getAbsolutePath());[/code]

Miscellaneous
Improved back-buffer allocation code. The memory footprint of the diagram should now be much lower and drawing should be slightly faster.

Installer for the latest version can be downloaded here, or from the clients area on our site.
https://www.mindfusion.eu/JDiagramTrial.zip
    
Enjoy!

The MindFusion Forums » Powered by YaBB 2.6.11!
YaBB Forum Software © 2000-2024. All Rights Reserved.