aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/util
Commit message (Expand)AuthorAgeFilesLines
* Patch from Javen ONeal from bug #58252 - More CellReference unit testing cove...Nick Burch2015-08-181-1/+46
* * Make on unit test not fail if Fonts are not available on the machineDominik Stadler2015-07-161-2/+86
* Whitespace seems to be confusing the license header check; try pasting one of...David North2015-06-151-18/+16
* One more file with missing license headerDominik Stadler2015-06-151-0/+18
* Add explicit test for NPE only caught by other tests. Test '97 fallback behav...David North2015-06-121-0/+5
* My own patch to fix #56328David North2015-06-121-0/+50
* * Add missing close() on streams in ImageUtils.getImageDimension()Dominik Stadler2015-01-071-0/+30
* Apply patch for bug 57151: Document CellRangeAddress and add some validation ...Dominik Stadler2014-10-301-52/+165
* SheetUtil helper for finding the main cell of a merged region, if in oneNick Burch2014-10-181-0/+65
* Adjust for JDK 8 where an empty locale is added to the array returned by Date...Dominik Stadler2014-03-081-0/+6
* Enhance test to print out more information, it seems to fail on Apache Jenkin...Dominik Stadler2014-03-081-38/+49
* Bugzilla >52928 - DateFormatConverter: an utility to convert instances of jav...Yegor Kozlov2012-03-171-0/+130
* Bugzilla 52583 - fixed WorkbookUtil#createSafeSheetName to escape colonYegor Kozlov2012-02-271-0/+3
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-101-34/+41
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-202-0/+155
* Fix bug #50718 - More helpful error message when you try to create a CellRefe...Nick Burch2011-03-041-0/+17
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-1/+1
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-3/+2
* Add patch from bug #49690 - Add WorkbookUtil, which provies a way of generati...Nick Burch2010-08-041-0/+84
* Added loose tests to junit hierarchyJosh Micich2010-05-241-0/+1
* Looks like we already had Ref8U but with a different name... Switch to using ...Nick Burch2009-12-271-0/+80
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-296-28/+698
* Additional test case examples for NumberToTextConverterJosh Micich2009-07-241-12/+106
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-031-1/+34
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-55/+55
* (bug 46156) fix unused import/compiler error after c722284Josh Micich2008-12-011-1/+0
* Fix for bug 46156 - improved POI's number rendering to more closely match Exc...Josh Micich2008-12-014-0/+597
* XSSFSheet getNumMergedRegions, getMergedRegionAt methods + testsPaolo Mottadelli2008-04-071-0/+6
* XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi...Paolo Mottadelli2008-04-062-0/+220