| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Minor improvements to error handling in ForkedEvaluator. Added junits. | Josh Micich | 2009-09-30 | 2 | -2/+123 |
* | Bugzilla 47747 - fixed logic for locating shared formula records | Josh Micich | 2009-09-18 | 1 | -0/+49 |
* | Improvements to patch 47809 (support for UDFs) | Josh Micich | 2009-09-17 | 3 | -81/+63 |
* | improved work with user-defined functions, see Bugzilla 47809 | Yegor Kozlov | 2009-09-16 | 1 | -46/+77 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 68 | -0/+0 |
* | Added method setFunction(boolean) for defined names | Yegor Kozlov | 2009-09-07 | 1 | -0/+15 |
* | Do not allow text longer than 32,767 characters in HSSF cells, see Bugzilla ... | Yegor Kozlov | 2009-09-07 | 3 | -33/+48 |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 307 | -4723/+169 |
* | fixing compiler warnings - unused imports, declared exceptions not thrown | Josh Micich | 2009-08-22 | 2 | -26/+22 |
* | added TestIndirect to suite (from 47721/r806759) | Josh Micich | 2009-08-22 | 1 | -0/+1 |
* | Bugzilla 47721 - Added implementation for INDIRECT() | Josh Micich | 2009-08-21 | 5 | -8/+191 |
* | fixes and misc refactorings suggested by Intellij | Yegor Kozlov | 2009-08-21 | 1 | -1/+0 |
* | minor improvements to sheet name validation and identification of cell refere... | Josh Micich | 2009-08-20 | 2 | -73/+115 |
* | Avoid exception when reading ClipboardData packet in OLE property sets, see b... | Yegor Kozlov | 2009-08-20 | 2 | -0/+10 |
* | changed interface from OperationEval to Function for basic operators | Josh Micich | 2009-08-19 | 6 | -50/+96 |
* | Centralize logic for finding/opening sample files | Yegor Kozlov | 2009-08-19 | 2 | -144/+199 |
* | Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa... | Josh Micich | 2009-08-19 | 2 | -10/+8 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 31 | -488/+400 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 1 | -5/+2 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 2 | -5/+2 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 21 | -367/+283 |
* | Removed obsolete Eval interface | Josh Micich | 2009-08-17 | 1 | -2/+2 |
* | Replaced obsolete Eval with ValueEval in signature of Function.evaluate() | Josh Micich | 2009-08-17 | 13 | -147/+138 |
* | initial work on removing obsolete Eval interface | Josh Micich | 2009-08-17 | 10 | -100/+94 |
* | Follow-on for bugzilla 47652 - used more specific exception when password is ... | Josh Micich | 2009-08-14 | 2 | -3/+151 |
* | Improved parsing of OOXML documents, see Bugzilla 47668 | Yegor Kozlov | 2009-08-12 | 1 | -0/+0 |
* | Bugzilla 47652 - Added support for reading encrypted workbooks | Josh Micich | 2009-08-07 | 8 | -76/+534 |
* | Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ... | Yegor Kozlov | 2009-08-05 | 1 | -2/+13 |
* | Custom XML import features; tests and implementation | Paolo Mottadelli | 2009-07-30 | 1 | -0/+0 |
* | Bugzilla 47598 - Improved formula evaluator number comparison | Josh Micich | 2009-07-29 | 7 | -30/+715 |
* | Fixed RecordFactoryInputStream to properly read continued DrawingRecords | Yegor Kozlov | 2009-07-25 | 1 | -0/+71 |
* | Additional test case examples for NumberToTextConverter | Josh Micich | 2009-07-24 | 1 | -12/+106 |