XSSF POI is cell date

Viewed 15174

Is there a way to determine if cell is a date? I know about style.getDataFormatString() but that doesn't help me, because I can't determine if is formating is for date or not.

2 Answers
Related