public class SheetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Map<String,CellValue<?>>> |
data |
protected String[] |
headers |
protected String |
name |
| Constructor and Description |
|---|
SheetDefinition(List<Map<String,CellValue<?>>> data,
String name,
String[] headers) |
SheetDefinition(String name,
List<Map<String,Object>> data,
String[] headers) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Map<String,Object>> |
convertCellToObject() |
protected List<Map<String,CellValue<?>>> |
convertObjectToCell(List<Map<String,Object>> source) |
List<Map<String,Object>> |
getData() |
String[] |
getHeaders() |
List<Map<String,CellValue<?>>> |
getImportCellData() |
String |
getName() |
Copyright © 2017 Suncode. All rights reserved.