6238 Commits (1b1d5835b68fbcffa12b544269ee28e4728fb9d6)
 

Author SHA1 Message Date
  Andreas Beeker 1b1d5835b6 Bug 54332 - WMF extraction failing in Tika for older PowerPoint Files 9 years ago
  Dominik Stadler dfca03ec03 Fix test to find the exception-text in all cases 9 years ago
  Dominik Stadler 4a8093dc4f show full exception stack-trace if zip-bomb detection test fails 9 years ago
  Andreas Beeker 27ca5d522a Removed Java7 calls 9 years ago
  Andreas Beeker 5a42a0cd05 Bug 56865 - Limit number of bytes (by counting them) while opening office docs 9 years ago
  Andreas Beeker 5adb9cd513 Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shorts 9 years ago
  Dominik Stadler 23c7c91401 Add public key of Dominik Stadler (centic) 9 years ago
  Andreas Beeker e90b9dd5e1 Bug 58040 - Log Forging 9 years ago
  Dominik Stadler 230990a630 Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid ArrayOutOfBoundsException 9 years ago
  Andreas Beeker a080a9c56f fixed javadoc links after imports have been organized 9 years ago
  Dominik Stadler 4589cb309e Bug 56655: Fix Sumifs for cases where the criteria is in error. 9 years ago
  Dominik Stadler d8edfc6e37 Bug 56420: Fix possible NullPointerException when empty cell is included in Sumif calculation 9 years ago
  Dominik Stadler 5562f55c77 Comment out writing to file in c:/temp which breaks the build now 9 years ago
  Dominik Stadler 675758cc85 Move more tests into base class and add a TestSXSSFBugs class to verify some things that are supported against SXSSFWorkbook as well 9 years ago
  Dominik Stadler 39955f60f8 Make setLandscape(false) and setLeftToRight(false) do what one would expect 9 years ago
  Dominik Stadler 70b17d739f Add settings for the Eclipse plugin "moreunit" 9 years ago
  Dominik Stadler e8a5994956 Bug 57963: Add a task to the integration-test build which verifies that most examples can be built without scratchpad.jar 9 years ago
  Dominik Stadler 666e469f32 remove some older jacoco jars from the lib-directories to avoid loading outdated 3rd party code 9 years ago
  David North eaeb706dec Whitespace seems to be confusing the license header check; try pasting one off another file. 9 years ago
  Dominik Stadler 64196fdad2 One more file with missing license header 9 years ago
  Dominik Stadler 468c6ef9e5 add missing license header 9 years ago
  David North 76998bc75c Add explicit test for NPE only caught by other tests. Test '97 fallback behaviour generally. 9 years ago
  David North 26dda73341 My own patch to fix #56328 9 years ago
  David North 0d55c0c772 Add my PGP key to the list. 9 years ago
  David North 32e8fac65c Use a different arbitrary value for the ID of the comment shape type. This appears to prevent Excel >= 2010 from turning POI-written comments into the wrong shape (giant curved arrow). 9 years ago
  Dominik Stadler f998d39515 Bug 53109: Correctly handle unicode strings in NameCommentRecord 9 years ago
  Nick Burch e538572bea Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for invalid dates 9 years ago
  Dominik Stadler e5c1a36de9 Add missing license header 9 years ago
  Dominik Stadler b051a10087 Bug 57904: Add full source build from dist-packages to CI builds 9 years ago
  Dominik Stadler e11a46e6ad List more targets in help, make jar-src work standalone 9 years ago
  Dominik Stadler 18aa9b54a6 Set version to 3.13-beta1 9 years ago
  Tim Allison 0a914712bc POI-57975: clean up white spaces and other style issues in XWPF 9 years ago
  Tim Allison 179e46232b POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed by Moritz Dorka on TIKA-1315 9 years ago
  Nick Burch d6f899fd9d Note on why ooxml needs scratchpad, for one part only 9 years ago
  Nick Burch 9530ad26c6 Correct package 9 years ago
  Nick Burch e4ef91f186 Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in core #57963 9 years ago
  Nick Burch f2dba42227 #57963 Move the WP and SL interface definitions to core from scratchpad, so the OOXML classes can work without scratchpad 9 years ago
  Nick Burch e73a6ab4b1 Fix inconsistent indents 9 years ago
  Nick Burch d2cde65c30 #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8. Patch from Robert Kish 9 years ago
  Nick Burch 2dea5356aa Fix inconsistent indents 9 years ago
  Dominik Stadler a0f51be3ec Add WorkbookFactory.create() with a flag to allow to open files read-only, keep the current way of opening read/write as default to not break existing code. 9 years ago
  Dominik Stadler e7957fc6b8 Make POIXMLDocument implement Closeable as it holds an OCPPackage with open resources and thus should be closed after usage. Until now only XSSFWorkbook did this, but it makes sense for all derived classes. 9 years ago
  Nick Burch 2d71e80930 Add ignore - file has no content streams 9 years ago
  Nick Burch 650bb1b8cb #56791 Make NPOIFS the default when POIFSFileSystem is requested 9 years ago
  Nick Burch 9b20ef64bc Force OPOIFS test to explicitly create OPOIFS instance 9 years ago
  Nick Burch f51479df57 Force OPOIFS test to explicitly create OPOIFS instance 9 years ago
  Nick Burch d617309024 Remove a long-deprecated OPOIFS related method 9 years ago
  Nick Burch 1bb45fdc91 Fix warnings 9 years ago
  Nick Burch 76b49ec06d Fix testing for NPOIFS zero-length stream writing 9 years ago
  Nick Burch be1cb0c59c Fix NPOIFS to handle dodgy excel-95 file from bug #46904 9 years ago