]> source.dussan.org Git - poi.git/commit
improve unit test coverage on CellReference.
authorJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 08:58:55 +0000 (08:58 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 08:58:55 +0000 (08:58 +0000)
commit48eb5c521bb8f257c4c4ba14626aed0954003deb
tree682e8ac5c7071c2243c7a95c0fac37266c0c5fa7
parent48410a422404746c76b65d1c94035d7e23c006a5
improve unit test coverage on CellReference.
Add note that _sheetName can be null or empty string, depending on the entry-point.
Throw an exception when parsing a string if sheet name is not quoted and contains a space.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748144 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/util/CellReference.java
src/testcases/org/apache/poi/ss/util/TestCellReference.java