523 Commits (cc4ccbae1d5389d5c973be997171f04fe5a7c4bb)

Author SHA1 Message Date
  PJ Fanning 15bdee4456 build issue 1 year ago
  PJ Fanning c67d140d77 safety check on throwable catch 1 year ago
  PJ Fanning d07d8e42b9 revert use of ExceptionUtil on caught exceptions (not useful) 1 year ago
  PJ Fanning 3a70d5e002 fix up use of ExceptionUtil in main poi module 1 year ago
  PJ Fanning adcf7bf533 add util code to rethrow fatal exceptions 1 year ago
  PJ Fanning 326126a365 provide way to clear the state on the ThreadLocal used byby ExtractorFactory 1 year ago
  PJ Fanning dc91cdbaaa remove recently added volatile markers due to Sonarcloud warnings 1 year ago
  PJ Fanning c2d2ec0eaf DataFormatter - typo in javadoc and possible NPE 1 year ago
  Dominik Stadler 25d67aa6ec Do not fail if an empty password is provided 1 year ago
  Dominik Stadler 1ca2e638ed Bug 66436: Fix invalid handling of padded encrypted bytes 1 year ago
  PJ Fanning 43551babf1 [bug-65260] partial revert of recent changes 1 year ago
  PJ Fanning 040181c42f [bug-65260] catch Throwable instead of error - see https://github.com/apache/poi/pull/425 1 year ago
  PJ Fanning 34f6955a28 mark some variables that are used in synchronized code as volatile 1 year ago
  Dominik Stadler 6f606cabda Spotbugs: Replace \n with %n in String.format() 1 year ago
  Dominik Stadler bcd3785d7d Use an error-handler to use logging also for XML parsing errors 1 year ago
  Dominik Stadler edc7f8fd6f Bug 54373: Include alpha/transparency value when creating an XSSFColor from an AWT Color object 1 year ago
  PJ Fanning 60872927bd [bug-66433] Boolean functions should blank cells. Thanks to Patrick Böker 1 year ago
  PJ Fanning 5c964e4194 [bug-66413] try to fix HSSF code where you can set fill colors 1 year ago
  PJ Fanning 968dabd462 [bug-65543] HSSF: fix issue with incomplete SSTs. Thanks to Simon Carter. 1 year ago
  Dominik Stadler 1ff1e84e4a Avoid some NullPointerException and ClassCastExceptions found when fuzzing Apache POI 1 year ago
  Dominik Stadler 5724a77cf2 Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing Apache POI 1 year ago
  Dominik Stadler 83bb4b4da5 Rename method for color from "RBG" to "RGB" 1 year ago
  PJ Fanning 537dc7a933 [github-409] Textruns not honouring highlight. Thans to gffloodg. This closes #409 1 year ago
  PJ Fanning 37994bf3e2 [github-409] Textruns not honouring highlight. Thans to gffloodg. This closes #409 1 year ago
  PJ Fanning 1def0cba38 [bug-66397] update temp file code. Thanks to lsq27. 1 year ago
  Dominik Stadler 7ba2f0fffa Bug 66401: Handle escaped single-quote in formulas properly 1 year ago
  PJ Fanning 7e2f2bbbfb revert accidental change to multiply/divide 1 year ago
  PJ Fanning 2a34e5a31e upgrade mockito and byte-buddy 1 year ago
  PJ Fanning 693c59574c [bug-66319] do not create HSSF patriarch to find comments (only use one that pre-exists) 1 year ago
  PJ Fanning e9aa298e1e [github-405] more performant codepoint util code. Thanks to StanBertrand. This closes #405 1 year ago
  PJ Fanning 6d0dbe6f95 [bug-66181] support VALUE function where input is a blank cell 1 year ago
  PJ Fanning 46ae0a8c60 [bug-66337] do not warn about missing SummaryInformation when creating new HSSFWorkbooks. Thanks to Nicolas Herzog. 1 year ago
  PJ Fanning 52968d92da update javadoc 1 year ago
  PJ Fanning ba1e8de446 [bug-66312] partial fix for insertNewParagraph(XmlCursor cursor) 1 year ago
  PJ Fanning acd5d04daa [bug-66278] Bug with multiple gradient stops at the exact same location causing a rendering failure (AWT -> not enough colors in gradient). Thanks to Gareth Floodgate. This closes #385 1 year ago
  PJ Fanning 06e2213ac1 lgtm issues 1 year ago
  PJ Fanning 6e7f6dad21 try to use IllegalStateException instead of RuntimeException 1 year ago
  PJ Fanning 59b16f025b try to use IllegalStateException instead of RuntimeException 1 year ago
  PJ Fanning 34601b5377 some lgtm issues 1 year ago
  PJ Fanning e485bf0b65 add CellUtil test 1 year ago
  PJ Fanning ff2e90e9a5 rework CellUtil test 1 year ago
  PJ Fanning dc12e93abb CellUtil: allow fill colors to be set to null 1 year ago
  PJ Fanning fe8c8eca89 bug-66052 fix broken test 1 year ago
  PJ Fanning ecfb35e0d9 try to fix tests 1 year ago
  PJ Fanning a1cb1812dd broken test 1 year ago
  PJ Fanning d00be6e7db [TIKA-3388] issue with non-ascii chars in file name of embedded OLE object 1 year ago
  PJ Fanning aa8c73ea4a sonar issues 1 year ago
  PJ Fanning deffaacd0f sonar issues 1 year ago
  PJ Fanning b8cd360300 some int narrowing 1 year ago
  PJ Fanning fafadd5037 [bug-66230] don't fail to create SXSSFSheet if auto size tracker can't be initialized 1 year ago