Excel importer

Content Type: Module
Categories: Import/Export

Overview

Use this module to import needed Excel files. Simply configure an import template and call the import Java action. Version 10.x is compatible with Atlas UI 3, while version 9.x is with Atlas UI 2.

Documentation

Please see Excel Importer in the Mendix documentation for details.

Releases

Version: 10.4.0
Framework Version: 9.18.4
Release Notes: - Reading data from macro-enabled file (in XLSM format) is supported - Replication jar upgraded from 1.0.2 to 1.0.3 - Issue related to multiple instances of same JARs is fixed (eg : commons-codec.commons-codec-1.15.jar & commons-codec-1.15.jar) - The template xml generated by excel importer now stores the information regarding field mask and type
Version: 10.3.0
Framework Version: 9.18.4
Release Notes: Upgraded Excel Importer to Studio Pro v 9.18.4 Upgraded Atlas Core 3.0.2 to 3.9.0 Upgraded Mx Model Reflection 6.1.2 to 6.2.0
Version: 10.2.0
Framework Version: 9.0.5
Release Notes: - Fixed issue in replication.jar (changeddate not getting changed while re-importing the same object)
Version: 10.1.3
Framework Version: 9.0.5
Release Notes: * Fixed importing templates from excel files throwing Null pointer exceptions (#152945, #152959) * Fixed mistakenly parsing a single character as a numeric value
Version: 10.1.2
Framework Version: 9.0.5
Release Notes: - We now support parsing Excel files exported from Oracle SQL Developer. - We fixed a security vulnerability. (6.5 - CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) - We fixed an issue where a custom microflow was not called for parsing decimals. (Ticket 143960) - We added missing hashCode() functions. (Ticket 147784)