I wanna ask that does CELL_TYPE_BLANK works for hssf or xls file system? I knw it works for xlsx or XSSF but i'm having problem with xls?
Does CELL_TYPE_BLANK works for hssf or xls files?
899 Views Asked by v0ld3m0rt At
2
I wanna ask that does CELL_TYPE_BLANK works for hssf or xls file system? I knw it works for xlsx or XSSF but i'm having problem with xls?
If you want complete certainty then you can use this code:
It marks all the null spaces as blank and then the CELL_TYPE_BLANK works like it should be working.