aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* Removed unused Model, ModelFactory. ModelFactoryListener etc.Josh Micich2009-12-222-156/+1
* renamed function implementations to avoid potential name clashesJosh Micich2009-12-212-5/+5
* fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251Yegor Kozlov2009-12-212-0/+60
* another test for Bugzilla 48026Yegor Kozlov2009-12-191-0/+3
* fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bug...Yegor Kozlov2009-12-191-21/+84
* fixed CellRangeUtil.mergeCellRanges to work for adjacent cell regionsYegor Kozlov2009-12-191-0/+8
* removed obsolete work-around code from test caseJosh Micich2009-12-171-54/+1
* Fixed INDEX function to return reference results properly.Josh Micich2009-12-172-4/+76
* Minor improvements to error reporting in TestIndexFunctionFromSpreadsheetJosh Micich2009-12-171-7/+7
* fixed special cases of dereferenceResult methodJosh Micich2009-12-161-1/+34
* fixed ExternalNameRecord to properly distinguish DDE data from OLE data in th...Yegor Kozlov2009-12-151-0/+15
* preserve POIFS StorageClsid when re-writing existing workbooks, this property...Yegor Kozlov2009-12-151-3/+21
* Added missing license headers to 5 files. Removed dist target from howtobuild...Dave Fisher2009-12-131-0/+16
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-098-108/+85
* Renamed AreaEval method from getValueAt() to getAbsoluteValue()Josh Micich2009-12-081-11/+10
* Some more clean up of array formula support in preparation for patch 48292Josh Micich2009-12-082-5/+37
* Refactored some code in OFFSET implementation. Added test cases showing comp...Josh Micich2009-12-082-12/+51
* Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul T...Josh Micich2009-12-082-0/+56
* Made POI follow the rules for encoding unary +/- operators more closely.Josh Micich2009-12-041-1/+38
* Refactoring/simplification of TestFormulaParserJosh Micich2009-12-041-201/+93
* More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C...Josh Micich2009-12-031-6/+70
* Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved fieldJosh Micich2009-12-021-0/+24
* Added junits for existing functionality of ColumnInfoRecordJosh Micich2009-12-022-0/+65
* fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701Yegor Kozlov2009-12-022-0/+178
* Made BlankEval instance consistent with other Eval singletons.Josh Micich2009-11-288-16/+16
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-274-101/+50
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-272-179/+262
* Added test to confirm proper handling of MissingArgEval when returned from IF...Josh Micich2009-11-261-0/+43
* Add support for creating SummaryInformation and DocumentSummaryInformation pr...Nick Burch2009-11-251-0/+66
* Fix bug #48180 - short chart records skipping some unused fieldsNick Burch2009-11-251-0/+13
* Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious...Nick Burch2009-11-251-1/+56
* Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate()Josh Micich2009-11-234-45/+44
* small tweaks to junit code - enabled one test case for AVERAGE() and improved...Josh Micich2009-11-222-6/+9
* minor fix to T() function, junit addedJosh Micich2009-11-221-0/+17
* Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, ...Josh Micich2009-11-224-7/+269
* Clean-up of copy/clone methods in Ptg hierarchyJosh Micich2009-11-151-13/+5
* made ArrayPtg immutableJosh Micich2009-11-151-14/+18
* fixed bug in LittleEndianByteArrayInputStream.readFully()Josh Micich2009-11-151-0/+27
* Made AbstractFunctionPtg immutable, other minor improvementsJosh Micich2009-11-143-7/+5
* Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE()Josh Micich2009-11-132-7/+70
* Cleaned up AttrPtg - made immutable, fixed property accessors.Josh Micich2009-11-131-1/+1
* renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeftYegor Kozlov2009-11-131-3/+3
* added a method to set arabic mode in HSSFSheet, see Bugzilla 47970Yegor Kozlov2009-11-061-0/+13
* Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis...Nick Burch2009-11-031-0/+39
* Bugzilla 48096 - relaxed validation check in RecalcIdRecordJosh Micich2009-11-032-0/+73
* Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra...Josh Micich2009-11-031-0/+45
* fixed logic for matching cells and comments in HSSFCell.getCellComment()Yegor Kozlov2009-10-291-0/+39
* Bugzilla 48044 - added implementation for CountBlank function (patch from Mad...Josh Micich2009-10-241-5/+44
* Bugzilla 48036 - added IntersectionEval to allow evaluation of the intersecti...Josh Micich2009-10-211-28/+28
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-0812-1126/+991