View | Details | Raw Unified | Return to bug 58088
Collapse All | Expand All

(-)src/documentation/content/xdocs/related-projects.xml (+10 lines)
Lines 69-74 Link Here
69
              provided as Excel/CSV data. Available under the BSD 2-Clause License. 
69
              provided as Excel/CSV data. Available under the BSD 2-Clause License. 
70
              </p>
70
              </p>
71
              </section>
71
              </section>
72
              <section><title>poi-visio</title>
73
              <p>
74
              <link href="https://github.com/BBN-D/poi-visio">poi-visio</link> 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.
75
              </p>
76
              </section>
77
              <section><title>poi-visio-graph</title>
78
              <p>
79
              <link href="https://github.com/BBN-D/poi-visio-graph">poi-visio-graph</link> 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.
80
              </p>
81
              </section>
72
              <section><title>NPOI</title>
82
              <section><title>NPOI</title>
73
              <p>
83
              <p>
74
              <link href="https://npoi.codeplex.com/">NPOI</link> is a .NET version of Apache POI available under Apache License 2.0.
84
              <link href="https://npoi.codeplex.com/">NPOI</link> is a .NET version of Apache POI available under Apache License 2.0.

Return to bug 58088