jXLSer
Overview
This is a Excel report formatter based on jXLS. It offers flexible template form with multiple parameters to create Excel file.
Documentation
Description
jXLSer provides Excel reporting functionality to your App. It wraps the jXLS library and is very easy to use. You can implement the Excel report generation function without complicated programs and settings just by preparing the Excel report template for jXLS. In addition, it can handle complicated layouts such as reports containing multiple tables.
About jXLS, see also http://jxls.sourceforge.net/
-Provides intuitive usability for most engineers.
-Multiple parameters can be passed to the template.
-Supports non-persistent entities for parameters.
-It is possible to display unrelated entities on the data model, including multiple grids, instead of just outputting a list.
Typical usage scenario
This is useful if you want to easily implement complex Excel reports.
Features and limitations
AddJxlsContextParameter Action
Specifies a context parameter object to merge into the template.
AddJxlsContextParameters Action
Specifies a context parameter object list to merge into the template.
ProcessJxlsTemplateByFileDocument Action
Generates an Excel file by merging the specified context parameters and template file. The template file is specified in Mendix's System.FileDocument object.
ProcessJxlsTemplateByResourcePath Action
Generates an Excel file by merging the specified context parameters and template file. Store the template file in the project's resource folder and specify its path.
Dependencies
Requires Mendix 7.23.7 or higher.
Installation
You can easily download and install the module from the App Store on Studio Pro.