2853 Commits (1f113bc64a734e711b52dd58e9193f813248a88c)

Author SHA1 Message Date
  Andreas Beeker 1f113bc64a Fix AIOOBE while extracting hssf pictures which are externally linked 7 years ago
  Dominik Stadler 2254ad2ac3 Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might not have a patriarch set, so let's walk up the parents to try to find one. 7 years ago
  Nick Burch fe53bc134e Javadoc fixes 7 years ago
  Tim Allison e4c2fa0fe0 bug 50955 convert Set to Singleton per Javen's code review 7 years ago
  Tim Allison 55ed734108 bug 50955 and bug 60953 improve Big5 reader; ensure one character 7 years ago
  Tim Allison 6fe3b75bfd bug 50955 -- word 6.0 charset fix 7 years ago
  Tim Allison 8366c8737a 60881 and 60891 -- on further look, no need to throw an exception for an encrypted xlsb. On the second, let's fix readFully to read fully. 7 years ago
  Dominik Stadler ccb477cc9e Fix typo to "length", closes #51 7 years ago
  Dominik Stadler 2f2c994410 60823: DGET function, correct behavior with multiple result entries but only one non-blank 7 years ago
  Greg Woolsey a343d34a5b Fixed #60858, which showed a regression of the fix for #56420 introduced by my refactoring to fix #56822. 7 years ago
  Dominik Stadler c88569baf1 Fix some Sonar issues in sample "HSSFReadWrite" 7 years ago
  Dominik Stadler 76174aae82 HSSF: Try to handle cases where the length does not match the actual data while cloning, we see this in some documents 7 years ago
  Dominik Stadler 1a89372168 Remove unused import, IntelliJ warnings, duplicated code, improve some exception-texts 7 years ago
  Javen O'Neal 0469fee078 bug 60787: remove calls to System.out.println. Thanks to Kamile Demirel. 7 years ago
  Javen O'Neal ed9ae84c9c bug 59804: @Removal(version="3.15") version should be parsed to make sure the version number is recognizable 7 years ago
  Greg Woolsey bec27e6b39 add javadocs 7 years ago
  Greg Woolsey c36deabff5 Add null check 7 years ago
  Andreas Beeker 1cf55da37b BugFix for JDK-6623219 7 years ago
  Javen O'Neal 2178f11e17 bug 59893: fix a few forgotten unrelated changes 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 5e8665a7b7 Bug #56822 fix COUNTIFS() 7 years ago
  Greg Woolsey 161facc089 Bug #56822 fix COUNTIFS() 7 years ago
  Greg Woolsey 3c2c45daa7 Change logic to avoid a 1.6 compiler bug that doesn't properly handle generics. Eclipse compiler and JDK > 1.6 work properly, even with target runtime = 1.6, so I didn't see it locally. had to compile with the same version of the JDK as the build machine to see the problem. 7 years ago
  Greg Woolsey 273da440e1 Fix accidental call to a method added in Java 7, which for some reason Eclipse didn't flag, even with compliance level set to 1.6. 7 years ago
  Nick Burch 17158da008 Expose Priority from newer-style HSSF CF rules 7 years ago
  Greg Woolsey f40bec804d Expose another common property, strikeout. 7 years ago
  Nick Burch 42f48a6fcc Javadoc fixes 7 years ago
  Nick Burch dc5de7c11b Javadoc fixes 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 9f7e5c3108 SonarQube fixes and removed redundant logger level checks, for simple String messages 7 years ago
  Nick Burch 0474d20b73 Add a possible future TODO 7 years ago
  Nick Burch 3eeab149c7 If a property refers to an invalid index, log + ignore rather than failing with a IndexOutOfBoundsException 7 years ago
  Nick Burch 5b682dd919 Update the big file test to use POIFSFileSystem.create(File), and tweak javadocs 7 years ago
  Javen O'Neal d5724474e6 bug 59227: parse dates formatted in Japanese or Chinese. Change javac source encoding from ASCII to UTF-8 (same as build.gradle). Patch from jzhao. This closes #48 on Github. 7 years ago
  Javen O'Neal 7b38711979 Convert all *.java files to use native end of line character(s) 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 c7cf41f988 Revert previous changes enough to restore the case in the commoncrawl-corpus which is failing now, add a unit-test for this case, enable one disabled unit-test 7 years ago
  Dominik Stadler 2c8f25c864 IntelliJ warnings, Javadoc, Formatting 7 years ago
  Andreas Beeker c0eb123f91 #59836 - Tracker: Replace primitives with enums 7 years ago
  Javen O'Neal 442e7cc721 bug 60031: DataFormatter parses months incorrectly when put at the end of date segment. Thanks to Andrzej Witecki 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 8237512ed7 pull out loop invariants, use List.indexOf to look up sheet index 7 years ago
  Javen O'Neal 586343e71b bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum 7 years ago
  Javen O'Neal 552c3d914a make instance variable final 7 years ago
  Tim Allison 5750c85be9 Bug 60570 - Add rudimentary EMF read-only capability 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