Advertisement
Guest User

Untitled

a guest
Jan 16th, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.34 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <?mso-application progid="Excel.Sheet"?>
  3. <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
  4. xmlns:o="urn:schemas-microsoft-com:office:office"
  5. xmlns:x="urn:schemas-microsoft-com:office:excel"
  6. xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
  7. xmlns:html="http://www.w3.org/TR/REC-html40">
  8.  <Styles>
  9.   <Style ss:ID="Default" ss:Name="Normal">
  10.    <Alignment ss:Vertical="Center"/>
  11.    <Borders/>
  12.    <Font ss:FontName="等线" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
  13.    <Interior/>
  14.    <NumberFormat/>
  15.    <Protection/>
  16.   </Style>
  17.   <Style ss:ID="s62">
  18.    <Interior ss:Color="#FFFF00" ss:Pattern="Solid"/>
  19.   </Style>
  20.  </Styles>
  21.  <Worksheet ss:Name="Sheet1">
  22.   <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="6"
  23.   ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25">
  24.    <Row>
  25.     <Cell ss:StyleID="s62"/>
  26.     <Cell ss:StyleID="s62"/>
  27.    </Row>
  28.    <Row>
  29.     <Cell ss:StyleID="s62"/>
  30.     <Cell ss:StyleID="s62"/>
  31.    </Row>
  32.    <Row>
  33.     <Cell ss:StyleID="s62"/>
  34.     <Cell ss:StyleID="s62"/>
  35.    </Row>
  36.    <Row>
  37.     <Cell ss:StyleID="s62"/>
  38.     <Cell ss:StyleID="s62"/>
  39.    </Row>
  40.    <Row>
  41.     <Cell ss:StyleID="s62"/>
  42.     <Cell ss:StyleID="s62"/>
  43.    </Row>
  44.    <Row>
  45.     <Cell ss:StyleID="s62"/>
  46.     <Cell ss:StyleID="s62"/>
  47.    </Row>
  48.   </Table>
  49.  </Worksheet>
  50. </Workbook>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement