枚举类的使用
com.grapecity.documents.excel.OpenFileFormat
-
com.grapecity.documents.excel中OpenFileFormat的使用
修饰符和类型方法说明final OpenFileFormat
OpenOptionsBase.getFileFormat()
获取文件格式设置。static OpenFileFormat
返回带有指定名称的该类的枚举常量。static OpenFileFormat[]
OpenFileFormat.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
IWorkbook.open
(InputStream fileStream, OpenFileFormat fileFormat) 打开指定的格式文件流。void
IWorkbook.open
(String fileName, OpenFileFormat fileFormat) 打开指定格式的文件。void
Workbook.open
(InputStream fileStream, OpenFileFormat fileFormat) 打开具有指定文件格式的流。void
Workbook.open
(String fileName, OpenFileFormat fileFormat) 打开具有指定文件格式的文件。protected final void
OpenOptionsBase.setFileFormat
(OpenFileFormat value) 设置文件格式设置。