JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Package
icu.easyj.core.constant
Interface FileTypeConstants
public interface
FileTypeConstants
文件类型相关常量
Author:
wangliang181230
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
EXCEL_2003
Excel2003及以前版本的excel文件后缀名
static final
String
EXCEL_2007
Excel2007及以后版本的excel文件后缀名
Field Details
EXCEL_2003
static final
String
EXCEL_2003
Excel2003及以前版本的excel文件后缀名
See Also:
Constant Field Values
EXCEL_2007
static final
String
EXCEL_2007
Excel2007及以后版本的excel文件后缀名
See Also:
Constant Field Values