1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
- <Application>Microsoft Excel</Application>
- <DocSecurity>0</DocSecurity>
- <ScaleCrop>false</ScaleCrop>
- <HeadingPairs>
- <vt:vector size="2" baseType="variant">
- <vt:variant>
- <vt:lpstr>工作表</vt:lpstr>
- </vt:variant>
- <vt:variant>
- <vt:i4>1</vt:i4>
- </vt:variant>
- </vt:vector>
- </HeadingPairs>
- <TitlesOfParts>
- <vt:vector size="1" baseType="lpstr">
- <vt:lpstr>第1页</vt:lpstr>
- </vt:vector>
- </TitlesOfParts>
- <Company>OOCL</Company>
- <LinksUpToDate>false</LinksUpToDate>
- <SharedDoc>false</SharedDoc>
- <HyperlinksChanged>false</HyperlinksChanged>
- <AppVersion>12.0000</AppVersion>
- </Properties>
|