poi/src/java/org/apache/poi
Dominik Stadler 8a82d32ae8 Apply patch for bug 57151: Document CellRangeAddress and add some validation to prevent invalid row/column combinations.
Cover class CellRangeAddress fully in unit tests.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635389 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 05:53:06 +00:00
..
common/usermodel Bugzilla 54070: Patch for typos in comments, javadoc and documentation 2012-11-01 15:26:27 +00:00
ddf performance issue logging calls are expensive because of the objects created when assembling the log messages. Using the check() method of the logging sub-system can prevent object creation 2014-03-31 15:54:52 +00:00
dev Rather than having lots of classes all create their own XML DocumentBuilderFactory instance, push that logic to a helper which sets all the right defaults 2014-04-15 21:59:52 +00:00
hpsf house keeping - fixes for sonarqube blockers 2014-10-25 21:32:03 +00:00
hssf house keeping - fixes for sonarqube blockers 2014-10-25 21:32:03 +00:00
poifs house keeping - fixes for sonarqube blockers 2014-10-25 21:32:03 +00:00
ss Apply patch for bug 57151: Document CellRangeAddress and add some validation to prevent invalid row/column combinations. 2014-10-30 05:53:06 +00:00
util Apply patch for bug 57151: Document CellRangeAddress and add some validation to prevent invalid row/column combinations. 2014-10-30 05:53:06 +00:00
EncryptedDocumentException.java Patch for Bug/Enhancement 55818 - add encryption support 2013-12-24 23:13:21 +00:00
OldFileFormatException.java Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file 2014-08-01 14:33:17 +00:00
POIDocument.java Add/Fix some Javadoc 2014-07-27 18:32:24 +00:00
POIOLE2TextExtractor.java Fix javadoc warnings 2014-07-31 13:37:33 +00:00
POITextExtractor.java Bug 54982: Add a close() interface to POITextExtractor which can be used to free resources later. 2013-06-17 07:53:59 +00:00
UnsupportedFileFormatException.java Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file 2014-08-01 14:33:17 +00:00