Bug 45974

Summary: POI 3.5b3: XSSFCell.getCellStyle can return null
Product: POI Reporter: Richard Evans <richard.evans>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.5-dev   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   

Description Richard Evans 2008-10-09 04:57:46 UTC
Other parts of the code assume that getCellStyle never returns null.  For example DateUtil.isCellDateFormatted.
Comment 1 Yegor Kozlov 2008-10-21 10:57:07 UTC
Fixed in r706691

Yegor