5959 Commits (4204f8211ec892dba4c605b30c26757b9e0be686)
 

Autor SHA1 Mensaje Fecha
  Nick Burch 4204f8211e Fix inconsistent whitespace/indents hace 9 años
  Dominik Stadler 46c333cb75 Add javadoc to CellRange.getReferenceText() hace 9 años
  Andreas Beeker 0839a097e3 - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF hace 9 años
  Dominik Stadler 2668385b17 Add comment hace 9 años
  Dominik Stadler a8522bb51e Fix testcases which were not executed before, use tempfile, cleanup, ... hace 9 años
  Dominik Stadler a9ce953a0f Fix two Eclipse warnings hace 9 años
  Dominik Stadler ab66f7cb94 Bug 57373: Fix get/setFirstVisibleTab() for XSSFWorkbook hace 9 años
  Dominik Stadler e224d82fe5 Bug 57362: Properly initialize chart axis when loading a workbook which already contains a chart. hace 9 años
  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. hace 9 años
  Dominik Stadler 926079a5c8 Bug 56511: Add missing sample-file hace 9 años
  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 hace 9 años
  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 hace 9 años
  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. hace 9 años
  Dominik Stadler 6efbd16c7b Add missing license header to newly added file hace 9 años
  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 hace 9 años
  Dominik Stadler bb4de21931 Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true hace 9 años
  Dominik Stadler bd9594151a Some Eclipse warnings hace 9 años
  Dominik Stadler e34ea114ff Add reproducer for Bug 57165, no fix yet, though... hace 9 años
  Dominik Stadler a9f4fb8027 Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeSheet() for both HSSF and XSSF hace 9 años
  Dominik Stadler 124cda92e6 Bug 57231: Add missing ArrayRecord.clone() hace 9 años
  Dominik Stadler 766300e033 Bug 57236: Add reproducer, although I am not sure if we should and how to fix this... hace 9 años
  Nick Burch 37bb24ffdf Expose the version information from OldExcelExtractor hace 9 años
  Nick Burch eff53accdd Typo fix hace 9 años
  Dominik Stadler fb91a277c8 Eclipse warnings hace 9 años
  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 hace 9 años
  Dominik Stadler e67b008ce8 Adjust typos in Javadoc hace 9 años
  Nick Burch 5b85ab60cf Patch from Kamil Linek from bug #57071 - 3+ XSSF column label names for pivot tables hace 9 años
  Nick Burch a84b1030bb Patch from Kamil Linek from bug #57063 - XSSF custom column label names for pivot tables hace 9 años
  Dominik Stadler 06c9c2eded Bug 57254: XWPF: Correctly build internal list of styles when styles are added hace 9 años
  Dominik Stadler 1caad8b5c2 Remove unused members, hace 9 años
  Dominik Stadler 1b435fa805 Bug 57312: Add check for null value of underline w:val hace 9 años
  Nick Burch 1939a50de8 Fix warnings and inconsistent indents hace 9 años
  Dominik Stadler 022f22d829 Bug 57355: Fix test-compilation casued by moving the code to the base-test-class hace 9 años
  Dominik Stadler c12f336524 Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lines in XSSFSheet.getColumnWidthInPixels() hace 9 años
  Nick Burch 032cc44ded Prep for release hace 9 años
  Nick Burch 4ae1ee399b Prep for release hace 9 años
  Andreas Beeker 0801266ffa Added link to test cases for the workarounds hace 9 años
  Andreas Beeker aece2fd843 Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it hace 9 años
  Andreas Beeker 427f7e661a close decrypted stream - test for #57296 hace 9 años
  Andreas Beeker ac0cc6c56e 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdList hace 9 años
  Andreas Beeker 39dbbe9c41 #57272 - deadlock on corrupted PPT file hace 9 años
  Andreas Beeker cce7a41807 XML signatures - ignore line breaks in Office 2007 .rels files hace 9 años
  Nick Burch 42bb3f2194 Correct older biff detection, and add unit tests for HSSFWorkbook giving helpful exceptions on the older formats hace 9 años
  Nick Burch 25f72b6978 Update TODOs for what remains hace 9 años
  Nick Burch b970d826c6 More detection for older Excel formats when opening the POIFS Stream, and a more specific exception for non-OLE2 files hace 9 años
  Nick Burch 8a13f67496 On Biff5 files, include the sheet name. (Older formats are single sheet) hace 9 años
  Nick Burch 0d21e6e1da Track the codepage in old excel files, to be able to correctly decode the 8 bit strings in them hace 9 años
  Nick Burch 1c7a6d9254 Add some formatted numbers to the test biff5 files, and commented out tests using them hace 9 años
  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 hace 9 años
  Nick Burch 6d1c6f391b Switch to POITestCase / assertContains hace 9 años