]> source.dussan.org Git - poi.git/commit
Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XSSF/SXSSF...
authorVladislav Galas <gallon@apache.org>
Wed, 2 Jan 2019 20:45:52 +0000 (20:45 +0000)
committerVladislav Galas <gallon@apache.org>
Wed, 2 Jan 2019 20:45:52 +0000 (20:45 +0000)
commit42261c8991d13ef527c81b1d5416872107aaef78
tree53f89566d4894f5d04c9ae5e66cdc9f05506fa2c
parentcc760d30e7c05d6d60f0eceb08d022883f6f7b68
Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XSSF/SXSSF.\nAll three implementations throw ISE when trying to get numeric value from a boolean-valued cell, have it a formula set or not.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850207 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
src/testcases/org/apache/poi/ss/usermodel/BaseTestCell.java