| Commit message (Expand) | Author | Age | Files | Lines |
* | don't leave behind files when running unit tests. In the future this should b... | Javen O'Neal | 2015-11-02 | 1 | -0/+4 |
* | bug58452: set cell formulas containing unregistered function names | Javen O'Neal | 2015-10-31 | 1 | -14/+72 |
* | Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi... | David North | 2015-08-19 | 1 | -1/+57 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 1 | -60/+91 |
* | Areas can have multi-sheet references too, so add FormulaParser support to th... | Nick Burch | 2014-07-25 | 1 | -0/+21 |
* | More progress towards #55906 - Have the ExternSheet references set up for mul... | Nick Burch | 2014-07-25 | 1 | -2/+1 |
* | More progress towards #55906 - FormulaParser is able to identify and parse mu... | Nick Burch | 2014-07-24 | 1 | -0/+28 |
* | Start to support formula parsing of sheet-specified named ranges, required fo... | Nick Burch | 2014-07-18 | 1 | -2/+37 |
* | Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ... | Dominik Stadler | 2014-05-16 | 1 | -38/+4 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 1 | -35/+35 |
* | fixed FormulaParser to correctly process defined names with underscore, see ... | Yegor Kozlov | 2010-08-12 | 1 | -1/+45 |
* | 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 |
* | 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 | 1 | -21/+25 |
* | Made AbstractFunctionPtg immutable, other minor improvements | Josh Micich | 2009-11-14 | 1 | -1/+1 |
* | Bugzilla 47312 - Fixed formula parser to properly reject cell references with... | Josh Micich | 2009-06-03 | 1 | -0/+43 |
* | Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag set | Josh Micich | 2009-05-15 | 1 | -9/+73 |
* | 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 |
* | Fix for bug 46643 - formula parser should encode range operator with tMemFunc | Josh Micich | 2009-02-02 | 1 | -0/+23 |
* | 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 |
* | 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 |
* | Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulas | Josh Micich | 2008-09-28 | 1 | -0/+31 |
* | Fix formula parser to properly support the range operator. Small fixes to par... | Josh Micich | 2008-09-26 | 1 | -22/+53 |
* | Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva... | Josh Micich | 2008-09-19 | 1 | -28/+29 |
* | Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter... | Josh Micich | 2008-09-18 | 1 | -2/+4 |
* | Added support for parsing array constants in formulas. (Helping investigation... | Josh Micich | 2008-09-09 | 1 | -0/+17 |
* | Partial fix for bug 45358 - parsing area refs with rows above 32767 | Josh Micich | 2008-08-31 | 1 | -1/+27 |
* | initial work on supporting calls to add-in functions | Josh Micich | 2008-08-11 | 1 | -3/+7 |
* | improved error message for FormulaParser when the formula has a leading equal... | Josh Micich | 2008-08-08 | 1 | -10/+17 |
* | Fix for bug 45354 - Proper distinguishing of cell references and named ranges... | Josh Micich | 2008-07-08 | 1 | -0/+34 |
* | Fix for bug 45334 - formula parser needs to handle dots in identifiers | Josh Micich | 2008-07-03 | 1 | -1/+24 |
* | Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera... | Josh Micich | 2008-06-07 | 1 | -7/+7 |
* | Added test cases for parsing IF expressions. Segregated IF test cases into a... | Josh Micich | 2008-05-26 | 1 | -110/+5 |
* | Small fix for FormulaParser. Need case-insentive match for IF function name | Josh Micich | 2008-05-26 | 1 | -3/+11 |
* | Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong bu... | Josh Micich | 2008-05-23 | 1 | -3/+2 |
* | Bug 45041 - improved FormulaParser parse error messages | Josh Micich | 2008-05-23 | 1 | -788/+729 |
* | Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotes | Josh Micich | 2008-05-05 | 1 | -51/+51 |
* | Added test case method javadoc for old bug 44675 | Josh Micich | 2008-05-05 | 1 | -0/+8 |
* | Fixed 44675 - Parameter operand classes (function metadata) required to encod... | Josh Micich | 2008-05-03 | 1 | -1/+18 |
* | Nice and small change here... Update the formula parser code to use usermodel... | Nick Burch | 2008-04-15 | 1 | -5/+4 |
* | changes/status for #44675, #44695, #44691 | Josh Micich | 2008-03-31 | 1 | -88/+88 |
* | patch 44675 - made POI capable of recognising var-args functions. Some relat... | Josh Micich | 2008-03-26 | 1 | -1/+14 |
* | Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as ... | Nick Burch | 2008-03-16 | 1 | -0/+44 |
* | Patch largely from Josh from bug #44539 - Support for area references in form... | Nick Burch | 2008-03-07 | 1 | -15/+22 |