| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it | Nick Burch | 2015-01-13 | 3 | -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 | 5 | -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 | 2 | -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 | 4 | -93/+216 |
* | Remove unnecessary casts | Dominik Stadler | 2015-01-04 | 1 | -8/+6 |
* | Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS... | Dominik Stadler | 2015-01-04 | 7 | -35/+545 |
* | Improve information in exceptions thrown by XSSFRichTextString and improve un... | Dominik Stadler | 2015-01-03 | 2 | -4/+78 |
* | Fix copy/paste errors in XSSFSimpleShape, allow unset of insets multiple time... | Dominik Stadler | 2015-01-03 | 2 | -12/+188 |
* | Fix copy/paste error in XSSFTextParagraph and add unit tests | Dominik Stadler | 2015-01-03 | 2 | -4/+206 |
* | Adjust .classpath sources and add missing dependencies to run ooxml-lite test... | Dominik Stadler | 2015-01-03 | 2 | -2/+2 |
* | Update to junit-4.12, the jar file is downloaded, so not required on classpat... | Dominik Stadler | 2015-01-03 | 11 | -24/+21 |
* | Update to latest JaCoCo 0.7.2 and adjust coverage report to exclude third-par... | Dominik Stadler | 2015-01-03 | 1 | -9/+23 |
* | Bug 53453: Apply patch to add methods to set margins in sections of HWPF docu... | Dominik Stadler | 2015-01-03 | 3 | -224/+415 |
* | Test and fix for bug #46441 | Andreas Beeker | 2015-01-02 | 19 | -241/+639 |
* | Add missing license header | Dominik Stadler | 2015-01-02 | 1 | -0/+16 |
* | Add verifying test-case for bug 52420 | Dominik Stadler | 2015-01-02 | 2 | -75/+84 |
* | Include seen invalid index in thrown Exception | Dominik Stadler | 2015-01-02 | 1 | -2/+2 |
* | Extract ROOT_DIR into constant, ignore .csv files | Dominik Stadler | 2015-01-02 | 1 | -4/+7 |
* | Fix some Eclipse warnings | Dominik Stadler | 2015-01-02 | 12 | -178/+183 |
* | Bug 46898: Convert unit tests for circular references to also run for XSSF | Dominik Stadler | 2015-01-02 | 9 | -176/+275 |
* | Bug 46192: Add methods to query outline level for HSSF and XSSF | Dominik Stadler | 2015-01-02 | 11 | -8/+119 |
* | Bug 56240 - Handle PP97_DUALSTORAGE streams | Andreas Beeker | 2014-12-30 | 3 | -4/+24 |
* | Bug 47261 - SlideShow.removeSlide makes PPT corrupted | Andreas Beeker | 2014-12-30 | 4 | -0/+20 |
* | Bug 49541 - Mapping of symbol characters to unicode equivalent | Andreas Beeker | 2014-12-29 | 3 | -0/+263 |
* | Bug 54541 - Add support for cropped images in Slide.draw() | Andreas Beeker | 2014-12-29 | 5 | -42/+159 |
* | Add missing license header for new file | Dominik Stadler | 2014-12-28 | 1 | -0/+17 |
* | Bug 57007: Add initial implementations of DMIN and DGET functions | Dominik Stadler | 2014-12-28 | 9 | -0/+575 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 27 | -450/+715 |
* | Remove unused local variable | Dominik Stadler | 2014-12-28 | 1 | -3/+0 |
* | Ensure that XSSFWorkbooks contain a BookView, some corrupt ones do not contai... | Dominik Stadler | 2014-12-28 | 1 | -0/+14 |
* | Start adding some coverage of more Scratchpad-classes | Dominik Stadler | 2014-12-28 | 2 | -1/+35 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 44 | -317/+378 |
* | Exclude javadoc-jars in findbugs run | Dominik Stadler | 2014-12-28 | 1 | -0/+1 |
* | Charset.forName() for known encodings makes catching UnknownEncodingException... | Andreas Beeker | 2014-12-27 | 31 | -306/+256 |
* | One more change in file-pattern to actually exclude .svn files | Dominik Stadler | 2014-12-26 | 1 | -1/+1 |
* | Exclude .svn sub-dirs as it seems Apache Jenkins still runs with Subversion <... | Dominik Stadler | 2014-12-26 | 1 | -0/+1 |
* | Add jars from compile-lib to findbugs target | Dominik Stadler | 2014-12-26 | 1 | -0/+4 |
* | Unified access to escher opt record | Andreas Beeker | 2014-12-26 | 11 | -31/+35 |
* | Add a test-suite which performs integration/stress tests which load and handl... | Dominik Stadler | 2014-12-25 | 24 | -1/+1306 |
* | Fix inconsistent whitespace/indents | Nick Burch | 2014-12-25 | 1 | -35/+33 |
* | Add javadoc to CellRange.getReferenceText() | Dominik Stadler | 2014-12-25 | 1 | -0/+5 |