温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:仿Google查询并导出Excel源码
当前文件:
GoogleWebExcel/Web/Bin/ExcelMode.xml[1K,2009-6-12 11:43:28],打开代码结构图
GoogleWebExcel/Web/Bin/ExcelMode.xml[1K,2009-6-12 11:43:28],打开代码结构图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
<Created>1996-12-17T01:32:42Z</Created> 10
<LastSaved>2000-11-18T06:53:49Z</LastSaved> 11
<Version>11.6568</Version> 12
</DocumentProperties> 13
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office"> 14
<RemovePersonalInformation/> 15
</OfficeDocumentSettings> 16
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> 17
<WindowHeight>4530</WindowHeight> 18
<WindowWidth>8505</WindowWidth> 19
<WindowTopX>480</WindowTopX> 20
<WindowTopY>120</WindowTopY> 21
<AcceptLabelsInFormulas/> 22
<ProtectStructure>False</ProtectStructure> 23
<ProtectWindows>False</ProtectWindows> 24
</ExcelWorkbook> 25
<Styles> 26
<Style ss:ID="Default" ss:Name="Normal"> 27
<Alignment ss:Vertical="Bottom"/> 28
<Borders/> 29
<Font ss:FontName="瀹嬩綋" x:CharSet="134" ss:Size="12"/> 30
<Interior/> 31
<NumberFormat/> 32
<Protection/> 33
</Style> 34
</Styles> 35
<Worksheet ss:Name="Sheet1"> 36
</Worksheet> 37
</Workbook> 38



