1652 コミット (396cd26693fcfdf2450713ca3806a8b2a9bf0258)

作成者 SHA1 メッセージ 日付
  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年前
  Andreas Beeker 9f06ee1bf7 #60662 - Slide import delete unrecognized elements in group shape 7年前
  Javen O'Neal 9330f2ac74 bug 59893: commit the changes from attachment 34068 that were unrelated to available() 7年前
  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年前
  Greg Woolsey f40bec804d Expose another common property, strikeout. 7年前
  Greg Woolsey 99390a5759 Add evaluation of data validation rules and conditional formatting 7年前
  Andreas Beeker 732558a406 #60625 - Rendering issue with background and shape overlayed by image 7年前
  Andreas Beeker eedbf5df3e #60715 - Blank layout was not found 7年前
  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年前
  Javen O'Neal 7b38711979 Convert all *.java files to use native end of line character(s) 7年前
  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年前
  Andreas Beeker a002b7287e #60625 - Rendering issue with background and shape overlayed by image 7年前
  Andreas Beeker 7ed2c1e85a #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream 7年前
  Dominik Stadler 2c8f25c864 IntelliJ warnings, Javadoc, Formatting 7年前
  Javen O'Neal 6509f983a7 remove unused imports 7年前
  Javen O'Neal 42a785a7d9 bug 60605: remove code for enforcing rule that active sheet cannot be hidden 7年前
  Javen O'Neal 586343e71b bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum 7年前
  Javen O'Neal 60f1ed67d4 bug 60601: unset hyperlinks after removing them individually from the DOM 7年前
  Javen O'Neal b3d1bef3a1 bug 60601: hyperlinks have to be removed one by one to avoid other errors 7年前
  Javen O'Neal f055f99549 bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch from Joachim Piketz 7年前
  Andreas Beeker 3cf6c40004 fix eclipse warnings - close resources / type generics 7年前
  Andreas Beeker 9c2820add6 #60586 - Support embedding OLE1.0 package in XSSF / SS Common 7年前
  Tim Allison 4ce3e5def5 bug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's getShapes(). 7年前
  Andreas Beeker cf37b13c3a SonarQube fixes 7年前
  Andreas Beeker 13cc14c909 SonarQube fixes 7年前
  Andreas Beeker fb2dbf1e73 SonarQube fixes 7年前
  Andreas Beeker fd1ff9f2db SonarQube fixes 7年前
  Javen O'Neal 30a548a514 revert accidental commits in r1777435 7年前
  Javen O'Neal c97db66e07 junit3 -> junit4 7年前
  Andreas Beeker 368052f71e EmbeddedExtractor (for *SSF) - added OOXML support 7年前
  Andreas Beeker 85084ee058 SonarQube fixes 7年前
  David North c92aaab656 Fix poor XPath performance when importing XSSF from XML 7年前
  Andreas Beeker da20cf5d63 Sonarqube fixes - Cast one of the operands of this multiplication operation to a ... 7年前
  Javen O'Neal 2ea45dd2c9 use last file extension if multiple extensions; close opened stream; extract String constants 7年前
  Andreas Beeker f748e5087c fix content-type handling in *SSF-EmbeddedExtractor 7年前
  Andreas Beeker 14c98d456a #60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildAnchor 7年前
  Andreas Beeker 6a44282608 #60519 - Extractor for *SSF embeddings 7年前
  Andreas Beeker 155bc83d58 #60520 - Provide *SSF functionality via Common SS 7年前
  Andreas Beeker 6507656c44 fix forbidden-apis-check error 7年前
  Dominik Stadler 8e1e6fe70e Cover some dev-tools with a few simple tests, close resources correctly 7年前
  Dominik Stadler 9005eb2f01 Ensure streams are closed always, reformat code somewhat 7年前
  Dominik Stadler 9dfbbdb480 Fix some compilation warnings 7年前
  Dominik Stadler e0b971bb3c Add test provided via bug 60536 for bug 60526, remove some warnings 7年前
  Dominik Stadler 2d7f4100bd Bug 60512: Add missing XSSFRelation.CUSTOM_PROPERTY 7年前
  Dominik Stadler 8d81b4fd06 bug 60526: Make loggers final and make throttled log actually work 7年前
  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年前
  Dominik Stadler 765f613b71 Sonar issues: Mark two places where we catch Error/Throwable as "On purpose" 7年前
  Dominik Stadler c74d5cf727 Comments, Javadoc and make close() only log instead of throw an exception to not have catch inside catch 7年前
  Andreas Beeker b8bfe77718 SonarQube fixes - close resources 7年前
  Andreas Beeker cb58d3e8be #60331 - Remove deprecated classes (POI 3.16) 7年前