public class ExcelExporter extends Object
| Constructor and Description |
|---|
ExcelExporter() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.poi.hssf.usermodel.HSSFWorkbook |
generateWorkbook(com.mendix.core.component.LocalComponent component,
IContext context,
List<IExcelGrid> grids)
Generate Excel file
|
static IMendixObject |
generateXLS(com.mendix.core.component.LocalComponent component,
IContext context,
IMendixObject fileObject,
String fileName,
List<IExcelGrid> grids)
Generate Excel file
|
static IMendixObject |
generateXLS(com.mendix.core.component.LocalComponent component,
IContext context,
IMendixObject fileObject,
String fileName,
List<String> oqlQueries,
boolean autoSizeColumns,
List<String> headerNames) |
public static IMendixObject generateXLS(com.mendix.core.component.LocalComponent component, IContext context, IMendixObject fileObject, String fileName, List<IExcelGrid> grids) throws com.mendix.core.CoreException
context - fileObject - fileName - grid - com.mendix.core.CoreExceptionpublic static org.apache.poi.hssf.usermodel.HSSFWorkbook generateWorkbook(com.mendix.core.component.LocalComponent component,
IContext context,
List<IExcelGrid> grids)
context - component - context - fileObject - fileName - grid - com.mendix.core.CoreExceptionpublic static IMendixObject generateXLS(com.mendix.core.component.LocalComponent component, IContext context, IMendixObject fileObject, String fileName, List<String> oqlQueries, boolean autoSizeColumns, List<String> headerNames) throws com.mendix.core.CoreException
context - fileObject - fileName - oqlQuery - com.mendix.core.CoreException