aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestFormulas.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-950/+0
* Sonar fixesAndreas Beeker2021-01-101-1/+1
* Sonar fixesAndreas Beeker2021-01-091-2/+2
* Sonar fixesAndreas Beeker2021-01-081-33/+33
* Sonar fixesAndreas Beeker2021-01-081-1/+2
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-32/+43
* sonar fixesAndreas Beeker2020-01-231-566/+489
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-151-44/+23
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-091-1/+1
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-261-73/+56
* fix eclipse warnings - close resourcesAndreas Beeker2017-01-231-118/+181
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-201-2/+2
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-25/+54
* 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