Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Version 4.3.2 beta (Read 2920 times)
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3153
Joined: Oct 19th, 2005
Version 4.3.2 beta
Jan 14th, 2018 at 10:37am
Print Post  
JDiagram version 4.3.2 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.

If anyone is interested in trying the beta version, please download this archive containing updated JAR file:
https://mindfusion.eu/_beta/jdiagram432.zip

Any comments, questions and general feedback are welcome.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint