| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 1 | -1/+1 |
* | fixed FormulaParser to correctly process defined names with underscore, see ... | Yegor Kozlov | 2010-08-12 | 1 | -1/+45 |
* | Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the c... | Nick Burch | 2010-07-16 | 1 | -1/+32 |
* | records.UnicodeString isn't actually a Record, just a common part that exists... | Nick Burch | 2010-01-18 | 1 | -1/+1 |
* | Fixed FormulaParser to allow negative elements in array literals. | Josh Micich | 2009-12-25 | 1 | -0/+22 |
* | Renamed model.Sheet to InternalSheet to alleviate name clash. | Josh Micich | 2009-12-22 | 2 | -54/+54 |
* | Renamed model.Workbook to InternalWorkbook to alleviate name clash. | Josh Micich | 2009-12-22 | 1 | -12/+4 |
* | Some more clean up of array formula support in preparation for patch 48292 | Josh Micich | 2009-12-08 | 1 | -1/+34 |
* | 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 |
* | Patch 48284 - raise visibility of FormulaParseException | Josh Micich | 2009-11-27 | 2 | -30/+33 |
* | Made AbstractFunctionPtg immutable, other minor improvements | Josh Micich | 2009-11-14 | 1 | -1/+1 |
* | Cleaned up AttrPtg - made immutable, fixed property accessors. | Josh Micich | 2009-11-13 | 1 | -1/+1 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 1 | -0/+0 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 4 | -71/+61 |
* | Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ... | Josh Micich | 2009-06-12 | 1 | -4/+3 |
* | Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet... | Josh Micich | 2009-06-06 | 1 | -5/+36 |
* | Bugzilla 47312 - Fixed formula parser to properly reject cell references with... | Josh Micich | 2009-06-03 | 1 | -0/+43 |
* | Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning fi... | Josh Micich | 2009-06-01 | 1 | -1/+1 |
* | Changed CRLF to LF in .java test files. Minor reformatting and compiler warn... | Josh Micich | 2009-05-18 | 1 | -60/+61 |
* | Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag set | Josh Micich | 2009-05-15 | 1 | -9/+73 |
* | Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form... | Josh Micich | 2009-04-08 | 2 | -0/+152 |
* | Bug 46951 - fixed formula parser to better handle range operators and whole r... | Josh Micich | 2009-04-06 | 1 | -56/+204 |
* | Fixed formula parser to handle names with backslashes | Yegor Kozlov | 2009-02-15 | 1 | -0/+21 |
* | Improved error handling for problems described in bugzilla 46569 - Changed Sh... | Yegor Kozlov | 2009-02-06 | 1 | -0/+11 |
* | Fixed use of deprecated property HSSFName.reference (should be refersToFormula) | Josh Micich | 2009-02-03 | 1 | -3/+3 |
* | Modified formula parser to encode SUM taking a single argument as tAttrSum (f... | Josh Micich | 2009-02-02 | 1 | -5/+4 |
* | Fix for bug 46643 - formula parser should encode range operator with tMemFunc | Josh Micich | 2009-02-02 | 1 | -0/+23 |
* | Fix for bug 46547 - Allow for addition of conditional formatting when data va... | Josh Micich | 2009-01-21 | 1 | -572/+617 |
* | Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + som... | Josh Micich | 2009-01-16 | 1 | -3/+4 |
* | fixed formula parser to correctly resolve sheet-level names | Yegor Kozlov | 2008-12-23 | 1 | -8/+8 |
* | Fix for bug 46156 - improved POI's number rendering to more closely match Exc... | Josh Micich | 2008-12-01 | 1 | -18/+18 |
* | Fix for bug 46206 - tolerate missing DIMENSION records | Josh Micich | 2008-11-28 | 1 | -32/+75 |
* | Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords afte... | Josh Micich | 2008-11-24 | 2 | -0/+61 |
* | renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp... | Yegor Kozlov | 2008-11-21 | 1 | -1/+1 |
* | Initial support for union operator in FormulaParser (fix for broken junits) | Josh Micich | 2008-11-19 | 1 | -2/+31 |
* | Fix for bug 46174 - HSSFName now handles general formulas (not just area refe... | Josh Micich | 2008-11-14 | 1 | -11/+14 |
* | Merged revisions 700005,700203-700204 via svnmerge from | Josh Micich | 2008-09-29 | 1 | -4/+9 |
* | Merged revisions 699178,699487,699489,699761 via svnmerge from | Josh Micich | 2008-09-29 | 1 | -22/+84 |
* | Merged revisions 696860,696898 via svnmerge from | Josh Micich | 2008-09-19 | 4 | -43/+53 |
* | Merged revisions 696813 via svnmerge from | Josh Micich | 2008-09-18 | 2 | -4/+5 |
* | Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940... | Nick Burch | 2008-09-13 | 5 | -23/+31 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-09-07 | 1 | -1/+27 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-31 | 1 | -29/+63 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-28 | 1 | -1/+40 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-20 | 1 | -2/+29 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-11 | 1 | -3/+7 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-09 | 1 | -19/+10 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-09 | 1 | -10/+17 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-09 | 1 | -23/+24 |