| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
SaveFileFormat |
SaveOptionsBase.getFileFormat()
Get the file format setting.
|
static SaveFileFormat |
SaveFileFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SaveFileFormat[] |
SaveFileFormat.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.save(java.io.OutputStream fileStream,
SaveFileFormat fileFormat)
Saves workbook to stream with specified file format.
|
void |
Workbook.save(java.io.OutputStream fileStream,
SaveFileFormat fileFormat)
Saves workbook to stream with specified file format.
|
void |
IWorkbook.save(java.io.OutputStream fileStream,
SaveFileFormat fileFormat)
Saves the specified format file stream.
|
void |
IWorksheet.save(java.io.OutputStream fileStream,
SaveFileFormat fileFormat)
Saves current worksheet to the specified format file stream.
|
void |
Workbook.save(java.lang.String fileName,
SaveFileFormat fileFormat)
Saves workbook to file with specified file format.
|
void |
Workbook.save(java.lang.String fileName,
SaveFileFormat fileFormat)
Saves workbook to file with specified file format.
|
void |
IWorkbook.save(java.lang.String fileName,
SaveFileFormat fileFormat)
Saves the specified format file.
|
void |
IWorksheet.save(java.lang.String fileName,
SaveFileFormat fileFormat)
Saves current worksheet to the specified format file.
|