类的使用
com.grapecity.documents.excel.OpenOptionsBase
-
com.grapecity.documents.excel中OpenOptionsBase的使用
修饰符和类型类说明class
Option class for opening csv file.class
Option class for opening xlsm file.class
Option class for opening xlsx file.class
Option class for opening xltx file.修饰符和类型方法说明void
IWorkbook.open
(InputStream fileStream, OpenOptionsBase options) Opens the stream with specified options, the open options can be XlsxOpenOptions, CsvOpenOptions.void
IWorkbook.open
(String fileName, OpenOptionsBase options) Opens the file with specified options, the open options can be XlsxOpenOptions, CSVOpenOptions.void
Workbook.open
(InputStream fileStream, OpenOptionsBase options) Opens the stream with specified options, the open options can be XlsxOpenOptions, CsvOpenOptions.void
Workbook.open
(String fileName, OpenOptionsBase options) Opens the file with specified options, the open options can be XlsxOpenOptions, CsvOpenOptions.