]> source.dussan.org Git - poi.git/commit
Fix bug #61007
authorGreg Woolsey <gwoolsey@apache.org>
Wed, 19 Apr 2017 20:04:46 +0000 (20:04 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Wed, 19 Apr 2017 20:04:46 +0000 (20:04 +0000)
commit6971b1ee60c96b979e2eb8de4129791cd0520750
treea224c688ddac290176aaada8db6f9a5e934c9bd5
parent94900423473fdc0b64a0b1f50ffb48197a5d182f
Fix bug #61007

Revert to previous "expected" test results even though they don't match excel for a specific case, to accommodate tighter logic about which format patterns to send to CellFormat vs. handle directly in DataFormatter.

Send what was checked previously plus only multi-segment conditional range formats.  Allows existing tests to pass plus the new test with the case for these conditional formats.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791964 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/usermodel/DataFormatter.java
src/testcases/org/apache/poi/ss/usermodel/TestDataFormatter.java