jason height added to who we are page, patch from e. pugh:

http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=3004

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352842 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-09-11 12:14:28 +00:00
parent e8a78447ac
commit 432f37476d
2 changed files with 10 additions and 6 deletions

View File

@ -52,6 +52,7 @@
<section title="Developers">
<ul>
<li>Shawn Laubach (shawnlaubach at cox dot net)</li>
<li>Jason Height (jheight at chariot dot net dot au)</li>
</ul>
</section>
</section>

View File

@ -963,5 +963,8 @@ public class HSSFCell
throw new RuntimeException("You cannot have more than 255 columns "+
"in a given row (IV). Because Excel can't handle it");
}
else if (cellNum < 0) {
throw new RuntimeException("You cannot reference columns with an index of less then 0.");
}
}
}