| Commit message (Expand) | Author | Age | Files | Lines |
* | HSSFCell should follow XSSF, and allow setting a null-style to return to the ... | Nick Burch | 2014-05-29 | 1 | -0/+36 |
* | Bug 56114: Add testcase to verify that the flag is correctly stored in the XLS | Dominik Stadler | 2014-03-15 | 1 | -0/+132 |
* | Tolerate Double.NaN when reading .xls files, see Bugzilla 49761 | Yegor Kozlov | 2010-11-09 | 1 | -1/+6 |
* | change cell type to error when setting Double.NaN or Infinities, see Bugzill... | Yegor Kozlov | 2010-09-04 | 1 | -0/+2 |
* | Replaced getInstance methods with field for instances of ITestDataProvider. ... | Josh Micich | 2009-12-26 | 1 | -13/+12 |
* | Renamed model.Sheet to InternalSheet to alleviate name clash. | Josh Micich | 2009-12-22 | 1 | -2/+2 |
* | Removed unused imports under src/java and src/testcases. Other minor fixes. | Josh Micich | 2009-12-09 | 1 | -51/+48 |
* | Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ... | Yegor Kozlov | 2009-09-07 | 1 | -0/+32 |
* | Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common... | Josh Micich | 2009-04-11 | 1 | -56/+20 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 1 | -28/+1 |
* | update cell type when setting cached formula result in XSSFCell, also improve... | Yegor Kozlov | 2009-03-22 | 1 | -201/+34 |
* | Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca... | Josh Micich | 2009-01-21 | 1 | -312/+370 |
* | Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvalua... | Josh Micich | 2009-01-05 | 1 | -0/+41 |
* | Fixed bug in conversion to/from text cells | Josh Micich | 2008-11-05 | 1 | -38/+79 |
* | Replaced calls to deprecated versions of createCell(), getCell(), createRow()... | Josh Micich | 2008-08-25 | 1 | -3/+3 |
* | added getRowIndex() to HSSFCell, deprecated HSSFFormulaEvaluator.setCurrentRow() | Josh Micich | 2008-08-09 | 1 | -119/+78 |
* | Allow the cloning of one HSSFCellStyle onto another, including cloning styles... | Nick Burch | 2008-07-12 | 1 | -0/+37 |
* | Test which seems to show that bug #44996 is invalid, but not completely sure | Nick Burch | 2008-05-20 | 1 | -0/+24 |
* | refactored all hssf junits to get test sample data in the in one place | Josh Micich | 2008-04-07 | 1 | -115/+79 |
* | Patch from Josh from bug #44606 - Support calculated string values for evalua... | Nick Burch | 2008-03-16 | 1 | -10/+13 |
* | support for excel hypelrinks | Yegor Kozlov | 2008-02-07 | 1 | -7/+7 |
* | usermodel support for excel hyperlinks | Yegor Kozlov | 2008-02-02 | 1 | -62/+38 |
* | More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records a... | Nick Burch | 2008-02-01 | 1 | -15/+75 |
* | Get the Hyperlink record code so that it doesn't break any existing tests, an... | Nick Burch | 2008-02-01 | 1 | -0/+6 |
* | Support 1904 date windowing, in addition to 1900 date windowing (patch from b... | Nick Burch | 2007-12-04 | 1 | -36/+101 |
* | Applying the copy2license.pl script (with tiny modification to allow for more... | Henri Yandell | 2006-12-22 | 1 | -5/+6 |
* | Major landing of the following changes: | Jason Height | 2005-08-18 | 1 | -2/+2 |
* | toString() method for HSSFCell to return | Avik Sengupta | 2005-05-20 | 1 | -0/+36 |
* | Centralized creation of temp files and made the default operation to delete o... | Glen Stampoultzis | 2004-10-12 | 1 | -3/+4 |
* | New licence changes. | Glen Stampoultzis | 2004-04-09 | 1 | -52/+15 |
* | fix for bug 16560. But the testcase in HEAD was already failing, so continues... | Avik Sengupta | 2003-10-30 | 1 | -2/+2 |
* | Changed copyright from 2002 to 2003 | Glen Stampoultzis | 2003-04-30 | 1 | -1/+1 |
* | Print Area Patch | Danny Mui | 2003-03-06 | 1 | -1/+1 |
* | PR: 16145 - tests delete their output files | Avik Sengupta | 2003-01-26 | 1 | -1/+0 |
* | PR:15324- styles in formula cells; submitted by Danny Mui | Avik Sengupta | 2002-12-25 | 1 | -0/+56 |
* | PR:15537 - set active cell in sheet; submitted by Brian Sanders | Avik Sengupta | 2002-12-25 | 1 | -0/+48 |
* | PR:15037 - Unit Tests for 1904 date windowing; submitted by Dan Sherman | Avik Sengupta | 2002-12-12 | 1 | -0/+38 |
* | javadoc'd it. | Andrew C. Oliver | 2002-10-09 | 1 | -0/+5 |
* | totally needs some javadoc (working on it now) .. This is TestHSSFCell | Andrew C. Oliver | 2002-10-09 | 1 | -0/+144 |