Bug 37059

Summary: Error handling in class Sheet getters
Product: POI Reporter: Bill Seddon <bill.seddon>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.0-dev   
Target Milestone: ---   
Hardware: All   
OS: Windows XP   

Description Bill Seddon 2005-10-12 21:11:44 UTC
It may be worth checking all the getters in class Sheet to ensure that either: 

- they return a valid type 
- document that the expected behaviour is for callers to expect exceptions be 
raised if there is no valid setting.

My apologies if this is documented and I've just missed it.
Comment 1 Yegor Kozlov 2008-12-29 09:21:58 UTC
The javadoc documentation has significantly improved since this bug was reported. Please evaluate the latest version available at http://poi.apache.org/apidocs/index.html

Also, you are advised to try the latest POI-3.5-beta4 or download daily builds from http://encore.torchbox.com/poi-svn-build/

Yegor