public class ExcelXExporter extends ExcelExporter
Exporter.ColumnType
Constructor and Description |
---|
ExcelXExporter() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyCellOptions(org.apache.poi.ss.usermodel.Workbook wb,
ExporterOptions options,
org.apache.poi.ss.usermodel.CellStyle cellStyle) |
protected void |
applyFacetOptions(org.apache.poi.ss.usermodel.Workbook wb,
ExporterOptions options,
org.apache.poi.ss.usermodel.CellStyle facetStyle) |
protected org.apache.poi.ss.usermodel.RichTextString |
createRichTextString(String value) |
protected org.apache.poi.ss.usermodel.Workbook |
createWorkBook() |
protected String |
getContentDisposition(String filename) |
protected String |
getContentType() |
addColumnFacets, addColumnValue, addColumnValue, addColumnValue, applyOptions, createSheet, export, export, export, exportCells, exportTable, writeExcelToResponse
exportAll, exportColumnByFunction, exportPageOnly, exportRow, exportRow, exportSelectionOnly, exportValue, getColumnsToExport, getSheetName, hasColumnFooter, postRowExport, preRowExport
protected org.apache.poi.ss.usermodel.Workbook createWorkBook()
createWorkBook
in class ExcelExporter
protected org.apache.poi.ss.usermodel.RichTextString createRichTextString(String value)
createRichTextString
in class ExcelExporter
protected String getContentType()
getContentType
in class ExcelExporter
protected String getContentDisposition(String filename)
getContentDisposition
in class ExcelExporter
protected void applyFacetOptions(org.apache.poi.ss.usermodel.Workbook wb, ExporterOptions options, org.apache.poi.ss.usermodel.CellStyle facetStyle)
applyFacetOptions
in class ExcelExporter
protected void applyCellOptions(org.apache.poi.ss.usermodel.Workbook wb, ExporterOptions options, org.apache.poi.ss.usermodel.CellStyle cellStyle)
applyCellOptions
in class ExcelExporter
Copyright © 2019. All rights reserved.