Page 1 of 1

Return missing cells as NULL or BLANK

PostPosted: Wed Dec 16, 2015 10:33 pm
by mravich2
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.

Re: Return missing cells as NULL or BLANK

PostPosted: Thu Dec 17, 2015 11:58 pm
by jason
Nothing like POI's MissingCellPolicy at present, but if you'd like to port that across, we'd be happy to accept it as a contrib.