-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cheapest Food and Drink.xml
50 lines (49 loc) · 2.01 KB
/
Cheapest Food and Drink.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<?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">
<Worksheet ss:Name="Table1">
<Table>
<Column ss:Index="1" ss:AutoFitWidth="0" ss:Width="110"/>
<Column ss:Index="2" ss:AutoFitWidth="0" ss:Width="110"/>
<Column ss:Index="3" ss:AutoFitWidth="0" ss:Width="110"/>
<Row>
<Cell><Data ss:Type="String">StoreName</Data></Cell>
<Cell><Data ss:Type="String">Location</Data></Cell>
<Cell><Data ss:Type="String">ItemName</Data></Cell>
<Cell><Data ss:Type="String">MarketPrice</Data></Cell>
<Cell><Data ss:Type="String">LowestPrice</Data></Cell>
</Row>
<Row>
<Cell><Data ss:Type="String">The Piggly Wiggly</Data></Cell>
<Cell><Data ss:Type="String">Ebberon</Data></Cell>
<Cell><Data ss:Type="String">Ale</Data></Cell>
<Cell><Data ss:Type="Number">0.04</Data></Cell>
<Cell><Data ss:Type="Number">0.04</Data></Cell>
</Row>
<Row>
<Cell><Data ss:Type="String">The Piggly Wiggly</Data></Cell>
<Cell><Data ss:Type="String">Ebberon</Data></Cell>
<Cell><Data ss:Type="String">Bread, loaf</Data></Cell>
<Cell><Data ss:Type="Number">0.04</Data></Cell>
<Cell><Data ss:Type="Number">0.04</Data></Cell>
</Row>
<Row>
<Cell><Data ss:Type="String">The Fatted Cafe</Data></Cell>
<Cell><Data ss:Type="String">Ebberon</Data></Cell>
<Cell><Data ss:Type="String">Ale</Data></Cell>
<Cell><Data ss:Type="Number">0.05</Data></Cell>
<Cell><Data ss:Type="Number">0.05</Data></Cell>
</Row>
<Row>
<Cell><Data ss:Type="String">The Fatted Cafe</Data></Cell>
<Cell><Data ss:Type="String">Ebberon</Data></Cell>
<Cell><Data ss:Type="String">Bread, loaf</Data></Cell>
<Cell><Data ss:Type="Number">0.05</Data></Cell>
<Cell><Data ss:Type="Number">0.05</Data></Cell>
</Row> </Table>
</Worksheet>
</Workbook>