7057 次代码提交 (784bdfe20f8fbe56b766d72ccd78c52e30014423)
 

作者 SHA1 备注 提交日期
  Dominik Stadler 784bdfe20f Bug 47245: Comment out check and exception in case row-records are missing for some cells as it seems POI is handling this gracefully and LibreOffice/Excel are as well 8 年前
  Dominik Stadler 3655e070c1 Add xlsx which verifies via the integration-tests that the namespace fix works 8 年前
  Nick Burch 22f6743fca #59021 Namespace aware processing fix for ReadOnlySharedStringsTable, to match the one recently added to XSSFSheetXMLHandler 8 年前
  Nick Burch 112dc844a0 Pull out two more XSSF namespace definitions as re-usable constants 8 年前
  Nick Burch 798795638c Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-used constant 8 年前
  Nick Burch b1d13db902 Patch from Jim King from bug #57989 - XSSFChart support for setting chart titles, plus get+set unit tests 8 年前
  Dominik Stadler 17ed7975e2 One more possible resource leak when creating the TextExtractor fails with a RuntimeException or one of the named exceptions 8 年前
  Dominik Stadler e89cb5544d Include stacktrace of inner exception when block-positions are invalid in POIFSFileSystem 8 年前
  Tim Allison 12ac00eafd POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad Babu 8 年前
  Javen O'Neal 36ae29751d bug 58896: comment out time-dependent test 8 年前
  Nick Burch db635c18aa Javadoc fixes 8 年前
  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 年前
  Javen O'Neal 2ffd1d9dd5 bug 58896: add unit test to time Sheet.autoSizeColumn 8 年前
  Javen O'Neal cb43e54594 avoid redundant null check 8 年前
  Tim Allison 0b0911db6b 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExcelExtractor 8 年前
  Javen O'Neal 9ee05a1452 bug 56345: reject single-cell merged regions 8 年前
  Dominik Stadler 8cbb571d9c Add test which verifies that bug 52684 is not a problem (any more) 8 年前
  Javen O'Neal b6a21ab3aa bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing optional width or height parameters 8 年前
  Dominik Stadler e7729d8b1b Tried to reproduce bug 55476, but could not, added unit test anyway 8 年前
  Nick Burch 8c203f1366 Add details of the ignored errors where the HSSF spec provides a good description, and a bit more refactoring. #56892 8 年前
  Nick Burch 3b5586ea79 Start generalising the IgnoredErrorType code for later HSSF use too #56892 8 年前
  Dominik Stadler d1d31485a1 No need to wrap OpenXML4JRuntimeException in another instance of itself and fix some compilation/javadoc warnings 8 年前
  Dominik Stadler 16b90ce342 GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27 8 年前
  Dominik Stadler e156c3d691 Seems we need a cast here to compile with some newer JDKs, at least IntelliJ complains for me 8 年前
  Dominik Stadler 6979efe474 Improve error messages to state which bounds are exceeded 8 年前
  Dominik Stadler 50aa8f07c8 Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxes 8 年前
  Dominik Stadler 115b5fa0c6 Regression analysis: the additional testing of cloning sheets showed a 8 年前
  Dominik Stadler 23be95a474 Ignore a failure during cloning if we exceed file-format limits 8 年前
  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 年前
  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 年前
  Nick Burch f597a1717c Allow common tests to do auto-sizing even on SXSSF 8 年前
  Andreas Beeker b2d6b7c51a Add example for adding videos 8 年前
  Andreas Beeker f2a8846bd4 XSLF - fixed NPE when adding pictures with existing non-picture media files (e.g. movies) 8 年前
  Dominik Stadler ad696c04cb Remove file from expected failures after changes for bug 56880 8 年前
  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 年前
  Javen O'Neal d1e2c186ec remove deprecated (2009) HSSFComment#setColumn(short). int version is available. 8 年前
  Javen O'Neal 996c2d53ab HSSFComment: note a final field 8 年前
  Javen O'Neal 4c82305d3d fix O(n^2) runtime unnecessarily recreating an array inside a for-loop 8 年前
  Javen O'Neal f7a27ae67a bug 58885: fix javadocs 8 年前
  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 年前
  Dominik Stadler 7622fde4b7 Adjust test to pass forbidden-apis-check 8 年前
  Dominik Stadler 3705ceeb57 Make OldExcelExtractor Closeable to be able to free up resources if getText() was not called 8 年前
  Dominik Stadler f781606865 Add curvesapi-jar when running Findbugs 8 年前
  Nick Burch a39ea07479 Bump xmlsec version in the Eclipse project file too 8 年前
  Dominik Stadler 805e8f1e91 add an ignored test for bug 58804 8 年前
  Andreas Beeker 33ba593407 Raised xmlsec version to 2.0.6 8 年前
  Andreas Beeker b585430cab #41047 - Support hyperlinks in HSLF shapes and textruns 8 年前
  Dominik Stadler 52140e65a9 Update copyright-year to 2016 8 年前
  Dominik Stadler 727e6354f0 Rename test-source file to actual class name to avoid constant recompilations on 'compile-main' 8 年前
  Dominik Stadler bec5395d3e Include curvesapi-jar in distribution 8 年前