aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/model/TestFormulaParser.java
Commit message (Expand)AuthorAgeFilesLines
* don't leave behind files when running unit tests. In the future this should b...Javen O'Neal2015-11-021-0/+4
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-311-14/+72
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi...David North2015-08-191-1/+57
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-091-60/+91
* Areas can have multi-sheet references too, so add FormulaParser support to th...Nick Burch2014-07-251-0/+21
* More progress towards #55906 - Have the ExternSheet references set up for mul...Nick Burch2014-07-251-2/+1
* More progress towards #55906 - FormulaParser is able to identify and parse mu...Nick Burch2014-07-241-0/+28
* Start to support formula parsing of sheet-specified named ranges, required fo...Nick Burch2014-07-181-2/+37
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-38/+4
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-35/+35
* fixed FormulaParser to correctly process defined names with underscore, see ...Yegor Kozlov2010-08-121-1/+45
* records.UnicodeString isn't actually a Record, just a common part that exists...Nick Burch2010-01-181-1/+1
* Fixed FormulaParser to allow negative elements in array literals.Josh Micich2009-12-251-0/+22
* Some more clean up of array formula support in preparation for patch 48292Josh Micich2009-12-081-1/+34
* 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
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-271-21/+25
* Made AbstractFunctionPtg immutable, other minor improvementsJosh Micich2009-11-141-1/+1
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-031-0/+43
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-151-9/+73
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-061-56/+204
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-151-0/+21
* Fix for bug 46643 - formula parser should encode range operator with tMemFuncJosh Micich2009-02-021-0/+23
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-231-8/+8
* Fix for bug 46156 - improved POI's number rendering to more closely match Exc...Josh Micich2008-12-011-18/+18
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-211-1/+1
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-191-2/+31
* Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulasJosh Micich2008-09-281-0/+31
* Fix formula parser to properly support the range operator. Small fixes to par...Josh Micich2008-09-261-22/+53
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-191-28/+29
* Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter...Josh Micich2008-09-181-2/+4
* Added support for parsing array constants in formulas. (Helping investigation...Josh Micich2008-09-091-0/+17
* Partial fix for bug 45358 - parsing area refs with rows above 32767Josh Micich2008-08-311-1/+27
* initial work on supporting calls to add-in functionsJosh Micich2008-08-111-3/+7
* improved error message for FormulaParser when the formula has a leading equal...Josh Micich2008-08-081-10/+17
* Fix for bug 45354 - Proper distinguishing of cell references and named ranges...Josh Micich2008-07-081-0/+34
* Fix for bug 45334 - formula parser needs to handle dots in identifiersJosh Micich2008-07-031-1/+24
* Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera...Josh Micich2008-06-071-7/+7
* Added test cases for parsing IF expressions. Segregated IF test cases into a...Josh Micich2008-05-261-110/+5
* Small fix for FormulaParser. Need case-insentive match for IF function nameJosh Micich2008-05-261-3/+11
* Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong bu...Josh Micich2008-05-231-3/+2
* Bug 45041 - improved FormulaParser parse error messagesJosh Micich2008-05-231-788/+729
* Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotesJosh Micich2008-05-051-51/+51
* Added test case method javadoc for old bug 44675Josh Micich2008-05-051-0/+8
* Fixed 44675 - Parameter operand classes (function metadata) required to encod...Josh Micich2008-05-031-1/+18
* Nice and small change here... Update the formula parser code to use usermodel...Nick Burch2008-04-151-5/+4
* changes/status for #44675, #44695, #44691Josh Micich2008-03-311-88/+88
* patch 44675 - made POI capable of recognising var-args functions. Some relat...Josh Micich2008-03-261-1/+14
* Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as ...Nick Burch2008-03-161-0/+44
* Patch largely from Josh from bug #44539 - Support for area references in form...Nick Burch2008-03-071-15/+22