Excel exporter

Content Type: Module
Categories: Import/Export

Overview

Use this module to create templates which will export data from your Mendix application to Excel or CSV format.

Documentation

Demo urlhttps://docs.mendix.com/howto/integration/using-the-excel-exporter/

Excel exporter

Please see Excel Exporter in the Mendix documentation for details.


Create templates which export data from your Mendix application to Excel or CSV format. This module creates an OQL query and directly prints the result to a file document in your desired format. Add styling to your Excel to create proper headers and styling formats to create a complete report.

Releases

Version: 7.4.1
Framework Version: 9.24.11
Release Notes: - Mitigated CVE-2024-25710 by updating third-party dependencies. This CVE does not pose any apparent risk for Mendix customers as there is no known exploit available
Version: 7.4.0
Framework Version: 9.24.11
Release Notes: - Upgraded module to Mendix version 9.24.11.
Version: 7.3.0
Framework Version: 9.18.4
Release Notes: - Introduction of migration file for JDM
Version: 7.2.0
Framework Version: 9.18.4
Release Notes: - Option to provide user specified quotation character during CSV export. - Support for exporting data into macro-enabled (xlsm) files without any changes to existing Macros. - Sheet name is now a mandatory field during template creation. - Naming of JARs in userlib is aligned to only have JAR name without prefix of package.
Version: 7.1.1
Framework Version: 9.18.4
Release Notes: - Upgraded MxModelReflection module from version 6.2.0 to 7.0.0 - Fixed compilation issue with MX 10