Sha256: 0d48ed0c6ff42a455d54463fb959e056001d62c3318445084b83fcb29996af09

Contents?: true

Size: 906 Bytes

Versions: 5

Compression:

Stored size: 906 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
  <Styles>
    
  </Styles>
  <Worksheet ss:Name="Formula">
    <Table>
      <Row>
        <Cell>
          <Data ss:Type="Number">1</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">2</Data>
        </Cell>
        <Cell ss:Formula="=R1C1+R1C2">
          <Data ss:Type="String"></Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
  <Worksheet ss:Name="Refers to previous sheet">
    <Table>
      <Row>
        <Cell>
          <Data ss:Type="Number">3</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">4</Data>
        </Cell>
        <Cell ss:Formula="=Formula!RC[-2]+RC[-1]">
          <Data ss:Type="Number">6</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
</Workbook>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
osheet-xmlss-1.0.0.rc.3 examples/formula.xls
osheet-xmlss-1.0.0.rc.2 examples/formula.xls
osheet-xmlss-1.0.0.rc.1 examples/formula.xls
osheet-1.0.0.rc.1 examples/formula.xls
osheet-0.10.0 examples/formula.xls