Index: src/documentation/content/xdocs/related-projects.xml =================================================================== --- src/documentation/content/xdocs/related-projects.xml (revision 1688546) +++ src/documentation/content/xdocs/related-projects.xml (working copy) @@ -69,6 +69,16 @@ provided as Excel/CSV data. Available under the BSD 2-Clause License.

+
poi-visio +

+ poi-visio is a Java library that loads Visio OOXML (vsdx) files and creates an in memory data structure that allows full access to the contents of the document. There is built-in support for easily traversing the content of the document in a structured way, and can render pages to simplified PNG files, or other backends supported by Java AWT. Currently the library only operates in read-only mode, but its design does not exclude being able to modify existing documents or creating new documents. +

+
+
poi-visio-graph +

+ poi-visio-graph is a Java library that loads Visio OOXML (vsdx) files using the poi-visio library and creates an in-memory graph structure from the objects present on the page. Not only does it utilize user-specified connection points, but it performs analysis to infer logical visual connection points between the objects on each page. One possible use of this library is to create a Network diagram from a Visio document. +

+
NPOI

NPOI is a .NET version of Apache POI available under Apache License 2.0.