public class OOXMLDataExporter extends AbstractExcelDataExporter
IDataExporter which exports data in the Microsoft Excel 2007/2010 format, also known as the Office Open XML
Spreadsheet format (xlsx).| Constructor and Description |
|---|
OOXMLDataExporter()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.poi.ss.usermodel.Workbook |
createWorkbook()
Returns a new
XSSFWorkbook. |
exportData, populateCell, populateHeaderCellgetContentType, getDataFormatNameModel, getFileNameExtension, setContentType, setDataFormatNameModel, setFileNameExtensionpublic OOXMLDataExporter()
protected org.apache.poi.ss.usermodel.Workbook createWorkbook()
XSSFWorkbook.createWorkbook in class AbstractExcelDataExporterXSSFWorkbook.Copyright © 2019. All rights reserved.