]> source.dussan.org Git - poi.git/commit
Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, return as 0
authorNick Burch <nick@apache.org>
Mon, 14 Jul 2014 18:53:39 +0000 (18:53 +0000)
committerNick Burch <nick@apache.org>
Mon, 14 Jul 2014 18:53:39 +0000 (18:53 +0000)
commit696b9d6406b9f08458b32387aadb21ea5ba210ea
tree230376364da2c0c2539fefd730e71b1258aa42b3
parentb9ff74b0504f3160fa7d748dfd7bf58d6033a3a3
Fix for #56702 - If a cell is of type numeric but has an empty <v/> tag, return as 0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1610482 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
test-data/spreadsheet/56702.xlsx [new file with mode: 0644]