| Package | Description |
|---|---|
| no.g9.client.spreadsheet |
| Modifier and Type | Method and Description |
|---|---|
static WorkbookProvider.WORKBOOK_FORMAT |
WorkbookProvider.WORKBOOK_FORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkbookProvider.WORKBOOK_FORMAT[] |
WorkbookProvider.WORKBOOK_FORMAT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.Workbook |
G9ExcelExporter.createBook(ObjectSelection os,
File workbook,
WorkbookProvider.WORKBOOK_FORMAT bookFormat)
Creates the workbook in the input file.
|
org.apache.poi.ss.usermodel.Workbook |
G9ExcelExporter.createBook(ObjectSelection os,
OutputStream workbook,
WorkbookProvider.WORKBOOK_FORMAT bookFormat)
Creates the workbook in the input file.
|
org.apache.poi.ss.usermodel.Workbook |
WorkbookProvider.createWorkbook(WorkbookProvider.WORKBOOK_FORMAT bookFormat)
Create a new workbook in the given format.
|
org.apache.poi.ss.usermodel.Workbook |
DefaultWorkbookProvider.createWorkbook(WorkbookProvider.WORKBOOK_FORMAT bookFormat) |
static void |
StandaloneSpreadsheetExporter.generateSpreadsheet(ObjectSelection os,
DialogConstant targetDialog,
WorkbookProvider.WORKBOOK_FORMAT format,
String outputDir)
Generates a spreadsheet based on provided object selection and dialog.
|
Copyright © 2006–2017 Esito AS. All rights reserved.