1652 Commits (396cd26693fcfdf2450713ca3806a8b2a9bf0258)

Author SHA1 Message Date
  Tim Allison 396cd26693 51519 -- allow users to ignore or include the <rPh> (phonetic run) element in the ReadOnlySharedStringsTable used in the SAX/streaming xlsx reader. 7 years ago
  Andreas Beeker 9f06ee1bf7 #60662 - Slide import delete unrecognized elements in group shape 7 years ago
  Javen O'Neal 9330f2ac74 bug 59893: commit the changes from attachment 34068 that were unrelated to available() 7 years ago
  Greg Woolsey 8aa700d5e5 Ugh, that's what I get for copying someone else's code without fully reviewing it. Return the boolean property, don't wrap it in an extra if(). 7 years ago
  Greg Woolsey f40bec804d Expose another common property, strikeout. 7 years ago
  Greg Woolsey 99390a5759 Add evaluation of data validation rules and conditional formatting 7 years ago
  Andreas Beeker 732558a406 #60625 - Rendering issue with background and shape overlayed by image 7 years ago
  Andreas Beeker eedbf5df3e #60715 - Blank layout was not found 7 years ago
  Javen O'Neal 91cc13f771 Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null if valign is not set. Patch from prasad-babu. This closes #30 on GitHub. 7 years ago
  Javen O'Neal 7b38711979 Convert all *.java files to use native end of line character(s) 7 years ago
  Javen O'Neal 2a0c4cdde4 bug 59983: correctly update shared formulas when shifting rows. Thanks to Luca Martini for the initial failing unit test with test file and Chiara Marcheschi for the patch 7 years ago
  Andreas Beeker a002b7287e #60625 - Rendering issue with background and shape overlayed by image 7 years ago
  Andreas Beeker 7ed2c1e85a #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream 7 years ago
  Dominik Stadler 2c8f25c864 IntelliJ warnings, Javadoc, Formatting 7 years ago
  Javen O'Neal 6509f983a7 remove unused imports 7 years ago
  Javen O'Neal 42a785a7d9 bug 60605: remove code for enforcing rule that active sheet cannot be hidden 7 years ago
  Javen O'Neal 586343e71b bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum 7 years ago
  Javen O'Neal 60f1ed67d4 bug 60601: unset hyperlinks after removing them individually from the DOM 7 years ago
  Javen O'Neal b3d1bef3a1 bug 60601: hyperlinks have to be removed one by one to avoid other errors 7 years ago
  Javen O'Neal f055f99549 bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch from Joachim Piketz 7 years ago
  Andreas Beeker 3cf6c40004 fix eclipse warnings - close resources / type generics 7 years ago
  Andreas Beeker 9c2820add6 #60586 - Support embedding OLE1.0 package in XSSF / SS Common 7 years ago
  Tim Allison 4ce3e5def5 bug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's getShapes(). 7 years ago
  Andreas Beeker cf37b13c3a SonarQube fixes 7 years ago
  Andreas Beeker 13cc14c909 SonarQube fixes 7 years ago
  Andreas Beeker fb2dbf1e73 SonarQube fixes 7 years ago
  Andreas Beeker fd1ff9f2db SonarQube fixes 7 years ago
  Javen O'Neal 30a548a514 revert accidental commits in r1777435 7 years ago
  Javen O'Neal c97db66e07 junit3 -> junit4 7 years ago
  Andreas Beeker 368052f71e EmbeddedExtractor (for *SSF) - added OOXML support 7 years ago
  Andreas Beeker 85084ee058 SonarQube fixes 7 years ago
  David North c92aaab656 Fix poor XPath performance when importing XSSF from XML 7 years ago
  Andreas Beeker da20cf5d63 Sonarqube fixes - Cast one of the operands of this multiplication operation to a ... 7 years ago
  Javen O'Neal 2ea45dd2c9 use last file extension if multiple extensions; close opened stream; extract String constants 7 years ago
  Andreas Beeker f748e5087c fix content-type handling in *SSF-EmbeddedExtractor 7 years ago
  Andreas Beeker 14c98d456a #60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildAnchor 7 years ago
  Andreas Beeker 6a44282608 #60519 - Extractor for *SSF embeddings 7 years ago
  Andreas Beeker 155bc83d58 #60520 - Provide *SSF functionality via Common SS 7 years ago
  Andreas Beeker 6507656c44 fix forbidden-apis-check error 7 years ago
  Dominik Stadler 8e1e6fe70e Cover some dev-tools with a few simple tests, close resources correctly 7 years ago
  Dominik Stadler 9005eb2f01 Ensure streams are closed always, reformat code somewhat 7 years ago
  Dominik Stadler 9dfbbdb480 Fix some compilation warnings 7 years ago
  Dominik Stadler e0b971bb3c Add test provided via bug 60536 for bug 60526, remove some warnings 7 years ago
  Dominik Stadler 2d7f4100bd Bug 60512: Add missing XSSFRelation.CUSTOM_PROPERTY 7 years ago
  Dominik Stadler 8d81b4fd06 bug 60526: Make loggers final and make throttled log actually work 7 years ago
  Dominik Stadler 219b0ab691 Add some throttling to the log for failed SAXHelper features to not spam the log on JDK 9 with restricted reflection 7 years ago
  Dominik Stadler 765f613b71 Sonar issues: Mark two places where we catch Error/Throwable as "On purpose" 7 years ago
  Dominik Stadler c74d5cf727 Comments, Javadoc and make close() only log instead of throw an exception to not have catch inside catch 7 years ago
  Andreas Beeker b8bfe77718 SonarQube fixes - close resources 7 years ago
  Andreas Beeker cb58d3e8be #60331 - Remove deprecated classes (POI 3.16) 7 years ago