5926 コミット (c12f3365241a09a1a7913d9c83ed60f9dd3752b1)
 

作成者 SHA1 メッセージ 日付
  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年前
  Nick Burch 37f001274a Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490 9年前
  Nick Burch 63fd48d501 Formula values for Excel 4 extractor, for TIKA-1490 9年前
  Nick Burch c00d439f0a Largely there with the Excel 4 extractor, for TIKA-1490 9年前
  Nick Burch e8374f0a9d Further Excel 4 text extractor support, for TIKA-1490 9年前
  Nick Burch ff4b0376c8 Further Excel 4 text extractor support, for TIKA-1490 9年前
  Nick Burch 73bd034c79 Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TIKA-1490 9年前
  Dominik Stadler 5d3db739db Remove some Eclipse warnings, remove confusing FunctionID/ID renaming... 9年前
  Dominik Stadler b06dee9f51 Add missing license header 9年前
  Dominik Stadler 19aa234f37 Typo and remove unnecessary casts 9年前
  Dominik Stadler f4c52d16d8 Include root-cause exception information when constructing ContentTypeManager fails 9年前
  Dominik Stadler eae3eb5c58 Add more output in case of unknown cipher-ids to aid in debugging bugs like 57195 9年前
  Andreas Beeker 4b583b4339 Don't swallow exceptions on validation 9年前
  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年前
  Nick Burch 284e328f11 Fix the maven deployment script to use repository.apache.org instead of the people ibiblio sync 9年前
  Andreas Beeker 23bf0c9ab2 Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values passed in 9年前
  Andreas Beeker 0527986c93 revert of r1639217 and offline-linking for maven javadocs 9年前
  Andreas Beeker 74941e32fb Javadoc warnings fixed: 9年前
  Nick Burch 7b6f10e705 Add boolean getters/setters for bold to font, matching italic and underline, plus matching xssf 9年前
  Andreas Beeker d43ba17fe9 Picture method to resize with different scales in width and height 9年前
  Dominik Stadler 2429c74b85 Restore printing out test-failures after switch to JUnit4 execution 9年前
  Nick Burch dccd17dc74 Use more maven-like naming of the source jars for the ooxml schemas 9年前
  Andreas Beeker 8185716dc5 Use Junit4 JUnitCore instead of legacy TestRunner 9年前
  Andreas Beeker c10e65442a add license header 9年前
  Dominik Stadler d9bfd8ebde Bug 57197: use proxy for TestSignatureInfo if set via environment variables 9年前
  Dominik Stadler 8b4a6352ca Fix Eclipse warning about generics 9年前
  Dominik Stadler ec3a74cb05 Add initial simple test of class EscherDump 9年前
  Nick Burch 6b34a21a35 I think this is the right maven magic to deploy a javadoc jar, but we may have to see... 9年前
  Nick Burch bb17321d3f Build per-component javadoc jars, suitable for use with Maven / Maven Central 9年前
  Nick Burch 95e72817a8 Follow discussions on dev@, don't include the javadocs in the source package, since they can be recreated as desired using ant from the unpacked source package 9年前
  Dominik Stadler 529a05f37f Add xmlsec-jar in test-ooxml-lite which is missing after removing ooxml.classpath 9年前
  Dominik Stadler b66ad25484 Adjust Eclipse project settings to define warnings and other settings locally in the project 9年前
  Dominik Stadler 1421f5c707 Adjust location of ooxml-lite classes and try with reduced classpath to actually test without full xsds 9年前
  Dominik Stadler da1738611a Add some missing close() calls and fix some generics warnings 9年前