poi/src/testcases/org/apache/poi/hssf
Nick Burch 673864cdc5 More unit tests for column conversion, and avoid the use of Math.pow based on the suggestion from github-6
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516983 13f79535-47bb-0310-9956-ffa450edef68
2013-08-23 19:00:01 +00:00
..
eventmodel Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 2009-12-26 02:17:34 +00:00
eventusermodel fixed bug 53588 2012-09-08 18:35:04 +00:00
extractor Bug 54982: Add a close() interface to POITextExtractor which can be used to free resources later. 2013-06-17 07:53:59 +00:00
model clear unused import warnings 2012-11-12 09:54:37 +00:00
record Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying to merge overlapping regions any more, the implementation is buggy and even tagged TODO - unit test missing. The code is hard to understand and bug-free-ness is better than catching all possible merges imho. 2013-08-12 19:13:10 +00:00
usermodel Add testcase which tries to reproduce Bug 48495, but seems to be fixed 2013-08-23 18:56:11 +00:00
util More unit tests for column conversion, and avoid the use of Math.pow based on the suggestion from github-6 2013-08-23 19:00:01 +00:00
HSSFITestDataProvider.java Replaced getInstance methods with field for instances of ITestDataProvider. Some simplification in hierarchy of related tests. 2009-12-26 02:17:34 +00:00
HSSFTestDataSamples.java Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version 2011-09-29 19:39:51 +00:00
HSSFTests.java Removed unused Model, ModelFactory. ModelFactoryListener etc. 2009-12-22 00:03:04 +00:00