| Commit message (Expand) | Author | Age | Files | Lines |
* | 65206 - Migrate ant / maven to gradle build | Andreas Beeker | 2021-03-27 | 1 | -114/+0 |
* | Sonar fixes | Andreas Beeker | 2021-01-09 | 1 | -2/+2 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 1 | -20/+18 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 1 | -273/+0 |
* | Sonar Fixes | Andreas Beeker | 2019-12-05 | 1 | -5/+1 |
* | Sonar Fixes + Refactor scattered XML initializations to XMLHelper | Andreas Beeker | 2019-12-03 | 1 | -29/+17 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 1 | -0/+1 |
* | Add initial compile steps with a simple multi-project setup to build.gradle | Dominik Stadler | 2016-10-07 | 1 | -51/+40 |
* | reorganize imports (remove unused imports, sort alphabetically) | Javen O'Neal | 2016-07-04 | 1 | -5/+4 |
* | bug 26862: add test case for HSSFWorkbook.cloneSheet copies charts | Javen O'Neal | 2015-10-27 | 1 | -0/+35 |
* | convert scratchpad TestHSSFChart from junit3 to junit4 | Javen O'Neal | 2015-10-27 | 1 | -7/+17 |
* | Rather than having lots of classes all create their own XML DocumentBuilderFa... | Nick Burch | 2014-04-15 | 1 | -5/+3 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 1 | -0/+2 |
* | add initial implementation for Excel to XSL FO converter | Sergey Vladimirov | 2011-08-29 | 1 | -8/+40 |
* | do not test ex45698-22488.xls -- requires too much memory | Sergey Vladimirov | 2011-08-23 | 1 | -1/+3 |
* | fix test case name for TestExcelToHtmlConverterSuite | Sergey Vladimirov | 2011-07-18 | 1 | -1/+3 |
* | fix package: org.apache.poi.hssf.usermodel.converter -> org.apache.poi.hssf.c... | Sergey Vladimirov | 2011-07-07 | 1 | -2/+0 |
* | add Excel-to-HTML converter (with test suite) | Sergey Vladimirov | 2011-07-04 | 1 | -0/+108 |
* | Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove ser... | Nick Burch | 2010-07-16 | 1 | -0/+99 |
* | Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma... | Josh Micich | 2009-05-21 | 1 | -22/+22 |
* | moving other chart records into dedicated package | Josh Micich | 2008-11-19 | 1 | -4/+7 |
* | should have been submitted with r683081 | Josh Micich | 2008-08-06 | 1 | -19/+7 |
* | X, Y, Width and Height getters/setters on HSSFChart | Nick Burch | 2008-05-27 | 1 | -0/+6 |
* | Initial support for getting and changing chart titles and series titles | Nick Burch | 2008-04-10 | 1 | -4/+76 |
* | Make a bit of a start on being able to edit chart titles, based on the email ... | Nick Burch | 2008-04-03 | 1 | -0/+61 |
* | Move the FormulaEvaluator code out of scratchpad | Nick Burch | 2008-03-29 | 36 | -5316/+0 |
* | Merge several bug tests into one file | Nick Burch | 2008-03-29 | 4 | -245/+169 |
* | Move the missing record aware eventusermodel code out of scratchpad | Nick Burch | 2008-03-29 | 1 | -360/+0 |
* | (real) fix for bug #44691. Modified Pmt.java to allow for 3 arguments. Adde... | Josh Micich | 2008-03-27 | 3 | -72/+88 |
* | Add failing (but disabled) test from bug #44691 | Nick Burch | 2008-03-27 | 1 | -0/+70 |
* | Make junit happy | Nick Burch | 2008-03-20 | 1 | -2/+2 |
* | Test relating to bug #44636 | Nick Burch | 2008-03-20 | 1 | -0/+88 |
* | Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu... | Nick Burch | 2008-03-16 | 3 | -131/+213 |
* | Patch from Josh, which shows that various bugs are now fixed | Nick Burch | 2008-03-16 | 2 | -0/+218 |
* | Patch largely from Josh from bug #44539 - Support for area references in form... | Nick Burch | 2008-03-07 | 2 | -9/+37 |
* | Big patch from Josh from bug #44504 - lots of formula parser improvements | Nick Burch | 2008-03-04 | 15 | -64/+605 |
* | Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell ... | Nick Burch | 2008-03-03 | 1 | -0/+42 |
* | Patch from Josh from bug #44450 - VLookup and HLookup support, and improvemen... | Nick Burch | 2008-02-22 | 1 | -0/+385 |
* | Patch from Josh from bug #44371 - support for OFFSET function, and various tw... | Nick Burch | 2008-02-21 | 2 | -0/+93 |
* | Patch from Josh from bug #44403 - Further support for unusual, but valid, arg... | Nick Burch | 2008-02-20 | 2 | -0/+115 |
* | Further support for whole-column references, including formula strings and th... | Nick Burch | 2008-02-15 | 1 | -13/+19 |
* | Partial fix for bug #44410 - support whole column ranges such as C:C in the f... | Nick Burch | 2008-02-15 | 1 | -0/+93 |
* | Fix from Josh from bug #44421 - Update Match function to properly support Are... | Nick Burch | 2008-02-15 | 1 | -12/+43 |
* | Fix from Josh from bug #44417 - Improved handling of references for the need ... | Nick Burch | 2008-02-15 | 1 | -22/+23 |
* | Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, ... | Nick Burch | 2008-02-15 | 1 | -0/+125 |
* | Big formula update from Josh from bug #44364 - support for Match, NA and SumP... | Nick Burch | 2008-02-14 | 13 | -257/+895 |
* | In the interests of sanity, stop having hssf test data files in scratchpad an... | Nick Burch | 2008-02-14 | 3 | -0/+0 |
* | Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh... | Nick Burch | 2008-02-04 | 6 | -0/+549 |
* | Patch from bug #44336 - correctly escape sheet names in formula references, i... | Nick Burch | 2008-02-01 | 1 | -1/+1 |