ExcelEmptyCellValidator
Content Type: Module
Categories: Import/Export
Overview
This module helps to identify empty cells from an uploaded Excel document while trying to import records into your Mendix application.
Dependencies:
- Mendix Modeler 9.6.0 and above
- ExcelImporter Module
- MxModelReflection Module
Documentation
ExcelEmptyCellValidator
This module helps to identify empty cells from an uploaded Excel document while trying to import records into your Mendix application.
Dependencies:
- Mendix Modeler 9.6.0 and above
- ExcelImporter Module
- MxModelReflection Module
Typical Usage Scenario:
Add this ValidateEmptyCell Java action in the necessary microflow as shown below:
Releases
Version: 1.0.0
Framework Version: 9.6.0
Release Notes: This module helps to identify empty cells from an uploaded Excel document while trying to import records into your Mendix application.
**Dependencies:**
1. Mendix Modeler 9.6.0 and above
2. ExcelImporter Module
3. MxModelReflection Module
**Typical Usage Scenario:**
Add this ValidateEmptyCell Java action in the necessary microflow as shown below:


