]> source.dussan.org Git - poi.git/commit
Improved error handling for problems described in bugzilla 46569 - Changed Sheet...
authorYegor Kozlov <yegor@apache.org>
Fri, 6 Feb 2009 18:59:24 +0000 (18:59 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 6 Feb 2009 18:59:24 +0000 (18:59 +0000)
commit5831ea5750a9bd6c13574a5971bab245bfc6139c
tree5f304b90d98b8ba1970d3be9c4b4ae67526c8790
parent9866e626c7258a77a10df787790cc39d15ec2b44
Improved error handling for problems described in bugzilla 46569 - Changed Sheet.setColumnWidth to throw IllegalArgumentException if the column width argument is greater than 255 characters (the maximum column width in Excel)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741678 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/model/Sheet.java
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Sheet.java
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/model/TestSheetAdditional.java