-1

I created entity relationship diagram in Microsoft Visio. Now I want to read the .vsd file contents in Java class.

Is there any Java utility available which can help in reading .vsd file ER diagrams?

dur
  • 13,039
  • 20
  • 66
  • 96
Ashu Phaugat
  • 577
  • 8
  • 21

1 Answers1

1

You can use Apache POI for that

Shem
  • 520
  • 2
  • 10