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:
![image](https://user-images.githubusercontent.com/120708701/221186511-65ecf13e-5d18-44d0-9fc2-407e30a338c3.png)
![image](https://user-images.githubusercontent.com/120708701/221186535-d1129a6e-9062-419a-ae8a-325f739069e9.png)
![image](https://user-images.githubusercontent.com/120708701/221186565-a83e7578-1665-42b9-9844-acee775ca6fd.png)