public class SimpleExporter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GRID_TEMPLATE_XLS |
| Constructor and Description |
|---|
SimpleExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
gridExport(Iterable headers,
Iterable dataObjects,
String objectProps,
OutputStream outputStream) |
void |
registerGridTemplate(InputStream inputStream) |
public static final String GRID_TEMPLATE_XLS
public void registerGridTemplate(InputStream inputStream) throws IOException
IOExceptionpublic void gridExport(Iterable headers, Iterable dataObjects, String objectProps, OutputStream outputStream)
Copyright © 2017. All rights reserved.