6029 次代码提交 (5b42301a451bd4c4598b6f85bab7b1e53b72aef4)
 

作者 SHA1 备注 提交日期
  Dominik Stadler 5b42301a45 Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random number in unique-strings-count-field 9 年前
  Dominik Stadler faa8575923 Bug 57479: Typo in HSSFWorkbook javaDocs 9 年前
  Dominik Stadler d05e0e199c Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... 9 年前
  Dominik Stadler 18a640a2a9 Add ooxml-sources-jar files to up-to-date check to still recompile if only they are missing 9 年前
  Nick Burch 56cddecfbe Finish converting ErrorEval to only use the FormulaError constants, and then finish unit test for 57535 9 年前
  Nick Burch c397f276a0 Prepare FormulaError for both long and short codes 9 年前
  Nick Burch ff210628cc Add a unit test (disabled) for bug #57535 - "Unknown error type: -60" fetching formula error value 9 年前
  Nick Burch dbe1ee7be6 Reduce duplication between FormulaError and ErrorConstants 9 年前
  Nick Burch c42c709c9a XWPF implementation of some common Paragraph methods 9 年前
  Nick Burch eeb40d677f Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulates 9 年前
  Nick Burch 5c86e51b65 More common HWPF/XWPF interfaces 9 年前
  Nick Burch 20349c8ce0 More common XWPF/HWPF character run methods 9 年前
  Nick Burch b1cb4b0f68 XWPF double strikethrough, and start on a common interface for HWPF and XWPF character runs 9 年前
  Andreas Beeker 3d97978cee The default for standard encryption cipher algorithm was wrongly set to rc4 9 年前
  Nick Burch 0bd3a6df26 57482 Handle XSLX files with no shared strings table in read-only mode 9 年前
  Nick Burch 61e7dc447a Unit test from Isao Kadowaki from bug #57482 9 年前
  Dominik Stadler 4ccc8fd048 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 年前
  Dominik Stadler 8b4308d68a Bug 57468: Avoid possible build-error if lib-directory is not created 9 年前
  Nick Burch cef16bab94 Have ExtractorFactory open OPCPackages from files in read-only mode by default, since writing should never be needed when extracting text 9 年前
  Nick Burch bcb02aa4bc For XSSFSheet, add a getDrawingPatriarch() method alongside the existing createDrawingPatriarch() one 9 年前
  Nick Burch 631fc8f9bc Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage 9 年前
  Nick Burch ffe2581d6d Another exclude 9 年前
  Nick Burch 00e6e937f7 Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it 9 年前
  Nick Burch 26de25b7d3 Test to show that bug #57430 works fine already 9 年前
  Dominik Stadler 117e591778 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 年前
  Dominik Stadler a6d668c6f2 Fix Eclipse warnings, provide better error message and adjust javadoc slightly 9 年前
  Dominik Stadler ffdf1ba216 Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec 9 年前
  Nick Burch ef2ca85280 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 年前
  Dominik Stadler f465ee1313 * Add missing close() on streams in ImageUtils.getImageDimension() 9 年前
  Dominik Stadler 0179875251 Add reproducer for bug 56655 9 年前
  Dominik Stadler 3f6f9da0ce Add reproducer for bug 57074 9 年前
  Dominik Stadler c7d0c19328 Add reproducing testcase for Bug 57294 9 年前
  Dominik Stadler 959fecbb44 Move some tests to the base test class where applicapple 9 年前
  Dominik Stadler 7100931eae Update disabled test for bug 54071 to show the root-cause better 9 年前
  Dominik Stadler b7ab04e5f2 Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks that can never happen, fix setting failed state on error in evaluation 9 年前
  Dominik Stadler 33c4268b2e Remove unnecessary casts 9 年前
  Dominik Stadler e8317cea56 Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFSheet and enhance unit tests for XWPFParagraph and ExcelAntTest 9 年前
  Dominik Stadler 3329608dd0 Improve information in exceptions thrown by XSSFRichTextString and improve unit tests 9 年前
  Dominik Stadler 4894e5aa96 Fix copy/paste errors in XSSFSimpleShape, allow unset of insets multiple times and add unit tests 9 年前
  Dominik Stadler f93512c7eb Fix copy/paste error in XSSFTextParagraph and add unit tests 9 年前
  Dominik Stadler 467350c6d8 Adjust .classpath sources and add missing dependencies to run ooxml-lite tests standalone 9 年前
  Dominik Stadler 55275b1e67 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 年前
  Dominik Stadler 64ded75d87 Update to latest JaCoCo 0.7.2 and adjust coverage report to exclude third-party code that is not relevant for coverage measurement 9 年前
  Dominik Stadler 1e340fbce8 Bug 53453: Apply patch to add methods to set margins in sections of HWPF documents 9 年前
  Andreas Beeker 460678e607 Test and fix for bug #46441 9 年前
  Dominik Stadler a361a16899 Add missing license header 9 年前
  Dominik Stadler d9cf9bfbed Add verifying test-case for bug 52420 9 年前
  Dominik Stadler 6359ff892f Include seen invalid index in thrown Exception 9 年前
  Dominik Stadler 3b4ab5e30b Extract ROOT_DIR into constant, ignore .csv files 9 年前
  Dominik Stadler 24f27b9ae1 Fix some Eclipse warnings 9 年前