Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for Java Swing, V4.3.2 (Read 3215 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 689
Joined: Apr 6th, 2003
Diagramming for Java Swing, V4.3.2
Mar 28th, 2018 at 3:41pm
Print Post  
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
Select All
ExcelExporter ex = new ExcelExporter();
ex.setTemplatePath(
    templatesFolder + "/ExcelTemplate.xlt");
ex.export(diagram, fileChooser.getSelectedFile().getAbsolutePath()); 



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!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint