6118 Commits (5fc4bd3f48fdc923069423c238ab67e0e004f72f)
 

Author SHA1 Message Date
  Nick Burch 1f2fc6c08b More common XWPF/HWPF character run methods 9 years ago
  Nick Burch a351b66fde XWPF double strikethrough, and start on a common interface for HWPF and XWPF character runs 9 years ago
  Andreas Beeker 70dbed4513 The default for standard encryption cipher algorithm was wrongly set to rc4 9 years ago
  Nick Burch b25e4ca87d 57482 Handle XSLX files with no shared strings table in read-only mode 9 years ago
  Nick Burch ca33983388 Unit test from Isao Kadowaki from bug #57482 9 years ago
  Dominik Stadler eab2c0d20d Add a developer-tool to pretty-print the XMLs in an OOXML file. This makes it easier to compare OOXML files produced by different applications with differeing XML formatting. 9 years ago
  Dominik Stadler 24478a96dd Bug 57468: Avoid possible build-error if lib-directory is not created 9 years ago
  Nick Burch 0257c23cae Have ExtractorFactory open OPCPackages from files in read-only mode by default, since writing should never be needed when extracting text 9 years ago
  Nick Burch df20c0a69b For XSSFSheet, add a getDrawingPatriarch() method alongside the existing createDrawingPatriarch() one 9 years ago
  Nick Burch 9ccc610f6a Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage 9 years ago
  Nick Burch ce3cc5b519 Another exclude 9 years ago
  Nick Burch 9866864ccf Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it 9 years ago
  Nick Burch c4eb73a28b Test to show that bug #57430 works fine already 9 years ago
  Dominik Stadler 113edb1a76 Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some smaller problems in the implementation found while adding full unit tests 9 years ago
  Dominik Stadler 3403bef5a8 Fix Eclipse warnings, provide better error message and adjust javadoc slightly 9 years ago
  Dominik Stadler c8bf92f963 Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec 9 years ago
  Nick Burch ed8964594b Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when attempting to set an xml security manager as best we can 9 years ago
  Dominik Stadler 8997d8900d * Add missing close() on streams in ImageUtils.getImageDimension() 9 years ago
  Dominik Stadler f912ecac92 Add reproducer for bug 56655 9 years ago
  Dominik Stadler c15f7bc929 Add reproducer for bug 57074 9 years ago
  Dominik Stadler 5aff4f5a2a Add reproducing testcase for Bug 57294 9 years ago
  Dominik Stadler fa8eae2bfd Move some tests to the base test class where applicapple 9 years ago
  Dominik Stadler c2d82b6005 Update disabled test for bug 54071 to show the root-cause better 9 years ago
  Dominik Stadler 0819dd3b9f Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks that can never happen, fix setting failed state on error in evaluation 9 years ago
  Dominik Stadler 71cf9cd8c3 Remove unnecessary casts 9 years ago
  Dominik Stadler 8edf70ec8f Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFSheet and enhance unit tests for XWPFParagraph and ExcelAntTest 9 years ago
  Dominik Stadler 9794510d33 Improve information in exceptions thrown by XSSFRichTextString and improve unit tests 9 years ago
  Dominik Stadler 2f681f430c Fix copy/paste errors in XSSFSimpleShape, allow unset of insets multiple times and add unit tests 9 years ago
  Dominik Stadler 3bbf57cd27 Fix copy/paste error in XSSFTextParagraph and add unit tests 9 years ago
  Dominik Stadler 2dce3dc7d0 Adjust .classpath sources and add missing dependencies to run ooxml-lite tests standalone 9 years ago
  Dominik Stadler ff2dece3ce Update to junit-4.12, the jar file is downloaded, so not required on classpath anymore. Also adjust version in pom.xml for Sonar. 9 years ago
  Dominik Stadler 397d0d61d6 Update to latest JaCoCo 0.7.2 and adjust coverage report to exclude third-party code that is not relevant for coverage measurement 9 years ago
  Dominik Stadler 5a20499263 Bug 53453: Apply patch to add methods to set margins in sections of HWPF documents 9 years ago
  Andreas Beeker 0ea9f5fff9 Test and fix for bug #46441 9 years ago
  Dominik Stadler be0d5df4b7 Add missing license header 9 years ago
  Dominik Stadler d909e0998c Add verifying test-case for bug 52420 9 years ago
  Dominik Stadler b930f0c46c Include seen invalid index in thrown Exception 9 years ago
  Dominik Stadler e8c5bd48ad Extract ROOT_DIR into constant, ignore .csv files 9 years ago
  Dominik Stadler 302db39cb7 Fix some Eclipse warnings 9 years ago
  Dominik Stadler ffcc20f60e Bug 46898: Convert unit tests for circular references to also run for XSSF 9 years ago
  Dominik Stadler 12edcc5ed2 Bug 46192: Add methods to query outline level for HSSF and XSSF 9 years ago
  Andreas Beeker b2a69b6152 Bug 56240 - Handle PP97_DUALSTORAGE streams 9 years ago
  Andreas Beeker de9699fcad Bug 47261 - SlideShow.removeSlide makes PPT corrupted 9 years ago
  Andreas Beeker 26ae1edcd8 Bug 49541 - Mapping of symbol characters to unicode equivalent 9 years ago
  Andreas Beeker 8e3eee35cd Bug 54541 - Add support for cropped images in Slide.draw() 9 years ago
  Dominik Stadler bfffe6cb4f Add missing license header for new file 9 years ago
  Dominik Stadler a0248ff4f0 Bug 57007: Add initial implementations of DMIN and DGET functions 9 years ago
  Dominik Stadler 5c76ccba5b Add missing close() of resources in both production code and tests 9 years ago
  Dominik Stadler 7c9d23d887 Remove unused local variable 9 years ago
  Dominik Stadler 26585f4e95 Ensure that XSSFWorkbooks contain a BookView, some corrupt ones do not contain this, e.g. ones created by movescound.com 9 years ago