On Wed, 10 Dec 2008, Des Hartman wrote:
Problem is that if you iterate through XLS cells and the cell type is CELL_TYPE_FORMULA, the formula itself can evaluate to String or double. there is no real way of knowing.
I think you might want getCachedFormulaResultType(): http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html#getCachedFormulaResultType() Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
