5959 Commits (4204f8211ec892dba4c605b30c26757b9e0be686)
 

Author SHA1 Message Date
  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 2668385b17 Add comment 9 years ago
  Dominik Stadler a8522bb51e Fix testcases which were not executed before, use tempfile, cleanup, ... 9 years ago
  Dominik Stadler a9ce953a0f Fix two Eclipse warnings 9 years ago
  Dominik Stadler ab66f7cb94 Bug 57373: Fix get/setFirstVisibleTab() for XSSFWorkbook 9 years ago
  Dominik Stadler e224d82fe5 Bug 57362: Properly initialize chart axis when loading a workbook which already contains a chart. 9 years ago
  Dominik Stadler c116c2b2e7 Remove iterating over the number of runs for certain XSSFRichTextString operations. If I didn't overlook something, they can directly access the array element anyway. Seems this was some leftover copy/paste stuff. 9 years ago
  Dominik Stadler 926079a5c8 Bug 56511: Add missing sample-file 9 years ago
  Dominik Stadler 7744fd96c1 Bug 56511: Add a null-check to ensure that the run actually has a font to not cause a NullPointerException but rather return null as documented 9 years ago
  Dominik Stadler b3149076f6 Bug 56550: Defer the initialization of the _classes to when it is actually needed to allow IBM JDK to at least load the class 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 6efbd16c7b Add missing license header to newly added file 9 years ago
  Dominik Stadler cf1558116f Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK and the last column in a row is empty 9 years ago
  Dominik Stadler bb4de21931 Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true 9 years ago
  Dominik Stadler bd9594151a Some Eclipse warnings 9 years ago
  Dominik Stadler e34ea114ff Add reproducer for Bug 57165, no fix yet, though... 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
  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