| Commit message (Expand) | Author | Age | Files | Lines |
* | 65206 - Migrate ant / maven to gradle build | Andreas Beeker | 2021-03-27 | 1 | -950/+0 |
* | Sonar fixes | Andreas Beeker | 2021-01-10 | 1 | -1/+1 |
* | Sonar fixes | Andreas Beeker | 2021-01-09 | 1 | -2/+2 |
* | Sonar fixes | Andreas Beeker | 2021-01-08 | 1 | -33/+33 |
* | Sonar fixes | Andreas Beeker | 2021-01-08 | 1 | -1/+2 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 1 | -32/+43 |
* | sonar fixes | Andreas Beeker | 2020-01-23 | 1 | -566/+489 |
* | Let IntelliJ simplify some assertions | Dominik Stadler | 2019-12-15 | 1 | -44/+23 |
* | 63779 Add support for the new Java date/time API added in Java 8 | Dominik Stadler | 2019-10-09 | 1 | -1/+1 |
* | Replace deprecated CellReference class and some other warnings fixed | Dominik Stadler | 2017-09-26 | 1 | -73/+56 |
* | fix eclipse warnings - close resources | Andreas Beeker | 2017-01-23 | 1 | -118/+181 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-20 | 1 | -2/+2 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 1 | -25/+54 |
* | 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 |