I want to generate visio diagram in java with apache poi. I have some search and can not find any good example for do this. I want to create uml diagram and export this diagram to a visio file. What is the best solution for this reason ?
Asked
Active
Viewed 465 times
1
-
2According to [their official website](http://poi.apache.org/components/diagram/), I would say that it is not possible – XtremeBaumer Aug 30 '18 at 08:07
-
You could maybe bounce off some .net code, but that might be a bit too much effort: https://stackoverflow.com/questions/2258882/generate-visio-diagram-on-the-fly-with-net – Davesoft Aug 30 '18 at 08:10