logReport.ftl 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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">修改记录:${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">登录IP</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.operTime?datetime}</Data></Cell>
  70. <Cell><Data ss:Type="String">${deliverAnalysis.accountName!}</Data></Cell>
  71. <Cell><Data ss:Type="String">${deliverAnalysis.userIp!}</Data></Cell>
  72. <Cell><Data ss:Type="String">${deliverAnalysis.actionType!}</Data></Cell>
  73. <Cell><Data ss:Type="String">${deliverAnalysis.action!}</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. </Workbook>