Bug 55729 - DataFormatter should format Error cells
Summary: DataFormatter should format Error cells
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.10-dev
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-31 16:52 UTC by Nick Burch
Modified: 2013-10-31 16:53 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.