Hello, I have a question I can not find. In VBA (excel) when you want to check if a cell is blank (not cero or null, attention) you can use:
If isin = vbNullString Then
How can you do that in Java (POI)
Thanks.
Mike
Hello, I have a question I can not find. In VBA (excel) when you want to check if a cell is blank (not cero or null, attention) you can use:
If isin = vbNullString Then
How can you do that in Java (POI)
Thanks.
Mike