Excel exporter

Category: Modules
Subcategory: 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.

This version is compatible with:

  • Excel Importer v 10.1.1
  • MxModelReflection v6.2.0
  • Atlas UI Resources v2.6.0

Releases

Version: 7.0.5
Framework Version: 9.0.5
Release Notes: - Upgraded opencsv-5.7.1.jar to fix CVE-2022-42889
Version: 7.0.4
Framework Version: 9.0.5
Release Notes: - Removed unused attribute NameAsHeader from MxColumn entity - Upgraded poi-ooxml from 4.1.2 to 5.2.2 to fix the common vulnerabilities and exposures This version is compatible with: Excel Importer v10.1.1 MxModelReflection v6.2.0 Atlas UI Resources v2.6.0
Version: 7.0.3
Framework Version: 9.0.5
Release Notes: Bug fixes. * Cell formatting where trailing zeros were omitted. * Exported files will have localization applied to the DateTime attribute having Localize is set to true. * Minor text improvements.
Version: 7.0.2
Framework Version: 9.0.5
Release Notes: Changes * Fixed an issue where exporting attributes with reserved names (such as quartier, second or week) would result in an error. Attributes names are now always escaped in the generated OQL, so there is no longer a need to keep a list of reserved words * Upgraded joda-time from 2.10.9 to 2.10.10 * Upgraded opencsv from 5.3 to 5.4
Version: 7.0.1
Framework Version: 9.0.5
Release Notes: **Changes** - Using commons-compress 1.21 and updated dependencies - Removed Excel Importer, re-imported Atlas Core