Difference between revisions of "SimpleGraph-Excel"

From BITPlan Wiki
Jump to navigation Jump to search
Line 59: Line 59:
 
   note on link: 4
 
   note on link: 4
 
</uml>
 
</uml>
 +
== AirRoutes ==
 +
<uml>
 +
  hide circle
 +
  package AirRoutes {
 +
  note top of airport: 3374
 +
  class airport { 
 +
    code
 +
    longest
 +
    city
 +
    elev
 +
    icao
 +
    lon
 +
    type
 +
    region
 +
    runways
 +
    lat
 +
    desc
 +
    country
 +
  }
 +
  note top of version: 1
 +
  class version { 
 +
    code
 +
    type
 +
    desc
 +
  }
 +
  note top of country: 237
 +
  class country { 
 +
    desc
 +
    code
 +
    type
 +
  }
 +
  note top of continent: 7
 +
  class continent { 
 +
    code
 +
    type
 +
    desc
 +
  }
 +
  }
 +
 +
  airport --> airport: route
 +
  note on link: 43400
 +
 +
  continent --> airport: contains
 +
  note on link: 6748
 +
</uml>
 +
 
== Railway ==
 
== Railway ==
 
<uml>
 
<uml>

Revision as of 10:54, 31 August 2018

SimpleGraphModule

Microsoft Excel 2013-2019 logo.svg

SimpleGraph Excel module

The SimpleGraph Excel module makes Microsoft Excel workbooks accessible via the Apache POI API see Apache POI XSSF/HSSF.

Sources

Mental Model

Examples

Modern

AirRoutes

Railway

Links