aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor improvements to error handling in ForkedEvaluator. Added junits.Josh Micich2009-09-302-2/+123
* Bugzilla 47747 - fixed logic for locating shared formula recordsJosh Micich2009-09-181-0/+49
* Improvements to patch 47809 (support for UDFs)Josh Micich2009-09-173-81/+63
* improved work with user-defined functions, see Bugzilla 47809Yegor Kozlov2009-09-161-46/+77
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-1368-0/+0
* Added method setFunction(boolean) for defined namesYegor Kozlov2009-09-071-0/+15
* Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ...Yegor Kozlov2009-09-073-33/+48
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-23307-4723/+169
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-222-26/+22
* added TestIndirect to suite (from 47721/r806759)Josh Micich2009-08-221-0/+1
* Bugzilla 47721 - Added implementation for INDIRECT()Josh Micich2009-08-215-8/+191
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-211-1/+0
* minor improvements to sheet name validation and identification of cell refere...Josh Micich2009-08-202-73/+115
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-202-0/+10
* changed interface from OperationEval to Function for basic operatorsJosh Micich2009-08-196-50/+96