]> source.dussan.org Git - poi.git/commit
Make XSSF and HSSF consistent in getMergedRegions - return empty list if there are...
authorDavid North <dnorth@apache.org>
Wed, 23 Sep 2015 12:53:13 +0000 (12:53 +0000)
committerDavid North <dnorth@apache.org>
Wed, 23 Sep 2015 12:53:13 +0000 (12:53 +0000)
commit11f188778460fa0d051134d667bed26da2eba8c1
treeb4fd2af0cb0fa02c5a85272895585d46b004d5a3
parent303cf2a8ed40040e2668ca71416448a09358424b
Make XSSF and HSSF consistent in getMergedRegions - return empty list if there are none, rather than an exception. Tests for this.

https://bz.apache.org/bugzilla/show_bug.cgi?id=58350

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1704839 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheet.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java