diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-04 16:06:31 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-11-04 16:24:55 +0100 |
commit | c52d1403c3b9874bd1454093e0379e8766679609 (patch) | |
tree | d19c3a5d5d77fc4a67bd275f202a02516a2ddbae /sc/qa/unit/data/xml | |
parent | 6287b17ce78424ce2cc364761c7605e35f3cc80a (diff) |
add test case for rhbz#1390776
Disabled, because the file fails to load for some reason...
Change-Id: Ida79b9de4ff53d76fed86e0495f9479addc228f8
Diffstat (limited to 'sc/qa/unit/data/xml')
-rw-r--r-- | sc/qa/unit/data/xml/rhbz1390776.xml | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/sc/qa/unit/data/xml/rhbz1390776.xml b/sc/qa/unit/data/xml/rhbz1390776.xml new file mode 100644 index 000000000000..141805644a95 --- /dev/null +++ b/sc/qa/unit/data/xml/rhbz1390776.xml @@ -0,0 +1,73 @@ +<?xml version="1.0"?> +<?mso-application progid="Excel.Sheet"?> +<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:ss="urn:schemas-microsoft-com:office:spreadsheet" + xmlns:html="http://www.w3.org/TR/REC-html40"> + <Styles> + <Style ss:ID="Default" ss:Name="Normal"> + <Alignment ss:Vertical="Bottom"/> + </Style> + <Style ss:ID="black"> + <Font ss:Color="#000000" /> + </Style> + <Style ss:ID="red"> + <Font ss:Color="#FF0000" ss:Bold="1"/> + </Style> + <Style ss:ID="blue"> + <Font ss:Color="#0000FF" ss:Bold="1"/> + </Style> + </Styles> + <Worksheet ss:Name="Sheet1"> + <Table ss:ExpandedColumnCount="18" x:FullColumns="1" x:FullRows="1"> + <Column ss:Index="1" ss:AutoFitWidth="0" ss:Width="150"/> + <Column ss:Index="2" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="3" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="4" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="6" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="7" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="8" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="9" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="10" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="11" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="12" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="13" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="14" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="15" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="16" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="17" ss:AutoFitWidth="0" ss:Width="50"/> + <Column ss:Index="18" ss:AutoFitWidth="0" ss:Width="50"/> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + <Row><Cell><Data ss:Type="Number">1</Data></Cell></Row> + + <Row><Cell ss:Formula="=sum(R[-10]C:R[-5]C"><Data ss:Type="Number">10</Data></Cell></Row> + </Table> + </Worksheet> +</Workbook> |