| Package | Description |
|---|---|
| com.helger.photon.exchange.bulkexport | |
| com.helger.photon.exchange.bulkexport.format |
| Modifier and Type | Method and Description |
|---|---|
static EExportRecordType |
EExportRecordType.getFromIDOrNull(String sID) |
static EExportRecordType |
EExportRecordType.getFromIDOrNull(String sID) |
static EExportRecordType |
EExportRecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EExportRecordType |
EExportRecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EExportRecordType[] |
EExportRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static EExportRecordType[] |
EExportRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExporterExcel.onAddCell(com.helger.poi.excel.WorkbookCreationHelper aWBCH,
EExportRecordType eRecordType,
org.apache.poi.ss.usermodel.Cell aCell,
int nCellIndex,
EExportDataType eBaseType)
Callback when a new row is created.
|
protected void |
ExporterExcel.onAddCell(com.helger.poi.excel.WorkbookCreationHelper aWBCH,
EExportRecordType eRecordType,
org.apache.poi.ss.usermodel.Cell aCell,
int nCellIndex,
EExportDataType eBaseType)
Callback when a new row is created.
|
protected void |
ExporterExcel.onAddRow(com.helger.poi.excel.WorkbookCreationHelper aWBCH,
EExportRecordType eRecordType,
org.apache.poi.ss.usermodel.Row aRow,
int nRowIndex)
Callback when a new row is created.
|
protected void |
ExporterExcel.onAddRow(com.helger.poi.excel.WorkbookCreationHelper aWBCH,
EExportRecordType eRecordType,
org.apache.poi.ss.usermodel.Row aRow,
int nRowIndex)
Callback when a new row is created.
|
Copyright © 2014–2021 Philip Helger. All rights reserved.