aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFRow.java
Commit message (Expand)AuthorAgeFilesLines
* findbugs fixesAndreas Beeker2015-11-011-7/+16
* Adjust error message to have the same error across different types of Workboo...Dominik Stadler2015-05-121-2/+8
* fixed bug 53028, added check before serialization if any cell contains 2 or m...Evgeniy Berlog2012-08-141-0/+17
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-4/+3
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-4/+2
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-2/+3
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-224/+13
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ...Josh Micich2009-02-051-11/+39
* converted short HSSFCell.getCellNum to int getColumnIndexJosh Micich2008-10-091-8/+7
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-251-31/+31
* when a new RowRecord is created, the default row height shoud be 0xFF. The DE...Yegor Kozlov2008-08-051-0/+25
* Extend the support for specifying a policy to HSSF on missing / blank cells w...Nick Burch2008-05-231-1/+14
* Support for specifying a policy to HSSF on missing / blank cells when fetchingNick Burch2008-05-201-0/+60
* added test case for reported bug 44987Josh Micich2008-05-131-13/+35
* 41187 - fixed HSSFSheet to properly read xls files without ROW recordsJosh Micich2008-05-111-2/+4
* Patch from Josh from bug #43901 - Correctly update the internal last cell num...Nick Burch2008-03-071-77/+83
* Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(...Nick Burch2008-01-091-2/+43
* Add a further test to TestHSSFRow which verifies that bug #43901 is invalidNick Burch2008-01-091-0/+5
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Implemented row bounds. Will raise an IndexOutOfBoundsException if the excel ...Jason Height2004-10-141-0/+28
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-1/+3
* New licence changes.Glen Stampoultzis2004-04-091-52/+16
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* Merge from 1.5 branchGlen Stampoultzis2002-04-281-11/+22
* Merge from 1.5 branchGlen Stampoultzis2002-04-241-0/+6
* findFirstRow testcase...Glen Stampoultzis2002-04-081-0/+5
* Testcase for HSSFRow removal bugGlen Stampoultzis2002-04-081-0/+17
* Testcase for bug 7653Glen Stampoultzis2002-04-011-0/+97