<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE map SYSTEM "http://localhost:8080/aopweb/xls.dtd">
<!-- EXAMPLE ONLY!!!	                                            -->
<!-- To include application attributes the names have to be adapted -->
<!-- See AopWeb manual for more informations                        --> 

<!-- colors: aqua, black, blue, blue_grey, bright_green, brown          -->
<!--    dark_blue, dark_green, dark_red, dark_teal, dark_yellow         -->
<!--    gold, green, grey_25_percent, grey_40_percent, grey_50_percent  -->
<!--    grey_80_percent, indigo, lavender, light_blue, light_green      -->
<!--    light_orange, light_turquoise, light_yellow, lime, olive_green  -->
<!--    orange, pale_blue, pink, plum, red, rose, sea_green             -->
<!--    sky_blue, tan, teal, turquoise, violet, white, yellow           -->

<!-- borders: hair, medium, thick, double                    -->

<!-- width/heigth of cells are in 1/20 of pts                -->

<map>

  <!-- cell styles -->
  <style id="hdr" color="aqua" font="bold" border="double red" />
  <style id="hdr2" color="light_yellow" font="bold" border="thick aqua" />

  <style id="data" dataformat="($#,##0_);[Red]($#,##0)" />
  <style id="redcell" color="red" />
  <style id="rownr" font="blue"/>

  <!-- cell style for data cells -->
<!--
  <style id="FLOAT" dataformat="(0,0000);[Red](0,0000)" />
-->
  <style id="FLOAT" dataformat="(0,00E+00)" font="green" />
  <style id="DOUBLE" dataformat="(0,0000E+000)" font="blue" />


  <!-- fonts used -->
  <font id="blue" color="dark_blue" size="10" />
  <font id="green" color="dark_green" />
  <font id="bold" color="gold" size="12" weight="bold" />

  <!-- sheets -->
  <sheet title="MD Test">
    <row height="400">
      <cell style="hdr" width="4000">Umfeld:</cell>
      <cell ref="UmfeldName" style="data" />
    </row>
    <row height="400">
      <cell style="hdr" width="4000">Motornummer:</cell>
      <cell ref="MOTID" style="data" />
    </row>
    <row height="400">
      <cell style="hdr" width="4000">Info:</cell>
      <cell ref="MotInfo" style="data" />
    </row>
    <row height="400">
      <cell style="hdr" width="4000">Versuch:</cell>
      <cell ref="Versuch" style="data" />
    </row>
    <row/>
    <row>
      <cell style="hdr">Durchmesser:</cell>
      <cell ref="d" style="data">24.5</cell>
    </row>
    <row>
      <cell style="hdr">Messbeginn:</cell>
      <cell ref="MessBeginn" style="data"/>
    </row>

    <row>
      <cell style="hdr">Messende:</cell>
      <cell ref="MessEnde" style="data">nicht beendet</cell>
    </row>

    <row  height="100">
      <cell span="6" style="redcell" />
    </row>
    <row>
      <cell style="hdr">Teilmatrix:</cell>
      <cell />
      <!-- width applies to rownr column only -->
      <cell type="matrix" styles="hdr hdr2 rownr" width="800"/>
    </row>
  </sheet>
  <sheet title="Teilmatrix only">
    <row>
      <cell type="matrix" styles="hdr hdr2 rownr" width="800"/>
    </row>
  </sheet>
</map>
