Posted on 2007-11-28 18:13
G_G 閱讀(409)
評論(0) 編輯 收藏 所屬分類:
xml Related
test.xls 中內容 ->
<?xml?version="1.0"?>
<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="xls1">
?<Table>
??<Row>
???<Cell><Data?ss:Type="String">cell?a1</Data></Cell>
???<Cell><Data?ss:Type="String">cell?b2</Data></Cell>
??</Row>
??<Row>
???<Cell><Data?ss:Type="String">cell?a2</Data></Cell>
???<Cell><Data?ss:Type="String">cell?b3</Data></Cell>
??</Row>
?</Table>
</Worksheet>
</Workbook>
展現的樣子->
cell a1 | cell b2 |
cell a2 | cell b3 |