aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFCell.java
Commit message (Expand)AuthorAgeFilesLines
* HSSFCell should follow XSSF, and allow setting a null-style to return to the ...Nick Burch2014-05-291-0/+36
* Bug 56114: Add testcase to verify that the flag is correctly stored in the XLSDominik Stadler2014-03-151-0/+132
* Tolerate Double.NaN when reading .xls files, see Bugzilla 49761Yegor Kozlov2010-11-091-1/+6
* change cell type to error when setting Double.NaN or Infinities, see Bugzill...Yegor Kozlov2010-09-041-0/+2
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-13/+12
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-221-2/+2
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-091-51/+48
* Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ...Yegor Kozlov2009-09-071-0/+32
* Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common...Josh Micich2009-04-111-56/+20
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-28/+1
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-221-201/+34
* Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca...Josh Micich2009-01-211-312/+370
* Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvalua...Josh Micich2009-01-051-0/+41
* Fixed bug in conversion to/from text cellsJosh Micich2008-11-051-38/+79
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-251-3/+3
* added getRowIndex() to HSSFCell, deprecated HSSFFormulaEvaluator.setCurrentRow()Josh Micich2008-08-091-119/+78
* Allow the cloning of one HSSFCellStyle onto another, including cloning styles...Nick Burch2008-07-121-0/+37
* Test which seems to show that bug #44996 is invalid, but not completely sureNick Burch2008-05-201-0/+24
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-115/+79
* Patch from Josh from bug #44606 - Support calculated string values for evalua...Nick Burch2008-03-161-10/+13
* support for excel hypelrinksYegor Kozlov2008-02-071-7/+7
* usermodel support for excel hyperlinksYegor Kozlov2008-02-021-62/+38
* More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records a...Nick Burch2008-02-011-15/+75
* Get the Hyperlink record code so that it doesn't break any existing tests, an...Nick Burch2008-02-011-0/+6
* Support 1904 date windowing, in addition to 1900 date windowing (patch from b...Nick Burch2007-12-041-36/+101
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Major landing of the following changes:Jason Height2005-08-181-2/+2
* toString() method for HSSFCell to returnAvik Sengupta2005-05-201-0/+36
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-3/+4
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* fix for bug 16560. But the testcase in HEAD was already failing, so continues...Avik Sengupta2003-10-301-2/+2
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* Print Area PatchDanny Mui2003-03-061-1/+1
* PR: 16145 - tests delete their output filesAvik Sengupta2003-01-261-1/+0
* PR:15324- styles in formula cells; submitted by Danny MuiAvik Sengupta2002-12-251-0/+56
* PR:15537 - set active cell in sheet; submitted by Brian SandersAvik Sengupta2002-12-251-0/+48
* PR:15037 - Unit Tests for 1904 date windowing; submitted by Dan ShermanAvik Sengupta2002-12-121-0/+38
* javadoc'd it.Andrew C. Oliver2002-10-091-0/+5
* totally needs some javadoc (working on it now) .. This is TestHSSFCellAndrew C. Oliver2002-10-091-0/+144