Bug 55729

Summary: DataFormatter should format Error cells
Product: POI Reporter: Nick Burch <apache>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.10-dev   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Nick Burch 2013-10-31 16:52:46 UTC
Originally reported as: http://stackoverflow.com/questions/19711603/apache-poi-xlsx-read-cell-with-value-error-unexpected-cell-type5

Using DataFormatter, if you try to format an Error cell, it breaks with "Unexpected Cell type (5)". Instead, the error string displayed in Excel should be returned
Comment 1 Nick Burch 2013-10-31 16:53:43 UTC
Fixed in r1537552.