How to avoid error logging with blank cells in Advanced Excel
0
Hello everyone.I am currently doing development work on version 9.2.4.2 of Mendix. I am using the Advanced Excel Module there, and I always get the following error when there are blank cells. ERROR in Advanced_Excel.Cell_ReadString: 8:11 data format incorrect: BLANKException: 8:11 data format incorrect: BLANK The Excel file I use to use Advanced Excel has a pattern where certain cells have strings in them or are blank. Therefore, I am having problems with a large number of errors in the log every time I do an Excel Import using Advanced Excel. Is there a way to avoid logging errors or a workaround in resolving this issue?