| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing test-file for Bug 56017 | Dominik Stadler | 2014-02-02 | 1 | -0/+0 |
* | Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalState... | Andreas Beeker | 2014-02-02 | 1 | -0/+0 |
* | Bug 56011: Use default style if the cell style attribute is not present | Dominik Stadler | 2014-02-01 | 1 | -0/+0 |
* | - Bug 51585 - WorkbookFactory.create() hangs when creating a workbook | Andreas Beeker | 2014-01-26 | 1 | -0/+0 |
* | Bug 35897 - Password protected files | Andreas Beeker | 2014-01-10 | 1 | -0/+0 |
* | Bug 55850: fix NullPointerException during extraction from XSSF | Dominik Stadler | 2013-12-08 | 1 | -0/+0 |
* | Bug 55640, added reproducer, a fix for the Exception cases and some verify-te... | Dominik Stadler | 2013-12-02 | 2 | -0/+0 |
* | Bug 55745: fix handling of tables in XSSF if there are comments as well, ther... | Dominik Stadler | 2013-11-28 | 1 | -0/+0 |
* | Unit tests for Shrink To Fit cell style support (#55661) | Nick Burch | 2013-11-07 | 2 | -0/+0 |
* | Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ... | Nick Burch | 2013-11-07 | 1 | -0/+0 |
* | Bug 55742: fixed mirr FormulaEvalTestData.xls tests | Cédric Walter | 2013-11-06 | 1 | -0/+0 |
* | Bug 55724: implementation of Excel PERCENTILE function | Cédric Walter | 2013-11-05 | 1 | -0/+0 |
* | Bug 55024: MIRR Formula implementation review, added error handling and Formu... | Cédric Walter | 2013-11-04 | 2 | -0/+0 |
* | Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to F... | Cédric Walter | 2013-11-04 | 1 | -0/+0 |
* | Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumbe... | Cédric Walter | 2013-11-04 | 1 | -0/+0 |
* | Fix Bug 54400 by updating the index in the LinkTable whenever sheets are | Dominik Stadler | 2013-11-02 | 1 | -0/+0 |
* | Bug 55036: patch for missing function Dec2HEx | Cédric Walter | 2013-10-11 | 1 | -0/+0 |
* | Bug 55057: patch for missing function Hex2Dec | Cédric Walter | 2013-10-11 | 1 | -0/+0 |
* | Bug 55116: patch for missing function Dec2Bin | Cédric Walter | 2013-10-11 | 1 | -0/+0 |
* | Bug 55055: patch for missing function Bin2Dec | Cédric Walter | 2013-10-11 | 1 | -0/+0 |
* | Bug 55058: patch for missing function FactDouble | Cédric Walter | 2013-10-10 | 2 | -0/+0 |
* | Bug 55081: patch for missing function WEEKNUM | Cédric Walter | 2013-10-08 | 3 | -0/+0 |
* | Bug 55037: patch for missing function DELTA | Cédric Walter | 2013-10-07 | 1 | -0/+0 |
* | Apply patch from bug 55341 | Dominik Stadler | 2013-09-29 | 1 | -0/+0 |
* | Bug 53798: Add fix for XmlValueDisconnectException during shifting rows | Dominik Stadler | 2013-09-09 | 1 | -0/+0 |
* | Bug 54524: Fix border case in FormulaShifter | Dominik Stadler | 2013-08-26 | 1 | -0/+0 |
* | Tried to reproduce Bug 47090, but seems to be fixed now. | Dominik Stadler | 2013-08-23 | 1 | -0/+0 |
* | Add testcase which tries to reproduce Bug 48495, but seems to be fixed | Dominik Stadler | 2013-08-23 | 1 | -0/+0 |
* | Bug 50298: Fix corruption of Workbook when setting sheet order. The | Dominik Stadler | 2013-08-21 | 1 | -0/+0 |
* | Bug 55043: patch for missing function QUOTIENT | Cédric Walter | 2013-08-16 | 2 | -0/+0 |
* | Bug 55082: patch for missing function ROMAN | Cédric Walter | 2013-08-16 | 1 | -0/+0 |
* | Bug 55080: patch for missing function IMREAL | Cédric Walter | 2013-08-16 | 2 | -0/+0 |
* | Bug 55079: patch for missing function IMAGINARY | Cédric Walter | 2013-08-16 | 2 | -0/+0 |
* | Bug 54720: Support for Row/Col Area Range like 8:8 or H:H | Cédric Walter | 2013-08-16 | 1 | -0/+0 |
* | POI-55292 | Tim Allison | 2013-07-31 | 2 | -0/+0 |
* | testing svn commit with test doc for 55292 | Tim Allison | 2013-07-29 | 1 | -0/+0 |
* | Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 | Dominik Stadler | 2013-07-09 | 3 | -0/+0 |
* | Bug 54084: Add testcase which reproduces the bug, no fix available yet | Dominik Stadler | 2013-06-30 | 2 | -0/+1 |
* | Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ... | Nick Burch | 2013-06-25 | 1 | -0/+0 |
* | Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte... | Nick Burch | 2013-06-20 | 2 | -0/+374 |
* | Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol() | Dominik Stadler | 2013-06-17 | 1 | -0/+0 |
* | Bug 55047: REPT formula support | Yegor Kozlov | 2013-06-02 | 1 | -0/+0 |
* | missing tests for Bug 55041 - CODE formula support | Yegor Kozlov | 2013-06-02 | 1 | -0/+0 |
* | added missing tests for Bug 55042: patch for missing function COMPLEX | Yegor Kozlov | 2013-06-02 | 1 | -0/+0 |
* | Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF | Yegor Kozlov | 2013-03-16 | 3 | -0/+0 |
* | Bugzilla 54469 - Support for financial functions IPMT and PPMT | Yegor Kozlov | 2013-03-02 | 2 | -0/+0 |
* | Bugzilla 54436: Fixed metadata for GETPIVOTDATA function | Yegor Kozlov | 2013-03-02 | 1 | -0/+0 |
* | Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook di... | Nick Burch | 2013-02-07 | 1 | -0/+0 |
* | Bugzilla 54356: Support of statistical function INTERCEPT | Yegor Kozlov | 2012-12-28 | 1 | -0/+0 |
* | Bugs 54228,53672 - Fixed XSSF to read cells with missing R attribute | Yegor Kozlov | 2012-12-05 | 2 | -0/+0 |