1943 Commits (5b42301a451bd4c4598b6f85bab7b1e53b72aef4)

Author SHA1 Message Date
  Dominik Stadler 5b42301a45 Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random number in unique-strings-count-field 9 years ago
  Dominik Stadler faa8575923 Bug 57479: Typo in HSSFWorkbook javaDocs 9 years ago
  Dominik Stadler d05e0e199c Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ... 9 years ago
  Nick Burch 56cddecfbe Finish converting ErrorEval to only use the FormulaError constants, and then finish unit test for 57535 9 years ago
  Nick Burch c397f276a0 Prepare FormulaError for both long and short codes 9 years ago
  Nick Burch dbe1ee7be6 Reduce duplication between FormulaError and ErrorConstants 9 years ago
  Andreas Beeker 3d97978cee The default for standard encryption cipher algorithm was wrongly set to rc4 9 years ago
  Nick Burch 631fc8f9bc Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage 9 years ago
  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 years ago
  Dominik Stadler ffdf1ba216 Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec 9 years ago
  Dominik Stadler f465ee1313 * Add missing close() on streams in ImageUtils.getImageDimension() 9 years ago
  Andreas Beeker 460678e607 Test and fix for bug #46441 9 years ago
  Dominik Stadler 6359ff892f Include seen invalid index in thrown Exception 9 years ago
  Dominik Stadler 24f27b9ae1 Fix some Eclipse warnings 9 years ago
  Dominik Stadler 906a917796 Bug 46192: Add methods to query outline level for HSSF and XSSF 9 years ago
  Andreas Beeker 74ddc1440e Bug 49541 - Mapping of symbol characters to unicode equivalent 9 years ago
  Dominik Stadler 4586328c95 Add missing license header for new file 9 years ago
  Dominik Stadler ba0aa8a128 Bug 57007: Add initial implementations of DMIN and DGET functions 9 years ago
  Dominik Stadler 96cfbb9cc5 Remove unused local variable 9 years ago
  Dominik Stadler ca12a21163 Fix Eclipse warnings, unnecessary casts, use generics, static access... 9 years ago
  Andreas Beeker b91e480006 Charset.forName() for known encodings makes catching UnknownEncodingException obsolete 9 years ago
  Nick Burch 4204f8211e Fix inconsistent whitespace/indents 9 years ago
  Dominik Stadler 46c333cb75 Add javadoc to CellRange.getReferenceText() 9 years ago
  Andreas Beeker 0839a097e3 - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 9 years ago
  Dominik Stadler a9ce953a0f Fix two Eclipse warnings 9 years ago
  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 years ago
  Dominik Stadler bd9594151a Some Eclipse warnings 9 years ago
  Dominik Stadler a9f4fb8027 Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeSheet() for both HSSF and XSSF 9 years ago
  Dominik Stadler 124cda92e6 Bug 57231: Add missing ArrayRecord.clone() 9 years ago
  Nick Burch 37bb24ffdf Expose the version information from OldExcelExtractor 9 years ago
  Andreas Beeker 0801266ffa Added link to test cases for the workarounds 9 years ago
  Andreas Beeker aece2fd843 Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it 9 years ago
  Nick Burch 42bb3f2194 Correct older biff detection, and add unit tests for HSSFWorkbook giving helpful exceptions on the older formats 9 years ago
  Nick Burch 25f72b6978 Update TODOs for what remains 9 years ago
  Nick Burch b970d826c6 More detection for older Excel formats when opening the POIFS Stream, and a more specific exception for non-OLE2 files 9 years ago
  Nick Burch 8a13f67496 On Biff5 files, include the sheet name. (Older formats are single sheet) 9 years ago
  Nick Burch 0d21e6e1da Track the codepage in old excel files, to be able to correctly decode the 8 bit strings in them 9 years ago
  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 years ago
  Nick Burch 6d1c6f391b Switch to POITestCase / assertContains 9 years ago
  Nick Burch 37f001274a Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490 9 years ago
  Nick Burch 63fd48d501 Formula values for Excel 4 extractor, for TIKA-1490 9 years ago
  Nick Burch c00d439f0a Largely there with the Excel 4 extractor, for TIKA-1490 9 years ago
  Nick Burch e8374f0a9d Further Excel 4 text extractor support, for TIKA-1490 9 years ago
  Nick Burch ff4b0376c8 Further Excel 4 text extractor support, for TIKA-1490 9 years ago
  Nick Burch 73bd034c79 Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TIKA-1490 9 years ago
  Dominik Stadler 5d3db739db Remove some Eclipse warnings, remove confusing FunctionID/ID renaming... 9 years ago
  Dominik Stadler eae3eb5c58 Add more output in case of unknown cipher-ids to aid in debugging bugs like 57195 9 years ago
  Andreas Beeker 0527986c93 revert of r1639217 and offline-linking for maven javadocs 9 years ago
  Andreas Beeker 74941e32fb Javadoc warnings fixed: 9 years ago
  Nick Burch 7b6f10e705 Add boolean getters/setters for bold to font, matching italic and underline, plus matching xssf 9 years ago