7052 Commits (b1d13db902da75c16b52e98ace2a49b9b5367c2f)
 

Author SHA1 Message Date
  Nick Burch b1d13db902 Patch from Jim King from bug #57989 - XSSFChart support for setting chart titles, plus get+set unit tests 8 years ago
  Dominik Stadler 17ed7975e2 One more possible resource leak when creating the TextExtractor fails with a RuntimeException or one of the named exceptions 8 years ago
  Dominik Stadler e89cb5544d Include stacktrace of inner exception when block-positions are invalid in POIFSFileSystem 8 years ago
  Tim Allison 12ac00eafd POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad Babu 8 years ago
  Javen O'Neal 36ae29751d bug 58896: comment out time-dependent test 8 years ago
  Nick Burch db635c18aa Javadoc fixes 8 years ago
  Javen O'Neal 865bf1d24f move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDataProvider.trackColumnsForAutosizing(Sheet, int...) with ITestDataProvider.trackAllColumnsForAutosizing(Sheet) to avoid cluttering unit tests with specific columns that will be autosized 8 years ago
  Javen O'Neal 2ffd1d9dd5 bug 58896: add unit test to time Sheet.autoSizeColumn 8 years ago
  Javen O'Neal cb43e54594 avoid redundant null check 8 years ago
  Tim Allison 0b0911db6b 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExcelExtractor 8 years ago
  Javen O'Neal 9ee05a1452 bug 56345: reject single-cell merged regions 8 years ago
  Dominik Stadler 8cbb571d9c Add test which verifies that bug 52684 is not a problem (any more) 8 years ago
  Javen O'Neal b6a21ab3aa bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing optional width or height parameters 8 years ago
  Dominik Stadler e7729d8b1b Tried to reproduce bug 55476, but could not, added unit test anyway 8 years ago
  Nick Burch 8c203f1366 Add details of the ignored errors where the HSSF spec provides a good description, and a bit more refactoring. #56892 8 years ago
  Nick Burch 3b5586ea79 Start generalising the IgnoredErrorType code for later HSSF use too #56892 8 years ago
  Dominik Stadler d1d31485a1 No need to wrap OpenXML4JRuntimeException in another instance of itself and fix some compilation/javadoc warnings 8 years ago
  Dominik Stadler 16b90ce342 GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27 8 years ago
  Dominik Stadler e156c3d691 Seems we need a cast here to compile with some newer JDKs, at least IntelliJ complains for me 8 years ago
  Dominik Stadler 6979efe474 Improve error messages to state which bounds are exceeded 8 years ago
  Dominik Stadler 50aa8f07c8 Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxes 8 years ago
  Dominik Stadler 115b5fa0c6 Regression analysis: the additional testing of cloning sheets showed a 8 years ago
  Dominik Stadler 23be95a474 Ignore a failure during cloning if we exceed file-format limits 8 years ago
  Dominik Stadler 4308b2e398 bug 58996: Don't try to unset fill color if it is not set to avoid invalid access inside the Xml structures 8 years ago
  Nick Burch 6f46cd95be Fix #57034 on SXSSF, and add a common unit test to show it was already fixed on the others + is now fixed for SXSSF 8 years ago
  Nick Burch f597a1717c Allow common tests to do auto-sizing even on SXSSF 8 years ago
  Andreas Beeker b2d6b7c51a Add example for adding videos 8 years ago
  Andreas Beeker f2a8846bd4 XSLF - fixed NPE when adding pictures with existing non-picture media files (e.g. movies) 8 years ago
  Dominik Stadler ad696c04cb Remove file from expected failures after changes for bug 56880 8 years ago
  Tim Allison 991c5d0a00 Bug 56880 - switch exception to logged warning that non-extended pascal strings are not supported. Full fix would add parsing for these strings. 8 years ago
  Javen O'Neal d1e2c186ec remove deprecated (2009) HSSFComment#setColumn(short). int version is available. 8 years ago
  Javen O'Neal 996c2d53ab HSSFComment: note a final field 8 years ago
  Javen O'Neal 4c82305d3d fix O(n^2) runtime unnecessarily recreating an array inside a for-loop 8 years ago
  Javen O'Neal f7a27ae67a bug 58885: fix javadocs 8 years ago
  Javen O'Neal 0281af7928 bug 58885: performance regression on XSSFSheet.addMergedRegion(CellRangeAddress). Add an unsafe version of addMergedRegion that doesn't check for overlapping merged regions 8 years ago
  Dominik Stadler 7622fde4b7 Adjust test to pass forbidden-apis-check 8 years ago
  Dominik Stadler 3705ceeb57 Make OldExcelExtractor Closeable to be able to free up resources if getText() was not called 8 years ago
  Dominik Stadler f781606865 Add curvesapi-jar when running Findbugs 8 years ago
  Nick Burch a39ea07479 Bump xmlsec version in the Eclipse project file too 8 years ago
  Dominik Stadler 805e8f1e91 add an ignored test for bug 58804 8 years ago
  Andreas Beeker 33ba593407 Raised xmlsec version to 2.0.6 8 years ago
  Andreas Beeker b585430cab #41047 - Support hyperlinks in HSLF shapes and textruns 8 years ago
  Dominik Stadler 52140e65a9 Update copyright-year to 2016 8 years ago
  Dominik Stadler 727e6354f0 Rename test-source file to actual class name to avoid constant recompilations on 'compile-main' 8 years ago
  Dominik Stadler bec5395d3e Include curvesapi-jar in distribution 8 years ago
  Dominik Stadler 8a2ce9d9df Fix possible NPE found with msg-file from CommonCrawl 8 years ago
  Dominik Stadler 5fd6d81f7d Fix possible NullPointerException with invalid/unsupported image types 8 years ago
  Javen O'Neal 313cce7d77 make SXSSFWorkbook member variables private 8 years ago
  Javen O'Neal b06744cece whitespace 8 years ago
  Javen O'Neal f0da444c32 fix questionable List.remove(int) in SXSSFITestDataProvider 8 years ago