| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that the core properties are there before saving them, in case they ha... | Nick Burch | 2015-02-28 | 1 | -1/+3 |
* | Move test-case to location where the scratchpad-classes are available | Dominik Stadler | 2015-02-27 | 2 | -23/+27 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 12 | -135/+355 |
* | Add missing javadoc-header | Dominik Stadler | 2015-02-27 | 1 | -0/+16 |
* | * Add text-extraction verification to integration-tests via a new abstract ba... | Dominik Stadler | 2015-02-27 | 12 | -22/+107 |
* | Adjust tests and fix small typo | Dominik Stadler | 2015-02-27 | 3 | -14/+17 |
* | Adjust to provide full exception information for cases where we catch unexpec... | Dominik Stadler | 2015-02-26 | 1 | -2/+4 |
* | Update Javadocs to refer to the fact that WorkbookFactory.create will throw a... | Nick Burch | 2015-02-24 | 1 | -2/+5 |
* | Fix inconsistent indents | Nick Burch | 2015-02-24 | 1 | -254/+253 |
* | Patch from rojotek from github-18 - Handle documents with a picture-only header | Nick Burch | 2015-02-24 | 2 | -1/+16 |
* | Change from XMLEventFactory.newFactory to XMLEventFactory.newInstance, for IB... | Nick Burch | 2015-02-24 | 1 | -5/+1 |
* | Bug 57612: Fix checking for proxy/accessible website in TestSignatureInfo | Dominik Stadler | 2015-02-23 | 1 | -1/+1 |
* | Unit tests for OPC handling of files without a Core Properties part | Nick Burch | 2015-02-23 | 1 | -0/+81 |
* | Revert organize imports | Dominik Stadler | 2015-02-21 | 1 | -1/+7 |
* | Use assertArrayEquals() to try to better show why this test fails in some rar... | Dominik Stadler | 2015-02-18 | 1 | -29/+3 |
* | Bug 57459: Add method in SXSSFSheet to directly set row OutLineLevel | Dominik Stadler | 2015-02-14 | 2 | -5/+91 |
* | Adjust TestSignatureInfo so junit provides more information if an unexpected ... | Dominik Stadler | 2015-02-14 | 1 | -1/+3 |
* | Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random ... | Dominik Stadler | 2015-02-13 | 3 | -16/+36 |
* | Bug 57479: Typo in HSSFWorkbook javaDocs | Dominik Stadler | 2015-02-09 | 1 | -11/+11 |
* | Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... | Dominik Stadler | 2015-02-09 | 26 | -54/+45 |
* | Finish converting ErrorEval to only use the FormulaError constants, and then ... | Nick Burch | 2015-02-08 | 3 | -36/+43 |
* | Prepare FormulaError for both long and short codes | Nick Burch | 2015-02-08 | 1 | -5/+21 |
* | Add a unit test (disabled) for bug #57535 - "Unknown error type: -60" fetchin... | Nick Burch | 2015-02-08 | 1 | -0/+21 |
* | Reduce duplication between FormulaError and ErrorConstants | Nick Burch | 2015-02-08 | 3 | -28/+25 |
* | XWPF implementation of some common Paragraph methods | Nick Burch | 2015-02-05 | 2 | -16/+56 |
* | Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulates | Nick Burch | 2015-02-05 | 2 | -1/+145 |
* | More common HWPF/XWPF interfaces | Nick Burch | 2015-02-05 | 4 | -22/+38 |
* | More common XWPF/HWPF character run methods | Nick Burch | 2015-02-05 | 2 | -17/+108 |
* | XWPF double strikethrough, and start on a common interface for HWPF and XWPF ... | Nick Burch | 2015-02-05 | 4 | -10/+137 |
* | The default for standard encryption cipher algorithm was wrongly set to rc4 | Andreas Beeker | 2015-01-26 | 1 | -1/+7 |
* | 57482 Handle XSLX files with no shared strings table in read-only mode | Nick Burch | 2015-01-22 | 2 | -4/+41 |
* | Unit test from Isao Kadowaki from bug #57482 | Nick Burch | 2015-01-22 | 1 | -2/+56 |
* | Add a developer-tool to pretty-print the XMLs in an OOXML file. This makes it... | Dominik Stadler | 2015-01-22 | 2 | -1/+132 |
* | Have ExtractorFactory open OPCPackages from files in read-only mode by defaul... | Nick Burch | 2015-01-18 | 2 | -8/+11 |
* | For XSSFSheet, add a getDrawingPatriarch() method alongside the existing crea... | Nick Burch | 2015-01-18 | 1 | -25/+38 |
* | Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage | Nick Burch | 2015-01-13 | 3 | -2/+6 |
* | Another exclude | Nick Burch | 2015-01-13 | 1 | -0/+2 |
* | Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it | Nick Burch | 2015-01-13 | 2 | -0/+23 |
* | Test to show that bug #57430 works fine already | Nick Burch | 2015-01-13 | 1 | -0/+14 |
* | Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s... | Dominik Stadler | 2015-01-09 | 7 | -24/+559 |
* | Fix Eclipse warnings, provide better error message and adjust javadoc slightly | Dominik Stadler | 2015-01-09 | 3 | -22/+34 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 4 | -61/+234 |
* | Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when... | Nick Burch | 2015-01-08 | 1 | -2/+2 |
* | * Add missing close() on streams in ImageUtils.getImageDimension() | Dominik Stadler | 2015-01-07 | 3 | -20/+54 |
* | Add reproducer for bug 56655 | Dominik Stadler | 2015-01-07 | 1 | -0/+65 |
* | Add reproducer for bug 57074 | Dominik Stadler | 2015-01-07 | 1 | -0/+22 |
* | Add reproducing testcase for Bug 57294 | Dominik Stadler | 2015-01-05 | 1 | -0/+29 |
* | Move some tests to the base test class where applicapple | Dominik Stadler | 2015-01-05 | 6 | -227/+265 |
* | Update disabled test for bug 54071 to show the root-cause better | Dominik Stadler | 2015-01-05 | 1 | -0/+43 |
* | Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks th... | Dominik Stadler | 2015-01-04 | 3 | -93/+216 |