| Commit message (Expand) | Author | Age | Files | Lines |
* | FindBugs fix | Andreas Beeker | 2014-02-09 | 2 | -0/+14 |
* | Fix whitespace | Nick Burch | 2014-02-02 | 1 | -15/+15 |
* | Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface,... | Nick Burch | 2014-02-02 | 1 | -0/+6 |
* | jdk 5 compiler doesn't support overwrite for interfaces ... | Andreas Beeker | 2014-01-25 | 1 | -1/+0 |
* | Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS function | Nick Burch | 2014-01-23 | 2 | -0/+57 |
* | Added license headers | Andreas Beeker | 2014-01-18 | 2 | -2/+41 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 1 | -4/+5 |
* | Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and ... | Nick Burch | 2013-12-27 | 1 | -217/+277 |
* | Add some @Overrides suggested by Eclipse, generics and some warnings, | Dominik Stadler | 2013-12-26 | 2 | -0/+5 |
* | javadoc house-keeping | Andreas Beeker | 2013-12-25 | 3 | -9/+11 |
* | Fix some JavaDoc items that are reported in the build-output | Dominik Stadler | 2013-12-25 | 1 | -1/+1 |
* | patch 55731: StringBuilder logic in DataFormatter.cleanFormatForNumber | Yegor Kozlov | 2013-12-24 | 1 | -0/+2 |
* | patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2c | Yegor Kozlov | 2013-12-24 | 1 | -6/+7 |
* | More javadocs for Cell.setCellType | Nick Burch | 2013-12-12 | 1 | -1/+4 |
* | Bug 55768: added Line charts support and setting axis tick marks, title | Cédric Walter | 2013-11-22 | 8 | -4/+236 |
* | Bug 54676: added new chart axis type: Category axis | Cédric Walter | 2013-11-22 | 1 | -1/+7 |
* | Start on HSSF/XSSF Shrink To Fit support, see bug #55661 | Nick Burch | 2013-11-07 | 1 | -3/+15 |
* | Bug 55742: fixed mirr FormulaEvalTestData.xls tests | Cédric Walter | 2013-11-06 | 1 | -2/+2 |
* | Bug 55742: fixed hex2dec tests | Cédric Walter | 2013-11-06 | 1 | -1/+1 |
* | Bug 54696: Add overlay setting to ChartLegend | Cédric Walter | 2013-11-05 | 1 | -1/+17 |
* | Bug 55724: implementation of Excel PERCENTILE function | Cédric Walter | 2013-11-05 | 2 | -1/+71 |
* | fixed red build, cause by invalid java 5 method isEmpty and unmappable charac... | Cédric Walter | 2013-11-05 | 2 | -2/+2 |
* | Bug 55024: MIRR Formula implementation review, added error handling and Formu... | Cédric Walter | 2013-11-04 | 2 | -0/+111 |
* | Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to F... | Cédric Walter | 2013-11-04 | 1 | -6/+5 |
* | Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumbe... | Cédric Walter | 2013-11-04 | 4 | -47/+150 |
* | Allow formatting of formula error cells, giving back the error string that Ex... | Nick Burch | 2013-10-31 | 1 | -0/+2 |
* | Fix some Eclipse warnings, remove trailing whitespaces | Dominik Stadler | 2013-10-24 | 1 | -1/+1 |
* | Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String) | Yegor Kozlov | 2013-10-19 | 1 | -1/+1 |
* | Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String) | Yegor Kozlov | 2013-10-19 | 1 | -1/+28 |
* | Bug 55036: patch for missing function Dec2HEx | Cédric Walter | 2013-10-11 | 2 | -14/+23 |
* | Bug 55057: patch for missing function Hex2Dec | Cédric Walter | 2013-10-11 | 2 | -1/+100 |
* | Bug 55116: patch for missing function Dec2Bin | Cédric Walter | 2013-10-11 | 2 | -1/+112 |
* | Bug 55055: patch for missing function Bin2Dec | Cédric Walter | 2013-10-11 | 2 | -1/+96 |
* | Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o... | Cédric Walter | 2013-10-10 | 1 | -18/+18 |
* | Bug 55058: patch for missing function FactDouble | Cédric Walter | 2013-10-10 | 2 | -1/+87 |
* | Bug 55081: patch for missing function WEEKNUM | Cédric Walter | 2013-10-08 | 2 | -1/+89 |
* | Bug 55037: patch for missing function DELTA | Cédric Walter | 2013-10-07 | 2 | -2/+12 |
* | Apply patch from bug 55341 | Dominik Stadler | 2013-09-29 | 1 | -2/+2 |
* | Remove Eclipse warnings, remove duplicate test, rename tests to also run test... | Dominik Stadler | 2013-09-09 | 1 | -1/+2 |
* | Bug 54524: Fix border case in FormulaShifter | Dominik Stadler | 2013-08-26 | 1 | -1/+2 |
* | Fix regression introduced by r1516969 | Dominik Stadler | 2013-08-24 | 1 | -2/+3 |
* | More unit tests for column conversion, and avoid the use of Math.pow based on... | Nick Burch | 2013-08-23 | 1 | -10/+7 |
* | Some Eclipse warnings removed | Dominik Stadler | 2013-08-23 | 3 | -3/+7 |
* | Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle | Nick Burch | 2013-08-23 | 7 | -21/+0 |
* | Inspired by github pull-6, use a StringBuilder for quicker string appending | Nick Burch | 2013-08-23 | 1 | -3/+3 |
* | fix some Eclipse warnings, adjust some unit tests slightly | Dominik Stadler | 2013-08-23 | 1 | -3/+3 |
* | Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) | Nick Burch | 2013-08-21 | 1 | -0/+10 |
* | Bug 55043: patch for missing function QUOTIENT | Cédric Walter | 2013-08-16 | 2 | -5/+15 |
* | Bug 55082: patch for missing function ROMAN | Cédric Walter | 2013-08-16 | 2 | -0/+150 |
* | Bug 55080: patch for missing function IMREAL | Cédric Walter | 2013-08-16 | 2 | -1/+96 |