| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvOpenOptions
Option class for opening csv file.
|
class |
XlsmOpenOptions
Option class for opening xlsm file.
|
class |
XlsxOpenOptions
Option class for opening xlsx file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workbook.open(java.io.InputStream fileStream,
OpenOptionsBase options)
Opens the stream with specified options, the open options can be
XlsxOpenOptions, CsvOpenOptions.
|
void |
Workbook.open(java.io.InputStream fileStream,
OpenOptionsBase options)
Opens the stream with specified options, the open options can be
XlsxOpenOptions, CsvOpenOptions.
|
void |
IWorkbook.open(java.io.InputStream fileStream,
OpenOptionsBase options)
Opens the stream with specified options, the open options can be
XlsxOpenOptions, CsvOpenOptions.
|
void |
Workbook.open(java.lang.String fileName,
OpenOptionsBase options)
Opens the file with specified options, the open options can be
XlsxOpenOptions, CsvOpenOptions.
|
void |
Workbook.open(java.lang.String fileName,
OpenOptionsBase options)
Opens the file with specified options, the open options can be
XlsxOpenOptions, CsvOpenOptions.
|
void |
IWorkbook.open(java.lang.String fileName,
OpenOptionsBase options)
Opens the file with specified options, the open options can be
XlsxOpenOptions, CSVOpenOptions.
|