aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for itNick Burch2015-01-133-0/+23
* Test to show that bug #57430 works fine alreadyNick Burch2015-01-131-0/+14
* Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s...Dominik Stadler2015-01-097-24/+559
* Fix Eclipse warnings, provide better error message and adjust javadoc slightlyDominik Stadler2015-01-093-22/+34
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-095-61/+234
* Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when...Nick Burch2015-01-081-2/+2
* * Add missing close() on streams in ImageUtils.getImageDimension()Dominik Stadler2015-01-073-20/+54
* Add reproducer for bug 56655Dominik Stadler2015-01-071-0/+65
* Add reproducer for bug 57074Dominik Stadler2015-01-072-0/+22
* Add reproducing testcase for Bug 57294Dominik Stadler2015-01-051-0/+29
* Move some tests to the base test class where applicappleDominik Stadler2015-01-056-227/+265
* Update disabled test for bug 54071 to show the root-cause betterDominik Stadler2015-01-051-0/+43
* Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks th...Dominik Stadler2015-01-044-93/+216
* Remove unnecessary castsDominik Stadler2015-01-041-8/+6
* Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS...Dominik Stadler2015-01-047-35/+545
* Improve information in exceptions thrown by XSSFRichTextString and improve un...Dominik Stadler2015-01-032-4/+78
* Fix copy/paste errors in XSSFSimpleShape, allow unset of insets multiple time...Dominik Stadler2015-01-032-12/+188
* Fix copy/paste error in XSSFTextParagraph and add unit testsDominik Stadler2015-01-032-4/+206
* Adjust .classpath sources and add missing dependencies to run ooxml-lite test...Dominik Stadler2015-01-032-2/+2
* Update to junit-4.12, the jar file is downloaded, so not required on classpat...Dominik Stadler2015-01-0311-24/+21
* Update to latest JaCoCo 0.7.2 and adjust coverage report to exclude third-par...Dominik Stadler2015-01-031-9/+23
* Bug 53453: Apply patch to add methods to set margins in sections of HWPF docu...Dominik Stadler2015-01-033-224/+415
* Test and fix for bug #46441Andreas Beeker2015-01-0219-241/+639
* Add missing license headerDominik Stadler2015-01-021-0/+16
* Add verifying test-case for bug 52420Dominik Stadler2015-01-022-75/+84
* Include seen invalid index in thrown ExceptionDominik Stadler2015-01-021-2/+2
* Extract ROOT_DIR into constant, ignore .csv filesDominik Stadler2015-01-021-4/+7
* Fix some Eclipse warningsDominik Stadler2015-01-0212-178/+183
* Bug 46898: Convert unit tests for circular references to also run for XSSFDominik Stadler2015-01-029-176/+275
* Bug 46192: Add methods to query outline level for HSSF and XSSFDominik Stadler2015-01-0211-8/+119
* Bug 56240 - Handle PP97_DUALSTORAGE streamsAndreas Beeker2014-12-303-4/+24
* Bug 47261 - SlideShow.removeSlide makes PPT corruptedAndreas Beeker2014-12-304-0/+20
* Bug 49541 - Mapping of symbol characters to unicode equivalent Andreas Beeker2014-12-293-0/+263
* Bug 54541 - Add support for cropped images in Slide.draw()Andreas Beeker2014-12-295-42/+159
* Add missing license header for new fileDominik Stadler2014-12-281-0/+17
* Bug 57007: Add initial implementations of DMIN and DGET functionsDominik Stadler2014-12-289-0/+575
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-2827-450/+715
* Remove unused local variableDominik Stadler2014-12-281-3/+0
* Ensure that XSSFWorkbooks contain a BookView, some corrupt ones do not contai...Dominik Stadler2014-12-281-0/+14
* Start adding some coverage of more Scratchpad-classesDominik Stadler2014-12-282-1/+35
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-2844-317/+378
* Exclude javadoc-jars in findbugs runDominik Stadler2014-12-281-0/+1
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-2731-306/+256
* One more change in file-pattern to actually exclude .svn filesDominik Stadler2014-12-261-1/+1
* Exclude .svn sub-dirs as it seems Apache Jenkins still runs with Subversion <...Dominik Stadler2014-12-261-0/+1
* Add jars from compile-lib to findbugs targetDominik Stadler2014-12-261-0/+4
* Unified access to escher opt record Andreas Beeker2014-12-2611-31/+35
* Add a test-suite which performs integration/stress tests which load and handl...Dominik Stadler2014-12-2524-1/+1306
* Fix inconsistent whitespace/indentsNick Burch2014-12-251-35/+33
* Add javadoc to CellRange.getReferenceText()Dominik Stadler2014-12-251-0/+5