aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-094-65/+58
* 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
* 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-287-15/+15
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-273-46/+50
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-271-179/+16
* 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-232-3/+2
* 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
* 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
* 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-082-71/+71
* Bugzilla 47747 - fixed logic for locating shared formula recordsJosh Micich2009-09-181-0/+49
* Improvements to patch 47809 (support for UDFs)Josh Micich2009-09-171-77/+59
* 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-1341-0/+0
* Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ...Yegor Kozlov2009-09-072-1/+48
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-23265-4625/+10
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-221-18/+14
* added TestIndirect to suite (from 47721/r806759)Josh Micich2009-08-221-0/+1
* Bugzilla 47721 - Added implementation for INDIRECT()Josh Micich2009-08-214-3/+185
* 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-201-0/+0
* changed interface from OperationEval to Function for basic operatorsJosh Micich2009-08-196-50/+96
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-191-144/+17
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-1824-399/+318
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-5/+2
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-182-5/+2
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-1817-274/+211
* Removed obsolete Eval interfaceJosh Micich2009-08-171-2/+2