Example usage for org.apache.wicket.extensions.markup.html.repeater.data.table.export AbstractDataExporter subclass-usage

List of usage examples for org.apache.wicket.extensions.markup.html.repeater.data.table.export AbstractDataExporter subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.markup.html.repeater.data.table.export AbstractDataExporter subclass-usage.

Usage

From source file org.wicketstuff.poi.datatable.export.AbstractExcelDataExporter.java

/**
 * An abstract {@link IDataExporter} that exports to a POI {@link Workbook}. This has an abstract factory method to create a new
 * {@link Workbook}. This can be overridden to provide either a {@link HSSFWorkbook} or a {@link XSSFWorkbook}.
 *
 * @author Jesse Long
 * @see ExcelDataExporter