public class DefaultSheetWriter<T> extends AbstractSheetWriter<T>
config, headerWriter, startPoint| Constructor and Description |
|---|
DefaultSheetWriter(Config config) |
DefaultSheetWriter(Config config,
HeaderWriter headerWriter,
CellPosition startPoint) |
| Modifier and Type | Method and Description |
|---|---|
CellPosition |
write(org.apache.poi.ss.usermodel.Sheet sheet,
Collection<T> data) |
canWrite, drawColumn, getStartColumnpublic DefaultSheetWriter(Config config, HeaderWriter headerWriter, CellPosition startPoint)
public DefaultSheetWriter(Config config)
public CellPosition write(org.apache.poi.ss.usermodel.Sheet sheet, Collection<T> data)
write in interface SheetWriter<T>write in class AbstractSheetWriter<T>Copyright © 2019. All rights reserved.