aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestFormulas.java
Commit message (Expand)AuthorAgeFilesLines
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-2/+2
* Fixed parsing formulas containing defined names beginning with an underscore...Yegor Kozlov2010-07-261-0/+23
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-5/+5
* Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498Yegor Kozlov2009-07-121-2/+2
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-111-2/+2
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-231-5/+56
* Code cleanup in junitJosh Micich2008-09-261-482/+277
* Fix formula parser to properly support the range operator. Small fixes to par...Josh Micich2008-09-261-1/+1
* Fix for bug 45780 - update area refs during HSSFSheet.shiftRows()Josh Micich2008-09-161-5/+5
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-251-131/+131
* Consolidating ValueRecordsAggregate within RowRecordsAggregateJosh Micich2008-08-071-17/+17
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-363/+307
* Fix from Josh from bug #44417 - Improved handling of references for the need ...Nick Burch2008-02-151-8/+8
* Fix from bug #41726 - support signed offsets from relative areas and referencesNick Burch2008-01-221-0/+11
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* test case that checks to see if a case of MissingArgsPtg in the formula strin...Amol S. Deshmukh2006-08-241-0/+7
* Major landing of the following changes:Jason Height2005-08-181-4/+4
* Fix for bug 27272 : Unknown Ptg 3C and 3DAvik Sengupta2005-05-191-0/+26
* testcase for bug 34021 , already worked fineAvik Sengupta2005-04-221-0/+10
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-18/+19
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* Sync to REL_2_BR: HSSFCell.getStringValue now returns the formula result if i...Avik Sengupta2003-08-311-0/+14
* Syncing to REL_2_BR: Macro functions and related fixes, by Paul Krause bug id...Avik Sengupta2003-08-311-6/+52
* Addition of GreaterThan and LessThan in formulas (IF Functions)Avik Sengupta2003-05-041-0/+30
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* Support for the SUMIF formula and non-alpha string literalsDanny Mui2003-03-171-13/+57
* FormulaParser changes to support IF function(s)Danny Mui2003-03-151-4/+51
* unit test for date formulaAndrew C. Oliver2002-10-241-0/+37
* Bool formulas http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13078Andrew C. Oliver2002-10-011-1/+2
* *read only* support for optimized ifs. meaning "if(A1=A3,A1,A2)" and stuff.Andrew C. Oliver2002-09-061-3/+13
* Added (test first) test case for if formulasAndrew C. Oliver2002-09-021-0/+33
* writing string formulas now workAvik Sengupta2002-08-031-0/+34
* better support for sheet functions.... more refactoring after i have written ...Avik Sengupta2002-06-261-4/+4
* first cut support for sheet references. Writing works fine, reading also work...Avik Sengupta2002-06-251-0/+36
* fix for bug 9802, we write simple sum ptg, tho we can also read attr ptg. try...Avik Sengupta2002-06-121-0/+6
* updated tests without ReferenceUtilAvik Sengupta2002-06-111-6/+10
* Framework to set the class of a tokenAvik Sengupta2002-05-271-0/+2
* committing patches supplied by Matthew McClain for bug 8757. This will handle...Avik Sengupta2002-05-061-3/+33
* absolute refs in area references, plus some testsAvik Sengupta2002-05-051-1/+7
* Absolute vs relative references now work .. refactored ReferenceUtils in the ...Avik Sengupta2002-05-041-1/+42
* fixed the tests, but they still workAvik Sengupta2002-05-031-2/+2
* wow... I thought I was doing test first....but um...it turns out it already w...Andrew C. Oliver2002-05-011-0/+89
* probably nothingAndrew C. Oliver2002-05-011-0/+2
* oops left off avik's test caseAndrew C. Oliver2002-05-011-24/+73
* sum formula testAndrew C. Oliver2002-04-301-21/+63
* More work from avikAndrew C. Oliver2002-04-301-0/+39
* reference testsAndrew C. Oliver2002-04-281-5/+160
* tests parenthesisAndrew C. Oliver2002-04-281-1/+9
* test first...glen will love it.. . test for concat operator... also added so...Andrew C. Oliver2002-04-281-1/+58
* comments.Andrew C. Oliver2002-04-281-26/+33