excel.ftlx
6.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<?xml version="1.0"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Created>2006-09-13T11:21:51Z</Created>
<LastSaved>2019-12-10T11:16:17Z</LastSaved>
<Version>15.0</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<AllowPNG/>
<RemovePersonalInformation/>
<PixelsPerInch>96</PixelsPerInch>
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>11640</WindowHeight>
<WindowWidth>19200</WindowWidth>
<WindowTopX>9260</WindowTopX>
<WindowTopY>1380</WindowTopY>
<TabRatio>600</TabRatio>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Center"/>
<Borders/>
<Font ss:Color="#000000" ss:FontName="DengXian" ss:Size="11" x:CharSet="134"/>
<Interior/>
<NumberFormat/>
<Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Sheet1">
<Table ss:DefaultColumnWidth="53" ss:DefaultRowHeight="15" ss:ExpandedColumnCount="12" x:FullColumns="1" x:FullRows="1">
<Column ss:AutoFitWidth="0" ss:Index="2" ss:Span="1" ss:Width="45"/>
<Column ss:Index="8" ss:Width="66"/>
<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>
<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>
<Cell>
<Data ss:Type="String">处分情况</Data>
</Cell>
</Row>
<#list personList as person>
<Row>
<Cell>
<Data ss:Type="String">${person_index}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.xingMing}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.chuShengNianYue}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.xingBie}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.minZu}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.jiGuan}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.xianRenZhiWu}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.quanRiZhiJiaoYu_XueLi}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.quanRiZhiJiaoYu_XueWei}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.zaiZhiJiaoYu_XueLi}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.zaiZhiJiaoYu_XueWei}</Data>
</Cell>
<Cell>
<Data ss:Type="String">${person.renMianLiYou}</Data>
</Cell>
</Row>
</#list>
</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>
<Print>
<ValidPrinterInfo/>
<PaperSizeIndex>9</PaperSizeIndex>
<HorizontalResolution>200</HorizontalResolution>
<VerticalResolution>200</VerticalResolution>
</Print>
<PageLayoutZoom>0</PageLayoutZoom>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>8</ActiveRow>
<ActiveCol>8</ActiveCol>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet2">
<Table ss:DefaultColumnWidth="53" ss:DefaultRowHeight="15" ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1" x:FullRows="1"/>
<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>
<Print>
<ValidPrinterInfo/>
<PaperSizeIndex>9</PaperSizeIndex>
<HorizontalResolution>200</HorizontalResolution>
<VerticalResolution>200</VerticalResolution>
</Print>
<PageLayoutZoom>0</PageLayoutZoom>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
<Worksheet ss:Name="Sheet3">
<Table ss:DefaultColumnWidth="53" ss:DefaultRowHeight="15" ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1" x:FullRows="1"/>
<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>
<Print>
<ValidPrinterInfo/>
<PaperSizeIndex>9</PaperSizeIndex>
<HorizontalResolution>200</HorizontalResolution>
<VerticalResolution>200</VerticalResolution>
</Print>
<PageLayoutZoom>0</PageLayoutZoom>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>