5959 コミット (4204f8211ec892dba4c605b30c26757b9e0be686)
 

作成者 SHA1 メッセージ 日付
  Nick Burch 4204f8211e Fix inconsistent whitespace/indents 9年前
  Dominik Stadler 46c333cb75 Add javadoc to CellRange.getReferenceText() 9年前
  Andreas Beeker 0839a097e3 - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 9年前
  Dominik Stadler 2668385b17 Add comment 9年前
  Dominik Stadler a8522bb51e Fix testcases which were not executed before, use tempfile, cleanup, ... 9年前
  Dominik Stadler a9ce953a0f Fix two Eclipse warnings 9年前
  Dominik Stadler ab66f7cb94 Bug 57373: Fix get/setFirstVisibleTab() for XSSFWorkbook 9年前
  Dominik Stadler e224d82fe5 Bug 57362: Properly initialize chart axis when loading a workbook which already contains a chart. 9年前
  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年前
  Dominik Stadler 926079a5c8 Bug 56511: Add missing sample-file 9年前
  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年前
  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年前
  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 6efbd16c7b Add missing license header to newly added file 9年前
  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年前
  Dominik Stadler bb4de21931 Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes true 9年前
  Dominik Stadler bd9594151a Some Eclipse warnings 9年前
  Dominik Stadler e34ea114ff Add reproducer for Bug 57165, no fix yet, though... 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年前
  Dominik Stadler 766300e033 Bug 57236: Add reproducer, although I am not sure if we should and how to fix this... 9年前
  Nick Burch 37bb24ffdf Expose the version information from OldExcelExtractor 9年前
  Nick Burch eff53accdd Typo fix 9年前
  Dominik Stadler fb91a277c8 Eclipse warnings 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年前
  Dominik Stadler e67b008ce8 Adjust typos in Javadoc 9年前
  Nick Burch 5b85ab60cf Patch from Kamil Linek from bug #57071 - 3+ XSSF column label names for pivot tables 9年前
  Nick Burch a84b1030bb Patch from Kamil Linek from bug #57063 - XSSF custom column label names for pivot tables 9年前
  Dominik Stadler 06c9c2eded Bug 57254: XWPF: Correctly build internal list of styles when styles are added 9年前
  Dominik Stadler 1caad8b5c2 Remove unused members, 9年前
  Dominik Stadler 1b435fa805 Bug 57312: Add check for null value of underline w:val 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年前
  Nick Burch 032cc44ded Prep for release 9年前
  Nick Burch 4ae1ee399b Prep for release 9年前
  Andreas Beeker 0801266ffa Added link to test cases for the workarounds 9年前
  Andreas Beeker aece2fd843 Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it 9年前
  Andreas Beeker 427f7e661a close decrypted stream - test for #57296 9年前
  Andreas Beeker ac0cc6c56e 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdList 9年前
  Andreas Beeker 39dbbe9c41 #57272 - deadlock on corrupted PPT file 9年前
  Andreas Beeker cce7a41807 XML signatures - ignore line breaks in Office 2007 .rels files 9年前
  Nick Burch 42bb3f2194 Correct older biff detection, and add unit tests for HSSFWorkbook giving helpful exceptions on the older formats 9年前
  Nick Burch 25f72b6978 Update TODOs for what remains 9年前
  Nick Burch b970d826c6 More detection for older Excel formats when opening the POIFS Stream, and a more specific exception for non-OLE2 files 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年前