-----转载: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 name Description
xlAddIn Microsoft Office Excel Add-In.
xlCSV Comma separated value.
xlCSVMac Comma separated value.
xlCSVMSDOS Comma separated value.
xlCSVWindows Comma separated value.
xlDBF2 Dbase 2 format.
xlDBF3 Dbase 3 format.
xlDBF4 Dbase 4 format.
xlDIF Data Interchange format.
xlExcel2 Excel version 2.0.
xlExcel2FarEast Excel version 2.0 far east.
xlExcel3 Excel version 3.0.
xlExcel4 Excel version 4.0.
xlExcel5 Excel version 5.0.
xlExcel7 Excel 95.
xlExcel9795 Excel version 95 and 97.
xlExcel4Workbook Excel version 4.0. Workbook format.
xlIntlAddIn Microsoft Office Excel Add-In international format.
xlIntlMacro Deprecated format.
xlWorkbookNormal Excel workbook format.
xlSYLK Symbolic link format.
xlTemplate Excel template format.
xlCurrentPlatformText Specifies a type of text format
xlTextMac Specifies a type of text format.
xlTextMSDOS Specifies a type of text format.
xlTextPrinter Specifies a type of text format.
xlTextWindows Specifies a type of text format.
xlWJ2WD1 Deprecated format.
xlWK1 Lotus 1-2-3 format.
xlWK1ALL Lotus 1-2-3 format.
xlWK1FMT Lotus 1-2-3 format.
xlWK3 Lotus 1-2-3 format.
xlWK4 Lotus 1-2-3 format.
xlWK3FM3 Lotus 1-2-3 format.
xlWKS Lotus 1-2-3 format.
xlWorks2FarEast Microsoft Works 2.0 format
xlWQ1 Quattro Pro format.
xlWJ3 Deprecated format.
xlWJ3FJ3 Deprecated format.
xlUnicodeText Specifies a type of text format.
xlHtml Web page format.
xlWebArchive MHT format.
xlXMLSpreadsheet Excel Spreadsheet format.
xlExcel12 Excel12
xlOpenXMLWorkbook Open XML Workbook
xlOpenXMLWorkbookMacroEnabled Open XML Workbook Macro Enabled
xlOpenXMLTemplateMacroEnabled Open XML Template Macro Enabled
xlTemplate8 Template 8
xlOpenXMLTemplate Open XML Template
xlAddIn8 Microsoft Excel 97-2003 Add-In
xlOpenXMLAddIn Open XML Add-In
xlExcel8 Excel8
xlOpenDocumentSpreadsheet OpenDocument Spreadsheet
xlWorkbookDefault Workbook default

XlFileFormat的更多相关文章

  1. XlFileFormat Enumeration

    https://msdn.microsoft.com/zh-cn/library/office/ff198017.aspx

  2. Word/Excel 在线预览

    前言 近日项目中做到一个功能,需要上传附件后能够在线预览.之前也没做过这类似的,于是乎就查找了相关资料,.net实现Office文件预览大概有这几种方式: ① 使用Microsoft的Office组件 ...

  3. [Asp.net]常见数据导入Excel,Excel数据导入数据库解决方案,总有一款适合你!

    引言 项目中常用到将数据导入Excel,将Excel中的数据导入数据库的功能,曾经也查找过相关的内容,将曾经用过的方案总结一下. 方案一 NPOI NPOI 是 POI 项目的 .NET 版本.POI ...

  4. [Asp.net]常见word,excel,ppt,pdf在线预览方案,有图有真相,总有一款适合你!

    引言 之前项目需要,查找了office文档在线预览的解决方案,顺便记录一下,方便以后查询. 方案一 直接在浏览器中打开Office文档在页面上的链接.会弹出如下窗口: 优点:主流浏览器都支持. 缺点: ...

  5. C#操作Excel文件

    .Net平台上对Excel进行操作主要有两种方式.第一种,把Excel文件看成一个数据库,通过OleDb的方式进行读取与操作:第二种,调用Excel的COM组件.两种方式各有特点. 注意一些简单的问题 ...

  6. ListView中的数据表格写入Excel中

    SaveFileDialog sfd = new SaveFileDialog(); sfd.DefaultExt = "xls"; sfd.Filter = "Exce ...

  7. Asp.net实现直接在浏览器预览Word、Excel、PDF、Txt文件(附源码)

    功能说明 输入文件路径,在浏览器输出文件预览信息,经测试极速(Chrome).IE9.Firefox通过 分类文件及代码说明  DemoFiles 存放可测试文件 Default.aspx  启动页 ...

  8. .NET导入导出Excel方法总结

    最近,应项目的需求,需要实现Excel的导入导出功能,对于Web架构的Excel导入导出功能,比较传统的实现方式是: 1)导入Excel:将Excel文件上传到服务器的某一文件夹下,然后在服务端完成E ...

  9. 导出Excel

    一.asp.net中导出Execl的方法:在asp.net中导出Execl有两种方法,一种是将导出的文件存放在服务器某个文件夹下面,然后将文件地址输出在浏览器上:一种是将文件直接将文件输出流写给浏览器 ...

随机推荐

  1. WPF会重写Windows GUI的历史吗?

    原文地址:http://tech.it168.com/zx/2007-09-15/200709141320653.shtml 你可能对微软的.NET框架3.0版本的最近的一次更新感到有点奇怪.主版本指 ...

  2. Eclipse中查找接口实现类快捷键

    就是点击某个接口某个方法名字的时候,直接跳到它的某个实现类里面,一般我们习惯对着那个接口的方法按F3,但是这会直接跳到接口类的源码中,那么呵呵,我们换一个ctrl+T 然后自己选择一下实现类就进去了. ...

  3. Iphone6 LightBlue测试BT4GMD-Q25P透传模块

    安装LightBlue后,连接透传模块之后,显示如下: 注意:0xFF01是写通道,0xFF02是读通道 BLE透传模块与PL2303相连,在PC端用串口调试助手显示数据. 一.lightblue向B ...

  4. GNU工具链学习笔记

    GNU工具链学习笔记 1..so为动态链接库,.a为静态连接库.他们在Linux下按照ELF格式存储.ELF有四种文件类型.可重定位文件(Relocatable file,*.o,*.a),包含代码和 ...

  5. Construct Binary Tree from Inorder and Postorder Traversal——LeetCode

    Given inorder and postorder traversal of a tree, construct the binary tree. 题目大意:给定一个二叉树的中序和后续序列,构建出 ...

  6. HttpContext.Current.Cache 和 HttpRuntime.Cache 区别

    原文地址:http://blog.csdn.net/avon520/article/details/4872704 .NET中Cache有两种调用方式:HttpContext.Current.Cach ...

  7. POJ2286 The Rotation Game(IDA*)

    The Rotation Game Time Limit: 15000MS   Memory Limit: 150000K Total Submissions: 5691   Accepted: 19 ...

  8. hdu 1754 线段树模板题

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1754 #include <cstdio> #include <cmath> # ...

  9. Android网络:开发浏览器(一)——基本的浏览网页功能开发

    我们定义这个版本为1.0版本. 首先,因为要制作一个浏览器,那么就不能通过调用内置浏览器来实现网页的浏览功能,但是可以使用WebView组件来进行. 在此之前,我们可以来看看两种网页显示方式:     ...

  10. WebService-通俗讲解

    一.序言 大家或多或少都听过 WebService(Web服务),有一段时间很多计算机期刊.书籍和网站都大肆的提及和宣传WebService技术,其中不乏很多吹嘘和做广告的成 分.但是不得不承认的是W ...