public class ExportManagerModule
extends java.lang.Object
| Constructor and Description |
|---|
ExportManagerModule() |
| Modifier and Type | Method and Description |
|---|---|
static IExcelGrid |
createExcelGrid()
Creates a new ExcelGrid
|
static IMendixObject |
generateXLS(IContext context,
IMendixObject fileObject,
java.lang.String fileName,
IExcelGrid grid)
* Generates an Excel file from the given grid.
|
static IMendixObject |
generateXLS(IContext context,
IMendixObject fileObject,
java.lang.String fileName,
java.util.List<IExcelGrid> grids)
Generates an Excel file from the given grids
|
static IMendixObject |
generateXLS(IContext context,
IMendixObject fileObject,
java.lang.String fileName,
java.util.List<java.lang.String> oqlQueries,
boolean autoSizeColumns)
Generates an Excel file from the given oql queries.
|
static IMendixObject |
generateXLS(IContext context,
IMendixObject fileObject,
java.lang.String fileName,
java.lang.String oqlQuery,
boolean autoSizeColumns)
Generates an Excel file from the given oql query.
|
static IMendixObject |
generateXLS(IContext context,
IMendixObject fileObject,
java.lang.String fileName,
java.lang.String oqlQuery,
boolean autoSizeColumns,
java.util.List<java.lang.String> headerNames)
Generates an Excel file from the given oql query.
|
public static IExcelGrid createExcelGrid()
public static IMendixObject generateXLS(IContext context, IMendixObject fileObject, java.lang.String fileName, IExcelGrid grid) throws com.mendix.core.CoreException
context - fileObject - fileName - grid - The grid to be convertedcom.mendix.core.CoreExceptionpublic static IMendixObject generateXLS(IContext context, IMendixObject fileObject, java.lang.String fileName, java.util.List<IExcelGrid> grids) throws com.mendix.core.CoreException
context - fileObject - fileName - grids - the grids to be convertedcom.mendix.core.CoreExceptionpublic static IMendixObject generateXLS(IContext context, IMendixObject fileObject, java.lang.String fileName, java.util.List<java.lang.String> oqlQueries, boolean autoSizeColumns) throws com.mendix.core.CoreException
context - fileObject - fileName - oqlQueries - the oql queriesautoSizeColumns - com.mendix.core.CoreExceptionpublic static IMendixObject generateXLS(IContext context, IMendixObject fileObject, java.lang.String fileName, java.lang.String oqlQuery, boolean autoSizeColumns) throws com.mendix.core.CoreException
context - fileObject - fileName - oqlQuery - the oql queryautoSizeColumns - com.mendix.core.CoreExceptionpublic static IMendixObject generateXLS(IContext context, IMendixObject fileObject, java.lang.String fileName, java.lang.String oqlQuery, boolean autoSizeColumns, java.util.List<java.lang.String> headerNames) throws com.mendix.core.CoreException
context - fileObject - fileName - oqlQuery - the oql queryautoSizeColumns - headerNames - com.mendix.core.CoreException