| Commit message (Expand) | Author | Age | Files | Lines |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 1 | -2/+2 |
* | Fixed parsing formulas containing defined names beginning with an underscore... | Yegor Kozlov | 2010-07-26 | 1 | -0/+23 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 1 | -5/+5 |
* | Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498 | Yegor Kozlov | 2009-07-12 | 1 | -2/+2 |
* | removed unused imports of deprecated classes, fixed javadoc errors | Yegor Kozlov | 2009-04-11 | 1 | -2/+2 |
* | fixed formula parser to correctly resolve sheet-level names | Yegor Kozlov | 2008-12-23 | 1 | -5/+56 |
* | Code cleanup in junit | Josh Micich | 2008-09-26 | 1 | -482/+277 |
* | Fix formula parser to properly support the range operator. Small fixes to par... | Josh Micich | 2008-09-26 | 1 | -1/+1 |
* | Fix for bug 45780 - update area refs during HSSFSheet.shiftRows() | Josh Micich | 2008-09-16 | 1 | -5/+5 |
* | Replaced calls to deprecated versions of createCell(), getCell(), createRow()... | Josh Micich | 2008-08-25 | 1 | -131/+131 |
* | Consolidating ValueRecordsAggregate within RowRecordsAggregate | Josh Micich | 2008-08-07 | 1 | -17/+17 |
* | refactored all hssf junits to get test sample data in the in one place | Josh Micich | 2008-04-07 | 1 | -363/+307 |
* | Fix from Josh from bug #44417 - Improved handling of references for the need ... | Nick Burch | 2008-02-15 | 1 | -8/+8 |
* | Fix from bug #41726 - support signed offsets from relative areas and references | Nick Burch | 2008-01-22 | 1 | -0/+11 |
* | Applying the copy2license.pl script (with tiny modification to allow for more... | Henri Yandell | 2006-12-22 | 1 | -5/+6 |
* | test case that checks to see if a case of MissingArgsPtg in the formula strin... | Amol S. Deshmukh | 2006-08-24 | 1 | -0/+7 |
* | Major landing of the following changes: | Jason Height | 2005-08-18 | 1 | -4/+4 |
* | Fix for bug 27272 : Unknown Ptg 3C and 3D | Avik Sengupta | 2005-05-19 | 1 | -0/+26 |
* | testcase for bug 34021 , already worked fine | Avik Sengupta | 2005-04-22 | 1 | -0/+10 |
* | Centralized creation of temp files and made the default operation to delete o... | Glen Stampoultzis | 2004-10-12 | 1 | -18/+19 |
* | New licence changes. | Glen Stampoultzis | 2004-04-09 | 1 | -52/+15 |
* | Sync to REL_2_BR: HSSFCell.getStringValue now returns the formula result if i... | Avik Sengupta | 2003-08-31 | 1 | -0/+14 |
* | Syncing to REL_2_BR: Macro functions and related fixes, by Paul Krause bug id... | Avik Sengupta | 2003-08-31 | 1 | -6/+52 |
* | Addition of GreaterThan and LessThan in formulas (IF Functions) | Avik Sengupta | 2003-05-04 | 1 | -0/+30 |
* | Changed copyright from 2002 to 2003 | Glen Stampoultzis | 2003-04-30 | 1 | -1/+1 |
* | Support for the SUMIF formula and non-alpha string literals | Danny Mui | 2003-03-17 | 1 | -13/+57 |
* | FormulaParser changes to support IF function(s) | Danny Mui | 2003-03-15 | 1 | -4/+51 |
* | unit test for date formula | Andrew C. Oliver | 2002-10-24 | 1 | -0/+37 |
* | Bool formulas http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13078 | Andrew C. Oliver | 2002-10-01 | 1 | -1/+2 |
* | *read only* support for optimized ifs. meaning "if(A1=A3,A1,A2)" and stuff. | Andrew C. Oliver | 2002-09-06 | 1 | -3/+13 |
* | Added (test first) test case for if formulas | Andrew C. Oliver | 2002-09-02 | 1 | -0/+33 |
* | writing string formulas now work | Avik Sengupta | 2002-08-03 | 1 | -0/+34 |
* | better support for sheet functions.... more refactoring after i have written ... | Avik Sengupta | 2002-06-26 | 1 | -4/+4 |
* | first cut support for sheet references. Writing works fine, reading also work... | Avik Sengupta | 2002-06-25 | 1 | -0/+36 |
* | fix for bug 9802, we write simple sum ptg, tho we can also read attr ptg. try... | Avik Sengupta | 2002-06-12 | 1 | -0/+6 |
* | updated tests without ReferenceUtil | Avik Sengupta | 2002-06-11 | 1 | -6/+10 |
* | Framework to set the class of a token | Avik Sengupta | 2002-05-27 | 1 | -0/+2 |
* | committing patches supplied by Matthew McClain for bug 8757. This will handle... | Avik Sengupta | 2002-05-06 | 1 | -3/+33 |
* | absolute refs in area references, plus some tests | Avik Sengupta | 2002-05-05 | 1 | -1/+7 |
* | Absolute vs relative references now work .. refactored ReferenceUtils in the ... | Avik Sengupta | 2002-05-04 | 1 | -1/+42 |
* | fixed the tests, but they still work | Avik Sengupta | 2002-05-03 | 1 | -2/+2 |
* | wow... I thought I was doing test first....but um...it turns out it already w... | Andrew C. Oliver | 2002-05-01 | 1 | -0/+89 |
* | probably nothing | Andrew C. Oliver | 2002-05-01 | 1 | -0/+2 |
* | oops left off avik's test case | Andrew C. Oliver | 2002-05-01 | 1 | -24/+73 |
* | sum formula test | Andrew C. Oliver | 2002-04-30 | 1 | -21/+63 |
* | More work from avik | Andrew C. Oliver | 2002-04-30 | 1 | -0/+39 |
* | reference tests | Andrew C. Oliver | 2002-04-28 | 1 | -5/+160 |
* | tests parenthesis | Andrew C. Oliver | 2002-04-28 | 1 | -1/+9 |
* | test first...glen will love it.. . test for concat operator... also added so... | Andrew C. Oliver | 2002-04-28 | 1 | -1/+58 |
* | comments. | Andrew C. Oliver | 2002-04-28 | 1 | -26/+33 |