public class ExcelExporter
extends java.lang.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,
java.util.List<IExcelGrid> grids)
Deprecated.
As of release 6.8. This method will be removed in the next major release.
|
static IMendixObject |
generateXLS(com.mendix.core.component.LocalComponent component,
IContext context,
IMendixObject fileObject,
java.lang.String fileName,
java.util.List<IExcelGrid> grids)
Generate Excel file
|
static IMendixObject |
generateXLS(com.mendix.core.component.LocalComponent component,
IContext context,
IMendixObject fileObject,
java.lang.String fileName,
java.util.List<java.lang.String> oqlQueries,
boolean autoSizeColumns,
java.util.List<java.lang.String> headerNames) |
public static IMendixObject generateXLS(com.mendix.core.component.LocalComponent component, IContext context, IMendixObject fileObject, java.lang.String fileName, java.util.List<IExcelGrid> grids) throws com.mendix.core.CoreException
context
- fileObject
- fileName
- grids
- com.mendix.core.CoreException
@Deprecated public static org.apache.poi.hssf.usermodel.HSSFWorkbook generateWorkbook(com.mendix.core.component.LocalComponent component, IContext context, java.util.List<IExcelGrid> grids)
public static IMendixObject generateXLS(com.mendix.core.component.LocalComponent component, IContext context, IMendixObject fileObject, java.lang.String fileName, java.util.List<java.lang.String> oqlQueries, boolean autoSizeColumns, java.util.List<java.lang.String> headerNames) throws com.mendix.core.CoreException
com.mendix.core.CoreException