XlFileFormat

-----转载:http://hi.baidu.com/liu_haitao/item/900ddb38979188c22f8ec26e

18 XlFileFormat.xlAddIn Microsoft   Office   Excel   加载宏(*.xla) 
6 XlFileFormat.xlCSV CSV   (逗号分隔)(*.csv) 
22 XlFileFormat.xlCSVMac 
24 XlFileFormat.xlCSVMSDOS 
23 XlFileFormat.xlCSVWindows 
-4158 XlFileFormat.xlCurrentPlatformText 
7 XlFileFormat.xlDBF2 DBF   2   (dBASE   II)   (*.dbf) 
8 XlFileFormat.xlDBF3 DBF   3   (dBASE   III)   (*.dbf) 
11 XlFileFormat.xlDBF4 DBF   4   (dBASE   IV)   (*.dbf) 
9 XlFileFormat.xlDIF DIF   (数据交换格式)(*.dif) 
16 XlFileFormat.xlExcel2 Microsoft   Excel   2.1   工作表(*.xls) 
27 XlFileFormat.xlExcel2FarEast 
29 XlFileFormat.xlExcel3 Microsoft   Excel   3.0   工作表(*.xls) 
33 XlFileFormat.xlExcel4 Microsoft   Excel   4.0   工作表(*.xls) 
35 XlFileFormat.xlExcel4Workbook Microsoft   Excel   4.0   工作簿(*.xlw) 
39 XlFileFormat.xlExcel5 Micorosoft   Excel   5.0/95   工作薄(*.xls) 
39 XlFileFormat.xlExcel7 Micorosoft   Excel   5.0/95   工作薄(*.xls) 
43 XlFileFormat.xlExcel9795 Microsoft   Excel   97-   Excel   2003   &   5.0/95   工作簿(.*.xls) 
44 XlFileFormat.xlHtml 网页(*.htm;*.html) 
26 XlFileFormat.xlIntlAddIn 
25 XlFileFormat.xlIntlMacro 
2 XlFileFormat.xlSYLK SYLK   (符号链接)(*.slk) 
17 XlFileFormat.xlTemplate 模板(*.xlt) 
19 XlFileFormat.xlTextMac 
21 XlFileFormat.xlTextMSDOS 文本文件(制表符分隔)(*.txt) 
36 XlFileFormat.xlTextPrinter 带格式文本文件(空格分隔)(*.prn) 
20 XlFileFormat.xlTextWindows 
42 XlFileFormat.xlUnicodeText Unicode   文本(*.txt) 
45 XlFileFormat.xlWebArchive 单个文件网页(*.mht;*.mhtml) 
14 XlFileFormat.xlWJ2WD1 WD1   (1-2-3)   (*.wd1) 
40 XlFileFormat.xlWJ3 
41 XlFileFormat.xlWJ3FJ3 
5 XlFileFormat.xlWK1 WK1   (1-2-3)   (*.wk1) 
31 XlFileFormat.xlWK1ALL WK1,ALL   (1-2-3)   (*.wk1) 
30 XlFileFormat.xlWK1FMT WK1,FMT   (1-2-3)   (*.wk1) 
15 XlFileFormat.xlWK3 WK3   (1-2-3)   (*.wk3) 
32 XlFileFormat.xlWK3FM3 WK3,FM3   (1-2-3)   (*.wk3) 
38 XlFileFormat.xlWK4 WK4   (1-2-3)   (*.wk4) 
4 XlFileFormat.xlWKS WKS   (Works)   (*.wks) 
-4143 XlFileFormat.xlWorkbookNormal Microsoft   Office   Excel   工作簿(*.xls) 
28 XlFileFormat.xlWorks2FarEast 
34 XlFileFormat.xlWQ1 WQ1   (Quattro   Pro/DOS)   (*.wq1) 

46 XlFileFormat.xlXMLSpreadsheet XML   表格(*.xml)

 -------------------------------------------------------------------------------------------------------------------------------------------------------

C#
public enum XlFileFormat
  Members

Member nameDescription

xlAddInMicrosoft Office Excel Add-In.

xlCSVComma separated value.

xlCSVMacComma separated value.

xlCSVMSDOSComma separated value.

xlCSVWindowsComma separated value.

xlDBF2Dbase 2 format.

xlDBF3Dbase 3 format.

xlDBF4Dbase 4 format.

xlDIFData Interchange format.

xlExcel2Excel version 2.0.

xlExcel2FarEastExcel version 2.0 far east.

xlExcel3Excel version 3.0.

xlExcel4Excel version 4.0.

xlExcel5Excel version 5.0.

xlExcel7Excel 95.

xlExcel9795Excel version 95 and 97.

xlExcel4WorkbookExcel version 4.0. Workbook format.

xlIntlAddInMicrosoft Office Excel Add-In international format.

xlIntlMacroDeprecated format.

xlWorkbookNormalExcel workbook format.

xlSYLKSymbolic link format.

xlTemplateExcel template format.

xlCurrentPlatformTextSpecifies a type of text format

xlTextMacSpecifies a type of text format.

xlTextMSDOSSpecifies a type of text format.

xlTextPrinterSpecifies a type of text format.

xlTextWindowsSpecifies a type of text format.

xlWJ2WD1Deprecated format.

xlWK1Lotus 1-2-3 format.

xlWK1ALLLotus 1-2-3 format.

xlWK1FMTLotus 1-2-3 format.

xlWK3Lotus 1-2-3 format.

xlWK4Lotus 1-2-3 format.

xlWK3FM3Lotus 1-2-3 format.

xlWKSLotus 1-2-3 format.

xlWorks2FarEastMicrosoft Works 2.0 format

xlWQ1Quattro Pro format.

xlWJ3Deprecated format.

xlWJ3FJ3Deprecated format.

xlUnicodeTextSpecifies a type of text format.

xlHtmlWeb page format.

xlWebArchiveMHT format.

xlXMLSpreadsheetExcel Spreadsheet format.

xlExcel12Excel12

xlOpenXMLWorkbookOpen XML Workbook

xlOpenXMLWorkbookMacroEnabledOpen XML Workbook Macro Enabled

xlOpenXMLTemplateMacroEnabledOpen XML Template Macro Enabled

xlTemplate8Template 8

xlOpenXMLTemplateOpen XML Template

xlAddIn8Microsoft Excel 97-2003 Add-In

xlOpenXMLAddInOpen XML Add-In

xlExcel8Excel8

xlOpenDocumentSpreadsheetOpenDocument Spreadsheet

xlWorkbookDefaultWorkbook default

原文地址:https://www.cnblogs.com/tianma3798/p/3499494.html