public class DataTableExporter extends AbstractOpenlTableExporter<DataModel>
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_SHEET |
static String |
DATA_TABLE_NAME |
static String |
DATA_TYPE_NAME |
static String |
KEYWORD |
static int |
ROWS_COUNT |
DEFAULT_MARGIN, DEFAULT_STRING_VALUE, TOP_LEFT_POSITION| Constructor and Description |
|---|
DataTableExporter() |
| Modifier and Type | Method and Description |
|---|---|
protected Cursor |
exportTable(DataModel model,
Cursor startPosition,
TableStyle defaultStyle,
org.apache.poi.ss.usermodel.Sheet sheet) |
protected void |
exportTables(Collection<DataModel> models,
org.apache.poi.ss.usermodel.Sheet sheet) |
protected String |
getExcelSheetName() |
addMergedHeader, export, getStartPosition, getTableStyle, nextFreePosition, setTableStylepublic static final String DATA_SHEET
public static final String DATA_TYPE_NAME
public static final String DATA_TABLE_NAME
public static final int ROWS_COUNT
public static final String KEYWORD
protected void exportTables(Collection<DataModel> models, org.apache.poi.ss.usermodel.Sheet sheet)
exportTables in class AbstractOpenlTableExporter<DataModel>protected Cursor exportTable(DataModel model, Cursor startPosition, TableStyle defaultStyle, org.apache.poi.ss.usermodel.Sheet sheet)
exportTable in class AbstractOpenlTableExporter<DataModel>protected String getExcelSheetName()
getExcelSheetName in class AbstractOpenlTableExporter<DataModel>Copyright © 2004–2021 OpenL Tablets. All rights reserved.