]> 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)
commit45cabc939f4ea9cd287c67ed57ceb0e7724aefac
tree230376364da2c0c2539fefd730e71b1258aa42b3
parentf82c8a693ee98a076d412a5b97480f2b496ad381
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]