| Package | Description |
|---|---|
| org.beangle.commons.transfer.excel | |
| org.beangle.commons.transfer.exporter |
| Modifier and Type | Method and Description |
|---|---|
<T> org.apache.poi.hssf.usermodel.HSSFWorkbook |
ExcelTools.object2Excel(Collection<T> list,
String propertyKeys,
String propertyShowKeys,
PropertyExtractor exporter)
List数据集导出生成Excel文件
|
<T> org.apache.poi.hssf.usermodel.HSSFWorkbook |
ExcelTools.object2Excel(org.apache.poi.hssf.usermodel.HSSFWorkbook wb,
String sheetName,
Collection<T> list,
String propertyKeys,
String propertyShowKeys,
PropertyExtractor exporter)
将数据导出excel指定名称的数据页�?.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertyExtractor
缺省和简单的属性提取类
|
| Modifier and Type | Field and Description |
|---|---|
protected PropertyExtractor |
MultiEntityExporter.propertyExtractor
属性提取器
|
protected PropertyExtractor |
SimpleEntityExporter.propertyExtractor
属性提取器
|
| Modifier and Type | Method and Description |
|---|---|
PropertyExtractor |
MultiEntityExporter.getPropertyExtractor()
Getter for the field
propertyExtractor. |
PropertyExtractor |
SimpleEntityExporter.getPropertyExtractor()
Getter for the field
propertyExtractor. |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiEntityExporter.setPropertyExtractor(PropertyExtractor propertyExporter)
Setter for the field
propertyExtractor. |
void |
SimpleEntityExporter.setPropertyExtractor(PropertyExtractor propertyExporter)
Setter for the field
propertyExtractor. |
Copyright © 2005–2018 The Beangle Software. All rights reserved.