allocateReport.ftl 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  9. <Author>adnetwork</Author>
  10. <LastAuthor>adnetwork</LastAuthor>
  11. <Created>2014-10-15T06:05:44Z</Created>
  12. <Version>14.00</Version>
  13. </DocumentProperties>
  14. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  15. <AllowPNG/>
  16. </OfficeDocumentSettings>
  17. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  18. <WindowHeight>5130</WindowHeight>
  19. <WindowWidth>16155</WindowWidth>
  20. <WindowTopX>240</WindowTopX>
  21. <WindowTopY>45</WindowTopY>
  22. <ProtectStructure>False</ProtectStructure>
  23. <ProtectWindows>False</ProtectWindows>
  24. </ExcelWorkbook>
  25. <Styles>
  26. <Style ss:ID="Default" ss:Name="Normal">
  27. <Alignment ss:Vertical="Center"/>
  28. <Borders/>
  29. <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
  30. <Interior/>
  31. <NumberFormat/>
  32. <Protection/>
  33. </Style>
  34. <Style ss:ID="s63" ss:Name="超链接">
  35. <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#0000FF"
  36. ss:Underline="Single"/>
  37. </Style>
  38. <Style ss:ID="s65">
  39. <NumberFormat ss:Format="Short Date"/>
  40. </Style>
  41. <Style ss:ID="s66">
  42. <NumberFormat ss:Format="0%"/>
  43. </Style>
  44. </Styles>
  45. <Worksheet ss:Name="Sheet1">
  46. <Table ss:ExpandedColumnCount="${column!}" ss:ExpandedRowCount="<#if dataSize??>${dataSize+3}<#else>3</#if>" x:FullColumns="1"
  47. x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
  48. <Column ss:AutoFitWidth="0" ss:Width="114"/>
  49. <Column ss:AutoFitWidth="0" ss:Width="95.25"/>
  50. <Column ss:AutoFitWidth="0" ss:Width="93" ss:Span="1"/>
  51. <Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="74.25"/>
  52. <Column ss:Width="63"/>
  53. <Row>
  54. <Cell ss:MergeAcross="9"><Data ss:Type="String">广告主Id:${advertiserId!} </Data></Cell>
  55. </Row>
  56. <Row>
  57. <Cell ss:MergeAcross="9"><Data ss:Type="String">开始日期:${startDate!} 结束日期:${endDate!}</Data></Cell>
  58. </Row>
  59. <Row>
  60. <Cell><Data ss:Type="String">时间(日期)</Data></Cell>
  61. <Cell><Data ss:Type="String">广告主名称</Data></Cell>
  62. <Cell><Data ss:Type="String">分配金额</Data></Cell>
  63. <Cell><Data ss:Type="String">消耗信用额度</Data></Cell>
  64. <Cell><Data ss:Type="String">可用信用额度</Data></Cell>
  65. </Row>
  66. <#if dataList ??>
  67. <#list dataList as deliverAnalysis>
  68. <Row>
  69. <Cell><Data ss:Type="String">${deliverAnalysis.actTime?date!}</Data></Cell>
  70. <Cell><Data ss:Type="String">${deliverAnalysis.advertiserName!}</Data></Cell>
  71. <Cell><Data ss:Type="String">${deliverAnalysis.allocate!}</Data></Cell>
  72. <Cell><Data ss:Type="String">${deliverAnalysis.allocate!}</Data></Cell>
  73. <Cell><Data ss:Type="String">${deliverAnalysis.allocate!}</Data></Cell>
  74. </Row>
  75. </#list>
  76. </#if>
  77. </Table>
  78. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  79. <PageSetup>
  80. <Header x:Margin="0.3"/>
  81. <Footer x:Margin="0.3"/>
  82. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  83. </PageSetup>
  84. <Selected/>
  85. <Panes>
  86. <Pane>
  87. <Number>3</Number>
  88. <ActiveRow>7</ActiveRow>
  89. <ActiveCol>8</ActiveCol>
  90. </Pane>
  91. </Panes>
  92. <ProtectObjects>False</ProtectObjects>
  93. <ProtectScenarios>False</ProtectScenarios>
  94. </WorksheetOptions>
  95. </Worksheet>
  96. <Worksheet ss:Name="Sheet2">
  97. <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
  98. x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
  99. </Table>
  100. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  101. <PageSetup>
  102. <Header x:Margin="0.3"/>
  103. <Footer x:Margin="0.3"/>
  104. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  105. </PageSetup>
  106. <ProtectObjects>False</ProtectObjects>
  107. <ProtectScenarios>False</ProtectScenarios>
  108. </WorksheetOptions>
  109. </Worksheet>
  110. <Worksheet ss:Name="Sheet3">
  111. <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1"
  112. x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
  113. </Table>
  114. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  115. <PageSetup>
  116. <Header x:Margin="0.3"/>
  117. <Footer x:Margin="0.3"/>
  118. <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
  119. </PageSetup>
  120. <ProtectObjects>False</ProtectObjects>
  121. <ProtectScenarios>False</ProtectScenarios>
  122. </WorksheetOptions>
  123. </Worksheet>
  124. </Workbook>