1289 коммитов (2c7987545b7f9bc6cab84a9c812c512092ad7fc9)

Автор SHA1 Сообщение Дата
  Dominik Stadler 2c7987545b Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTable and we try to adjust it during sheet removal. 9 лет назад
  Dominik Stadler 690abbe554 Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. 9 лет назад
  Dominik Stadler 642ba72872 Add test from bug 49423 to verify that the problem was fixed in the meantime 9 лет назад
  Dominik Stadler 4c8d98eb0b Bug 56017: fix shifting comments with shifted rows and move some more tests into the base classes to run them against XSSF, SXSSF and HSSF 9 лет назад
  Dominik Stadler 1461cf947c Add second verification of bug 56325 to ensure it is really fixed 9 лет назад
  Dominik Stadler 61f2898396 Bug 56380: Remove limitation of 1024 comments per Workbook 9 лет назад
  Dominik Stadler 336e16ba35 Remove unused import 9 лет назад
  Dominik Stadler 9b84116192 Move test-case to location where the scratchpad-classes are available 9 лет назад
  Dominik Stadler a3e087268a * Verify some more Text-Extraction features as part of integration tests, fix some NullPointerExceptions that showed up now because the event-based extraction does not have a Document available 9 лет назад
  Dominik Stadler 51a428c5ee Adjust tests and fix small typo 9 лет назад
  Dominik Stadler 5b42301a45 Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random number in unique-strings-count-field 9 лет назад
  Nick Burch 631fc8f9bc Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage 9 лет назад
  Nick Burch 00e6e937f7 Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for it 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 лет назад
  Dominik Stadler f465ee1313 * Add missing close() on streams in ImageUtils.getImageDimension() 9 лет назад
  Dominik Stadler 3f6f9da0ce Add reproducer for bug 57074 9 лет назад
  Dominik Stadler 959fecbb44 Move some tests to the base test class where applicapple 9 лет назад
  Dominik Stadler a361a16899 Add missing license header 9 лет назад
  Dominik Stadler 24f27b9ae1 Fix some Eclipse warnings 9 лет назад
  Dominik Stadler 943af49680 Bug 46898: Convert unit tests for circular references to also run for XSSF 9 лет назад
  Dominik Stadler ba0aa8a128 Bug 57007: Add initial implementations of DMIN and DGET functions 9 лет назад
  Dominik Stadler dec03ba459 Add missing close() of resources in both production code and tests 9 лет назад
  Dominik Stadler ca12a21163 Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 лет назад
  Andreas Beeker b91e480006 Charset.forName() for known encodings makes catching UnknownEncodingException obsolete 9 лет назад
  Dominik Stadler 8daac21f87 Add a test-suite which performs integration/stress tests which load and handle all stored test files in various ways. 9 лет назад
  Dominik Stadler dd25abcc68 Bug 56595: Also switch the cache in DateUtil.isADateFormat() to ThreadLocals to not have another syncpoint here. Again only very little data is kept, so no memory bloat should happen because of this. 9 лет назад
  Dominik Stadler bd9594151a Some Eclipse warnings 9 лет назад
  Dominik Stadler a9f4fb8027 Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeSheet() for both HSSF and XSSF 9 лет назад
  Dominik Stadler 124cda92e6 Bug 57231: Add missing ArrayRecord.clone() 9 лет назад
  Nick Burch 37bb24ffdf Expose the version information from OldExcelExtractor 9 лет назад
  Dominik Stadler 920c7d5988 Add a test for spreadsheet/49219.xls which previously failed with NullPointerException because we did not handle serializing ExternalNameRecords without actual data 9 лет назад
  Nick Burch 1939a50de8 Fix warnings and inconsistent indents 9 лет назад
  Dominik Stadler 022f22d829 Bug 57355: Fix test-compilation casued by moving the code to the base-test-class 9 лет назад
  Dominik Stadler c12f336524 Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lines in XSSFSheet.getColumnWidthInPixels() 9 лет назад
  Andreas Beeker aece2fd843 Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it 9 лет назад
  Nick Burch 42bb3f2194 Correct older biff detection, and add unit tests for HSSFWorkbook giving helpful exceptions on the older formats 9 лет назад
  Nick Burch 8a13f67496 On Biff5 files, include the sheet name. (Older formats are single sheet) 9 лет назад
  Nick Burch 0d21e6e1da Track the codepage in old excel files, to be able to correctly decode the 8 bit strings in them 9 лет назад
  Nick Burch 1c7a6d9254 Add some formatted numbers to the test biff5 files, and commented out tests using them 9 лет назад
  Nick Burch 2821bcaf41 Track what Biff version we are working on, and use that to work around Biff 2 and 5 having the same formula record sid for different layouts 9 лет назад
  Nick Burch 6d1c6f391b Switch to POITestCase / assertContains 9 лет назад
  Nick Burch 37f001274a Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490 9 лет назад
  Nick Burch c00d439f0a Largely there with the Excel 4 extractor, for TIKA-1490 9 лет назад
  Nick Burch e8374f0a9d Further Excel 4 text extractor support, for TIKA-1490 9 лет назад
  Nick Burch ff4b0376c8 Further Excel 4 text extractor support, for TIKA-1490 9 лет назад
  Nick Burch 73bd034c79 Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TIKA-1490 9 лет назад
  Dominik Stadler b06dee9f51 Add missing license header 9 лет назад
  Dominik Stadler eae3eb5c58 Add more output in case of unknown cipher-ids to aid in debugging bugs like 57195 9 лет назад