123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?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+3}<#else>3</#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="9"><Data ss:Type="String">广告主Id:${advertiserId!} </Data></Cell>
- </Row>
- <Row>
- <Cell ss:MergeAcross="9"><Data ss:Type="String">开始日期:${startDate!} 结束日期:${endDate!}</Data></Cell>
- </Row>
- <Row>
-
-
- <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 dataList ??>
- <#list dataList as deliverAnalysis>
- <Row>
- <Cell><Data ss:Type="String">${deliverAnalysis.actTime?date!}</Data></Cell>
- <Cell><Data ss:Type="String">${deliverAnalysis.advertiserName!}</Data></Cell>
- <Cell><Data ss:Type="String">${deliverAnalysis.allocate!}</Data></Cell>
- <Cell><Data ss:Type="String">${deliverAnalysis.allocate!}</Data></Cell>
- <Cell><Data ss:Type="String">${deliverAnalysis.allocate!}</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>
- <Worksheet ss:Name="Sheet2">
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
- x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
- </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>
- <ProtectObjects>False</ProtectObjects>
- <ProtectScenarios>False</ProtectScenarios>
- </WorksheetOptions>
- </Worksheet>
- <Worksheet ss:Name="Sheet3">
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
- x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
- </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>
- <ProtectObjects>False</ProtectObjects>
- <ProtectScenarios>False</ProtectScenarios>
- </WorksheetOptions>
- </Worksheet>
- </Workbook>
|