public interface ExcelWriter
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> ExcelWriter |
write(String sheetName,
SheetWriter<T> sheetWriter,
Collection<T> collection) |
<T> ExcelWriter write(String sheetName, SheetWriter<T> sheetWriter, Collection<T> collection)
void close()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.