| Commit message (Expand) | Author | Age | Files | Lines |
* | Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490 | Nick Burch | 2014-11-30 | 3 | -11/+90 |
* | Formula values for Excel 4 extractor, for TIKA-1490 | Nick Burch | 2014-11-30 | 3 | -22/+40 |
* | Largely there with the Excel 4 extractor, for TIKA-1490 | Nick Burch | 2014-11-30 | 4 | -117/+132 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 4 | -9/+127 |
* | Further Excel 4 text extractor support, for TIKA-1490 | Nick Burch | 2014-11-30 | 5 | -10/+155 |
* | Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TI... | Nick Burch | 2014-11-30 | 5 | -3/+319 |
* | Remove some Eclipse warnings, remove confusing FunctionID/ID renaming... | Dominik Stadler | 2014-11-27 | 2 | -79/+13 |
* | Add missing license header | Dominik Stadler | 2014-11-27 | 1 | -0/+17 |
* | Typo and remove unnecessary casts | Dominik Stadler | 2014-11-26 | 1 | -5/+3 |
* | Include root-cause exception information when constructing ContentTypeManager... | Dominik Stadler | 2014-11-26 | 1 | -2/+6 |
* | Add more output in case of unknown cipher-ids to aid in debugging bugs like 5... | Dominik Stadler | 2014-11-26 | 2 | -4/+44 |
* | Don't swallow exceptions on validation | Andreas Beeker | 2014-11-22 | 1 | -2/+6 |
* | the subdir element needs to be included otherwise certain xmlbean operations ... | Andreas Beeker | 2014-11-21 | 1 | -1/+3 |
* | Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p... | Andreas Beeker | 2014-11-16 | 6 | -94/+175 |
* | revert of r1639217 and offline-linking for maven javadocs | Andreas Beeker | 2014-11-15 | 5 | -12/+12 |
* | Javadoc warnings fixed: | Andreas Beeker | 2014-11-13 | 6 | -20/+20 |
* | Add boolean getters/setters for bold to font, matching italic and underline, ... | Nick Burch | 2014-11-12 | 2 | -4/+21 |
* | Picture method to resize with different scales in width and height | Andreas Beeker | 2014-11-12 | 14 | -262/+608 |
* | Restore printing out test-failures after switch to JUnit4 execution | Dominik Stadler | 2014-11-11 | 1 | -2/+4 |
* | Use Junit4 JUnitCore instead of legacy TestRunner | Andreas Beeker | 2014-11-10 | 1 | -42/+28 |
* | add license header | Andreas Beeker | 2014-11-10 | 1 | -0/+17 |
* | Bug 57197: use proxy for TestSignatureInfo if set via environment variables | Dominik Stadler | 2014-11-10 | 1 | -0/+6 |
* | Fix Eclipse warning about generics | Dominik Stadler | 2014-11-10 | 1 | -1/+1 |
* | Add initial simple test of class EscherDump | Dominik Stadler | 2014-11-10 | 1 | -0/+22 |
* | Add xmlsec-jar in test-ooxml-lite which is missing after removing ooxml.class... | Dominik Stadler | 2014-11-09 | 1 | -2/+1 |
* | Add some missing close() calls and fix some generics warnings | Dominik Stadler | 2014-11-09 | 7 | -19/+42 |
* | Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github | Nick Burch | 2014-11-08 | 8 | -4/+148 |
* | Test from Tim to include PropertyList in poi-ooxml-schemas | Nick Burch | 2014-11-08 | 1 | -0/+19 |
* | Fail build if test-cases fail in OOXMLLite execution to avoid missing include... | Dominik Stadler | 2014-11-07 | 1 | -19/+48 |
* | Slowly start to adjust places in tests where we do not properly close file ha... | Dominik Stadler | 2014-11-07 | 1 | -2/+5 |
* | Calling ping is not a good idea as it runs endlessly on some platforms, do a ... | Dominik Stadler | 2014-11-07 | 1 | -7/+53 |
* | Fix some eclipse warnings, newlines, javadoc, generics, ... | Dominik Stadler | 2014-11-07 | 2 | -73/+53 |
* | Bug 57003: Add implementation of function FIXED | Dominik Stadler | 2014-11-07 | 5 | -2/+267 |
* | another signature ubuntu jdk6 bug fix ... and offline/online handling | Andreas Beeker | 2014-11-07 | 3 | -157/+183 |
* | Try for a more specific failure message on the assert | Nick Burch | 2014-11-06 | 1 | -1/+1 |
* | another blind sha2 bug fix ... | Andreas Beeker | 2014-11-05 | 1 | -1/+9 |
* | Added a catch and another workaround for the OpenJDK SHA2 AIOOBE bug | Andreas Beeker | 2014-11-05 | 2 | -140/+168 |
* | github-7 - Form check box extraction with XWPFWordExtractor | Dominik Stadler | 2014-11-05 | 2 | -31/+31 |
* | Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. Thi... | Nick Burch | 2014-11-05 | 6 | -4/+398 |
* | Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g... | Nick Burch | 2014-11-04 | 5 | -2/+96 |
* | FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897 | Nick Burch | 2014-11-04 | 3 | -0/+10 |
* | workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1155012 | Andreas Beeker | 2014-11-04 | 1 | -0/+28 |
* | Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ... | Nick Burch | 2014-11-04 | 11 | -71/+92 |
* | Some more XSSF testing for #57184 | Nick Burch | 2014-11-04 | 2 | -9/+27 |
* | Partial HSSF support for adding new external workbook formula references for ... | Nick Burch | 2014-11-04 | 7 | -58/+209 |
* | Improve BiffViewer output for SupBookRecord | Nick Burch | 2014-11-04 | 1 | -6/+10 |
* | Fix naming, see #57185 | Nick Burch | 2014-11-04 | 2 | -6/+6 |
* | Add unit test for bug #57176 | Nick Burch | 2014-11-04 | 1 | -2/+45 |
* | More disabled unit tests relating to external workbook formula references | Nick Burch | 2014-11-04 | 2 | -4/+34 |
* | Switch to explicit includes | Nick Burch | 2014-11-04 | 1 | -1/+16 |