<?xml version="1.0" encoding="UTF-8"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
  <Styles>
    <Style ss:ID="Default" ss:Name="Normal">
      <Alignment ss:Vertical="Bottom"/>
      <Borders/>
      <Font ss:FontName="Verdana"/>
      <Interior/>
      <NumberFormat/>
      <Protection/>
    </Style>
    <Style ss:ID="s25">
      <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
      <Font ss:FontName="Verdana" ss:Bold="1"/>
    </Style>
  </Styles>
  <Worksheet ss:Name="Asesmen Nasional">
    <Table ss:DefaultColumnWidth="100" ss:DefaultRowHeight="15">
      <Row>
        <Cell ss:StyleID="s25" ss:MergeAcross="1">
          <Data ss:Type="String">Asesmen Nasional</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Point</Data>
        </Cell>
        <Cell>
          <Data ss:Type="String">Votes</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
  <Worksheet ss:Name="Ujian Nasional">
    <Table ss:DefaultColumnWidth="100" ss:DefaultRowHeight="15">
      <Row>
        <Cell ss:StyleID="s25" ss:MergeAcross="1">
          <Data ss:Type="String">Ujian Nasional</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Point</Data>
        </Cell>
        <Cell>
          <Data ss:Type="String">Votes</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Up</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">0</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
</Workbook>
