You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by discreta discrecion <ec...@hotmail.com> on 2011/04/18 20:20:40 UTC

vbNullString in POI?

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