| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused Model, ModelFactory. ModelFactoryListener etc. | Josh Micich | 2009-12-22 | 2 | -156/+1 |
* | renamed function implementations to avoid potential name clashes | Josh Micich | 2009-12-21 | 2 | -5/+5 |
* | fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251 | Yegor Kozlov | 2009-12-21 | 2 | -0/+60 |
* | another test for Bugzilla 48026 | Yegor Kozlov | 2009-12-19 | 1 | -0/+3 |
* | fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bug... | Yegor Kozlov | 2009-12-19 | 1 | -21/+84 |
* | fixed CellRangeUtil.mergeCellRanges to work for adjacent cell regions | Yegor Kozlov | 2009-12-19 | 1 | -0/+8 |
* | removed obsolete work-around code from test case | Josh Micich | 2009-12-17 | 1 | -54/+1 |
* | Fixed INDEX function to return reference results properly. | Josh Micich | 2009-12-17 | 2 | -4/+76 |
* | Minor improvements to error reporting in TestIndexFunctionFromSpreadsheet | Josh Micich | 2009-12-17 | 1 | -7/+7 |
* | fixed special cases of dereferenceResult method | Josh Micich | 2009-12-16 | 1 | -1/+34 |
* | fixed ExternalNameRecord to properly distinguish DDE data from OLE data in th... | Yegor Kozlov | 2009-12-15 | 1 | -0/+15 |
* | preserve POIFS StorageClsid when re-writing existing workbooks, this property... | Yegor Kozlov | 2009-12-15 | 1 | -3/+21 |
* | Added missing license headers to 5 files. Removed dist target from howtobuild... | Dave Fisher | 2009-12-13 | 1 | -0/+16 |
* | Removed unused imports under src/java and src/testcases. Other minor fixes. | Josh Micich | 2009-12-09 | 8 | -108/+85 |
* | Renamed AreaEval method from getValueAt() to getAbsoluteValue() | Josh Micich | 2009-12-08 | 1 | -11/+10 |
* | Some more clean up of array formula support in preparation for patch 48292 | Josh Micich | 2009-12-08 | 2 | -5/+37 |
* | Refactored some code in OFFSET implementation. Added test cases showing comp... | Josh Micich | 2009-12-08 | 2 | -12/+51 |
* | Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul T... | Josh Micich | 2009-12-08 | 2 | -0/+56 |
* | Made POI follow the rules for encoding unary +/- operators more closely. | Josh Micich | 2009-12-04 | 1 | -1/+38 |
* | Refactoring/simplification of TestFormulaParser | Josh Micich | 2009-12-04 | 1 | -201/+93 |
* | More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C... | Josh Micich | 2009-12-03 | 1 | -6/+70 |
* | Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field | Josh Micich | 2009-12-02 | 1 | -0/+24 |
* | Added junits for existing functionality of ColumnInfoRecord | Josh Micich | 2009-12-02 | 2 | -0/+65 |
* | fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 | Yegor Kozlov | 2009-12-02 | 2 | -0/+178 |
* | Made BlankEval instance consistent with other Eval singletons. | Josh Micich | 2009-11-28 | 8 | -16/+16 |
* | Patch 48284 - raise visibility of FormulaParseException | Josh Micich | 2009-11-27 | 4 | -101/+50 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 2 | -179/+262 |
* | Added test to confirm proper handling of MissingArgEval when returned from IF... | Josh Micich | 2009-11-26 | 1 | -0/+43 |
* | Add support for creating SummaryInformation and DocumentSummaryInformation pr... | Nick Burch | 2009-11-25 | 1 | -0/+66 |
* | Fix bug #48180 - short chart records skipping some unused fields | Nick Burch | 2009-11-25 | 1 | -0/+13 |
* | Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious... | Nick Burch | 2009-11-25 | 1 | -1/+56 |
* | Removed Ptg[] parameter from method IEvaluationListener.onStartEvaluate() | Josh Micich | 2009-11-23 | 4 | -45/+44 |
* | small tweaks to junit code - enabled one test case for AVERAGE() and improved... | Josh Micich | 2009-11-22 | 2 | -6/+9 |
* | minor fix to T() function, junit added | Josh Micich | 2009-11-22 | 1 | -0/+17 |
* | Fixed small bug in SUMIF() added junits. Also added test cases for DAYS360, ... | Josh Micich | 2009-11-22 | 4 | -7/+269 |
* | Clean-up of copy/clone methods in Ptg hierarchy | Josh Micich | 2009-11-15 | 1 | -13/+5 |
* | made ArrayPtg immutable | Josh Micich | 2009-11-15 | 1 | -14/+18 |
* | fixed bug in LittleEndianByteArrayInputStream.readFully() | Josh Micich | 2009-11-15 | 1 | -0/+27 |
* | Made AbstractFunctionPtg immutable, other minor improvements | Josh Micich | 2009-11-14 | 3 | -7/+5 |
* | Bugzilla 48195 - short-circuit evaluation of IF() and CHOOSE() | Josh Micich | 2009-11-13 | 2 | -7/+70 |
* | Cleaned up AttrPtg - made immutable, fixed property accessors. | Josh Micich | 2009-11-13 | 1 | -1/+1 |
* | renamed HSSFSheet.setArabic to HSSFSheet.setRightToLeft | Yegor Kozlov | 2009-11-13 | 1 | -3/+3 |
* | added a method to set arabic mode in HSSFSheet, see Bugzilla 47970 | Yegor Kozlov | 2009-11-06 | 1 | -0/+13 |
* | Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFLis... | Nick Burch | 2009-11-03 | 1 | -0/+39 |
* | Bugzilla 48096 - relaxed validation check in RecalcIdRecord | Josh Micich | 2009-11-03 | 2 | -0/+73 |
* | Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra... | Josh Micich | 2009-11-03 | 1 | -0/+45 |
* | fixed logic for matching cells and comments in HSSFCell.getCellComment() | Yegor Kozlov | 2009-10-29 | 1 | -0/+39 |
* | Bugzilla 48044 - added implementation for CountBlank function (patch from Mad... | Josh Micich | 2009-10-24 | 1 | -5/+44 |
* | Bugzilla 48036 - added IntersectionEval to allow evaluation of the intersecti... | Josh Micich | 2009-10-21 | 1 | -28/+28 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 12 | -1126/+991 |