public class BeanXLSWriter<E> extends Object implements Closeable
| Constructor and Description |
|---|
BeanXLSWriter(OutputStream out,
String sheetName) |
BeanXLSWriter(OutputStream out,
String sheetName,
List<PropFormat> beanProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(PropFormat property) |
void |
close() |
void |
save(E bean) |
String |
toString() |
public BeanXLSWriter(OutputStream out, String sheetName)
public BeanXLSWriter(OutputStream out, String sheetName, List<PropFormat> beanProperties)
public void addProperty(PropFormat property)
public void save(E bean)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2006–2016 Volker Bergmann. All rights reserved.