| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch for Bug/Enhancement 55818 - add encryption support | Andreas Beeker | 2013-12-24 | 23 | -747/+2105 |
* | 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 |
* | Fix bug #55901 - Avoid using RMI based | Nick Burch | 2013-12-18 | 1 | -3/+2 |
* | More javadocs for Cell.setCellType | Nick Burch | 2013-12-12 | 2 | -8/+21 |
* | 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 |
* | Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so t... | Nick Burch | 2013-11-21 | 1 | -1/+7 |
* | Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support,... | Nick Burch | 2013-11-12 | 6 | -86/+111 |
* | Start on HSSF/XSSF Shrink To Fit support, see bug #55661 | Nick Burch | 2013-11-07 | 2 | -4/+30 |
* | Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ... | Nick Burch | 2013-11-07 | 1 | -10/+84 |
* | Patch from Andreas Beeker from bug #53475 - CSPName may not always be presen... | Nick Burch | 2013-11-07 | 1 | -15/+22 |
* | 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 |
* | Fix Bug 54400 by updating the index in the LinkTable whenever sheets are | Dominik Stadler | 2013-11-02 | 3 | -8/+29 |
* | Allow formatting of formula error cells, giving back the error string that Ex... | Nick Burch | 2013-10-31 | 1 | -0/+2 |
* | Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec... | Dominik Stadler | 2013-10-30 | 3 | -9/+33 |
* | Re-use functionality from HSSFWorkbook in dev-tools to find the | Dominik Stadler | 2013-10-27 | 7 | -63/+46 |
* | Add a number of tests for the dev-tools. The tests iterate over all .xls | Dominik Stadler | 2013-10-25 | 5 | -28/+49 |
* | Patch 55612 - Performance improvement in HSSFCellStyle.getDataFormatString() | Yegor Kozlov | 2013-10-25 | 1 | -1/+28 |
* | Fix some Eclipse warnings, remove trailing whitespaces | Dominik Stadler | 2013-10-24 | 1 | -1/+1 |
* | Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a ... | Nick Burch | 2013-10-23 | 1 | -2/+28 |
* | 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 | 2 | -2/+33 |
* | Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF | Yegor Kozlov | 2013-10-13 | 9 | -137/+689 |
* | Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF | Yegor Kozlov | 2013-10-13 | 2 | -19/+71 |
* | 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 |
* | Fix #55647 - When creating a temp file, ensure the name isn't already taken | Nick Burch | 2013-10-10 | 1 | -0/+11 |
* | 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 |
* | Support more hashing formats for OOXML protected documents, for bug #55544 | Nick Burch | 2013-09-11 | 1 | -8/+24 |
* | Remove Eclipse warnings, remove duplicate test, rename tests to also run test... | Dominik Stadler | 2013-09-09 | 2 | -2/+6 |
* | 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 | 50 | -123/+3 |
* | Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co... | Nick Burch | 2013-08-23 | 50 | -129/+11 |