Package io.goobi.viewer.model.export
Class ExcelExport
java.lang.Object
io.goobi.viewer.model.export.ExcelExport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
org.apache.poi.xssf.streaming.SXSSFWorkbook
setFileName
(String fileName) setWorkbook
(org.apache.poi.xssf.streaming.SXSSFWorkbook workbook) boolean
-
Constructor Details
-
ExcelExport
public ExcelExport()
-
-
Method Details
-
writeToResponse
- Parameters:
os
-- Returns:
- True if successful; false otherwise
-
close
- Throws:
IOException
-
getWorkbook
public org.apache.poi.xssf.streaming.SXSSFWorkbook getWorkbook()- Returns:
- the workbook
-
setWorkbook
- Parameters:
workbook
- the workbook to set- Returns:
- this
-
getFileName
- Returns:
- the fileName
-
setFileName
- Parameters:
fileName
- the fileName to set- Returns:
- this
-