| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
OpenFileFormat |
OpenOptionsBase.getFileFormat()
Get the file format setting.
|
static OpenFileFormat |
OpenFileFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenFileFormat[] |
OpenFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workbook.open(java.io.InputStream fileStream,
OpenFileFormat fileFormat)
Opens the stream with specified file format.
|
void |
Workbook.open(java.io.InputStream fileStream,
OpenFileFormat fileFormat)
Opens the stream with specified file format.
|
void |
IWorkbook.open(java.io.InputStream fileStream,
OpenFileFormat fileFormat)
Opens the specified format file stream.
|
void |
Workbook.open(java.lang.String fileName,
OpenFileFormat fileFormat)
Opens the file with specified file format.
|
void |
Workbook.open(java.lang.String fileName,
OpenFileFormat fileFormat)
Opens the file with specified file format.
|
void |
IWorkbook.open(java.lang.String fileName,
OpenFileFormat fileFormat)
Opens the specified format file.
|