123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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">
- <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
- <Author>adnetwork</Author>
- <LastAuthor>adnetwork</LastAuthor>
- <Created>2014-10-15T06:05:44Z</Created>
- <Version>14.00</Version>
- </DocumentProperties>
- <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
- <AllowPNG/>
- </OfficeDocumentSettings>
- <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
- <WindowHeight>5130</WindowHeight>
- <WindowWidth>16155</WindowWidth>
- <WindowTopX>240</WindowTopX>
- <WindowTopY>45</WindowTopY>
- <ProtectStructure>False</ProtectStructure>
- <ProtectWindows>False</ProtectWindows>
- </ExcelWorkbook>
- <Styles>
- <Style ss:ID="Default" ss:Name="Normal">
- <Alignment ss:Vertical="Center"/>
- <Borders/>
- <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
- <Interior/>
- <NumberFormat/>
- <Protection/>
- </Style>
- <Style ss:ID="s63" ss:Name="超链接">
- <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#0000FF"
- ss:Underline="Single"/>
- </Style>
- <Style ss:ID="s65">
- <NumberFormat ss:Format="Short Date"/>
- </Style>
- <Style ss:ID="s66">
- <NumberFormat ss:Format="0%"/>
- </Style>
- </Styles>
- <Worksheet ss:Name="Sheet1">
- <Table ss:ExpandedColumnCount="${column!}" ss:ExpandedRowCount="<#if dataSize??>${dataSize+2}<#else>2</#if>" x:FullColumns="1"
- x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
- <Column ss:AutoFitWidth="0" ss:Width="114"/>
- <Column ss:AutoFitWidth="0" ss:Width="95.25"/>
- <Column ss:AutoFitWidth="0" ss:Width="93" ss:Span="1"/>
- <Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="74.25"/>
- <Column ss:Width="63"/>
- <Row>
- <Cell ss:MergeAcross="6"><Data ss:Type="String">${accountList!} </Data></Cell>
- </Row>
- <Row>
-
- <Cell><Data ss:Type="String">ID</Data></Cell>
- <Cell><Data ss:Type="String">创意 </Data></Cell>
- <Cell><Data ss:Type="String">创意名称 </Data></Cell>
- <Cell><Data ss:Type="String">创意链接</Data></Cell>
- <Cell><Data ss:Type="String">尺寸</Data></Cell>
- <Cell><Data ss:Type="String">状态</Data></Cell>
- <Cell><Data ss:Type="String">最后更新时间</Data></Cell>
- </Row>
- <#if bannerList ??>
- <#list bannerList as banner>
- <Row>
-
- <Cell><Data ss:Type="String">${banner.id!}</Data></Cell>
- <Cell><Data ss:Type="String">image</Data></Cell>
- <Cell><Data ss:Type="String">${banner.bannerTemplate.name!}</Data></Cell>
- <Cell><Data ss:Type="String">${banner.visitAddress!}</Data></Cell>
- <Cell><Data ss:Type="String">${banner.bannerTemplate.width!}x${banner.bannerTemplate.height!}</Data></Cell>
- <Cell><Data ss:Type="String"><#if banner.checked==0>未审核<#else>已审核</#if></Data></Cell>
- <Cell><Data ss:Type="String">${banner.updated?datetime}</Data></Cell>
- </Row>
- </#list>
- </#if>
- </Table>
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
- <PageSetup>
- <Header x:Margin="0.3"/>
- <Footer x:Margin="0.3"/>
- <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
- </PageSetup>
- <Selected/>
- <Panes>
- <Pane>
- <Number>3</Number>
- <ActiveRow>7</ActiveRow>
- <ActiveCol>8</ActiveCol>
- </Pane>
- </Panes>
- <ProtectObjects>False</ProtectObjects>
- <ProtectScenarios>False</ProtectScenarios>
- </WorksheetOptions>
- </Worksheet>
- </Workbook>
|