by mravich2 » Wed Dec 16, 2015 10:33 pm
I am reading a .xlsx file where each row returns different number of cells. This is because some of the cells are not defined in some rows and these empty/undefined cells are not being returned by row.getC(). Is there a way to configure xlsx4j to return empty cells as null or blank cells ? Something to similar to MissingCellPolicy of Apache POI where we can configure POI to return missing cells as NULL or BLANK.