5941 Commits (a9f4fb8027b724e90cfa97bb5963aab5597a8020)
 

Author SHA1 Message Date
  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
  Dominik Stadler 766300e033 Bug 57236: Add reproducer, although I am not sure if we should and how to fix this... 9 years ago
  Nick Burch 37bb24ffdf Expose the version information from OldExcelExtractor 9 years ago
  Nick Burch eff53accdd Typo fix 9 years ago
  Dominik Stadler fb91a277c8 Eclipse warnings 9 years ago
  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 years ago
  Dominik Stadler e67b008ce8 Adjust typos in Javadoc 9 years ago
  Nick Burch 5b85ab60cf Patch from Kamil Linek from bug #57071 - 3+ XSSF column label names for pivot tables 9 years ago
  Nick Burch a84b1030bb Patch from Kamil Linek from bug #57063 - XSSF custom column label names for pivot tables 9 years ago
  Dominik Stadler 06c9c2eded Bug 57254: XWPF: Correctly build internal list of styles when styles are added 9 years ago
  Dominik Stadler 1caad8b5c2 Remove unused members, 9 years ago
  Dominik Stadler 1b435fa805 Bug 57312: Add check for null value of underline w:val 9 years ago
  Nick Burch 1939a50de8 Fix warnings and inconsistent indents 9 years ago
  Dominik Stadler 022f22d829 Bug 57355: Fix test-compilation casued by moving the code to the base-test-class 9 years ago
  Dominik Stadler c12f336524 Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lines in XSSFSheet.getColumnWidthInPixels() 9 years ago
  Nick Burch 032cc44ded Prep for release 9 years ago
  Nick Burch 4ae1ee399b Prep for release 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
  Andreas Beeker 427f7e661a close decrypted stream - test for #57296 9 years ago
  Andreas Beeker ac0cc6c56e 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdList 9 years ago
  Andreas Beeker 39dbbe9c41 #57272 - deadlock on corrupted PPT file 9 years ago
  Andreas Beeker cce7a41807 XML signatures - ignore line breaks in Office 2007 .rels files 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 1c7a6d9254 Add some formatted numbers to the test biff5 files, and commented out tests using 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 b06dee9f51 Add missing license header 9 years ago
  Dominik Stadler 19aa234f37 Typo and remove unnecessary casts 9 years ago
  Dominik Stadler f4c52d16d8 Include root-cause exception information when constructing ContentTypeManager fails 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 4b583b4339 Don't swallow exceptions on validation 9 years ago
  Andreas Beeker b5288cf29e the subdir element needs to be included otherwise certain xmlbean operations (e.g. selectPath) can't find the corresponding xmlbeans classes 9 years ago
  Nick Burch 284e328f11 Fix the maven deployment script to use repository.apache.org instead of the people ibiblio sync 9 years ago
  Andreas Beeker 23bf0c9ab2 Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values passed in 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