public abstract class XLSXWriter extends Object
| Constructor and Description |
|---|
XLSXWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeWorkbook()
Closes the workbook and cleans up all the used resources.
|
protected org.apache.poi.xssf.usermodel.XSSFWorkbook |
createWorkbook(File output,
boolean add)
This method lets you create the workbook.
|
protected org.apache.poi.xssf.usermodel.XSSFWorkbook createWorkbook(File output, boolean add) throws IOException
output - The output file.add - Set this parameter to tell the writer if you want to append
the content to an existing file or if you want to create a
completely new file.IOException - The Exception is thrown if an error occurs.protected void closeWorkbook()
throws IOException
IOException - The Exception is thrown if an error occurs.Copyright © 2016 MuK Projects. All rights reserved.