| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistent indenting, based on current POI style guide | Nick Burch | 2013-11-12 | 1 | -104/+101 |
* | Fix some JavaDocs, and add a generic constructor based on ZipEntrySource | Nick Burch | 2013-11-12 | 1 | -3/+22 |
* | Reduce duplication by replacing lots of deprecated methods with calls to thei... | Nick Burch | 2013-11-11 | 1 | -95/+6 |
* | Try to make a few OPCPackage error messages more helpful, and slightly reform... | Nick Burch | 2013-11-11 | 1 | -20/+23 |
* | Bugzilla 55560 : Patch for hiding slides in HSLF | Yegor Kozlov | 2013-11-09 | 4 | -3/+333 |
* | Patch 53176 - Fixed auto shapes render problem in pptx files | Yegor Kozlov | 2013-11-09 | 1 | -4/+35 |
* | Unit tests for Shrink To Fit cell style support (#55661) | Nick Burch | 2013-11-07 | 4 | -44/+102 |
* | Start on HSSF/XSSF Shrink To Fit support, see bug #55661 | Nick Burch | 2013-11-07 | 4 | -10/+53 |
* | Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not ... | Nick Burch | 2013-11-07 | 3 | -10/+93 |
* | Patch from Andreas Beeker from bug #53475 - CSPName may not always be presen... | Nick Burch | 2013-11-07 | 4 | -15/+75 |
* | Bug 55742: fixed mirr FormulaEvalTestData.xls tests | Cédric Walter | 2013-11-06 | 2 | -2/+2 |
* | Bug 55742: fixed hex2dec tests | Cédric Walter | 2013-11-06 | 1 | -1/+1 |
* | Bug 55724: implementation of excel percentile function, added unit test | Cédric Walter | 2013-11-06 | 1 | -0/+112 |
* | Bug 54696: Add overlay setting to ChartLegend | Cédric Walter | 2013-11-05 | 3 | -2/+76 |
* | Bug 55724: implementation of Excel PERCENTILE function | Cédric Walter | 2013-11-05 | 3 | -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 | 5 | -0/+273 |
* | Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to F... | Cédric Walter | 2013-11-04 | 4 | -24/+23 |
* | Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumbe... | Cédric Walter | 2013-11-04 | 7 | -47/+273 |
* | Bug 52400: fix handling some types of TNEF files, make HMEFMessage.HEADER_SIG... | Dominik Stadler | 2013-11-03 | 7 | -34/+178 |
* | Add more output to assertion in test-case that is sometimes failing, see e.g.... | Dominik Stadler | 2013-11-03 | 1 | -4/+3 |
* | Add slightly more coverage for ExcelAntWorkbookUtil | Dominik Stadler | 2013-11-02 | 1 | -2/+62 |
* | Fix Bug 54400 by updating the index in the LinkTable whenever sheets are | Dominik Stadler | 2013-11-02 | 5 | -8/+79 |
* | Fix bug #55733 - XWPFWordExtractor need | Nick Burch | 2013-11-01 | 4 | -20/+32 |
* | Allow formatting of formula error cells, giving back the error string that Ex... | Nick Burch | 2013-10-31 | 2 | -0/+19 |
* | Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec... | Dominik Stadler | 2013-10-30 | 7 | -13/+108 |
* | Add scratchpad-resources to .classpath make TestExtractorFactory run in Eclipse | Dominik Stadler | 2013-10-27 | 1 | -0/+1 |
* | Re-use functionality from HSSFWorkbook in dev-tools to find the | Dominik Stadler | 2013-10-27 | 12 | -102/+114 |
* | Add reproducer tests for Bug 53515, disabled as we do not fix any of the | Dominik Stadler | 2013-10-26 | 2 | -6/+91 |
* | Bug 49940: Apply patch to avoid XmlValueDisconnectedException when | Dominik Stadler | 2013-10-26 | 2 | -48/+34 |
* | Add a number of tests for the dev-tools. The tests iterate over all .xls | Dominik Stadler | 2013-10-25 | 12 | -28/+381 |
* | 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 | 4 | -18/+30 |
* | Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a ... | Nick Burch | 2013-10-23 | 2 | -2/+65 |
* | Patch from bug #55650 from Andrej - Avoid AIOOBE if a non-existant Xfs is req... | Nick Burch | 2013-10-22 | 2 | -136/+154 |
* | Try to make the eclipse classpath more general - place the output under /buil... | Nick Burch | 2013-10-22 | 1 | -11/+10 |
* | Bug 55369: Add support for collapsing rows in SXSSF | Dominik Stadler | 2013-10-20 | 5 | -9/+248 |
* | 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 |
* | Add Eclipse project files and settings to make it easier to start hacking on ... | Dominik Stadler | 2013-10-16 | 4 | -0/+409 |
* | Bug 55658: don't fail in SXSSF if a numeric cell is overwritten with a string | Dominik Stadler | 2013-10-16 | 2 | -7/+50 |
* | Change from having actual zero bytes in java code to java-string notation for... | Dominik Stadler | 2013-10-14 | 1 | -0/+0 |
* | Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF | Yegor Kozlov | 2013-10-13 | 11 | -143/+800 |
* | Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF | Yegor Kozlov | 2013-10-13 | 3 | -23/+133 |
* | Bug 55036: fixed red build (Dec2Hex) | Cédric Walter | 2013-10-12 | 1 | -3/+2 |
* | Bug 55036: patch for missing function Dec2HEx | Cédric Walter | 2013-10-11 | 3 | -14/+23 |
* | Bug 55057: patch for missing function Hex2Dec | Cédric Walter | 2013-10-11 | 3 | -1/+100 |
* | Bug 55116: patch for missing function Dec2Bin | Cédric Walter | 2013-10-11 | 3 | -1/+112 |
* | Bug 55055: patch for missing function Bin2Dec | Cédric Walter | 2013-10-11 | 3 | -1/+96 |
* | Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o... | Cédric Walter | 2013-10-10 | 2 | -18/+58 |