252 Commits (259c9967efb354a0feff2a861ac8bd20582b6562)

Author SHA1 Message Date
  Marius Volkhart 259c9967ef [bug-63046] Use Log4j 2 for logging 3 years ago
  Andreas Beeker 3778a3e9e2 Sonar fixes 3 years ago
  Dominik Stadler de1ad1c44c Adjust some JavaDoc 3 years ago
  PJ Fanning bd1d31e410 avoid string concats 3 years ago
  Andreas Beeker a73348fe8b Update library versions 3 years ago
  Andreas Beeker f8040e5f8c #64036 - Replace reflection calls in factories for Java 9+ 3 years ago
  Andreas Beeker c0f9941604 #64411 - Provide JigSaw modules 3 years ago
  PJ Fanning b12e13a041 remove some deprecated Font methods from Workbook 3 years ago
  PJ Fanning 38e58f1ead remove some deprecated Name methods from Workbook 3 years ago
  Andreas Beeker 7daeb4278c Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyClone 4 years ago
  PJ Fanning 2797d07486 try to fix some jdk 14 build issues due to java.lang.Record causing existing POI Record classes to be ambiguous 4 years ago
  Dominik Stadler 40f8d119c7 Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names 5 years ago
  Dominik Stadler e8ed5e3a8c Adjust handling of some exceptions in regression tests 5 years ago
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  Andreas Beeker 8ebfec4808 #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* 5 years ago
  PJ Fanning 05b0de574c [bug-62018] use ints to index fonts 6 years ago
  Andreas Beeker 8eaecc49a4 #61941 - Move Ole marker generation to Ole10Native 6 years ago
  PJ Fanning d6f261473d add test case for bug 61701 and use StringBuilder in more places 6 years ago
  Dominik Stadler 9bb3e05e6a Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbook 6 years ago
  Dominik Stadler a745ce2c4e Replace deprecated CellReference class and some other warnings fixed 6 years ago
  Tim Allison 53b55eb4c3 Bug 61349 -- add more sanity checks when allocating byte[] 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Dominik Stadler 32370cfd1c Remove unnecessary initialization of members 6 years ago
  PJ Fanning 66d83f98d7 remove some deprecated code slated for removal in 3.18 6 years ago
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 6 years ago
  PJ Fanning 69cc48aa85 some javadoc fixes 6 years ago
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs 6 years ago
  Andreas Beeker 87591edbf3 #61162 - En-/decryption support for HWPF 7 years ago
  Dominik Stadler 5ca0b239bf Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 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
  Andreas Beeker 9c2820add6 #60586 - Support embedding OLE1.0 package in XSSF / SS Common 7 years ago
  Andreas Beeker b8bfe77718 SonarQube fixes - close resources 7 years ago
  Andreas Beeker 7ef60aa130 SonarCube fix - make members private 7 years ago
  Dominik Stadler ae664b543f Include actual entries when we do not find a Document-entry 7 years ago
  Javen O'Neal af4678d45e bug 60197: Workbook#setSheetOrder should update named range sheet indices 7 years ago
  Andreas Beeker 1690ec2d19 merge trunk to branch 7 years ago
  Dominik Stadler 4b21aca823 Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fix some other compiler warnings 7 years ago
  Andreas Beeker 892d978d4e add encryption support 7 years ago
  Andreas Beeker 885deafb94 merge down trunk 7 years ago
  David North aa17ae0b1e Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. 7 years ago
  Dominik Stadler 8a506399cd Bug 59634: Clarify and refine JavaDoc of various close() methods to consistently state that close() invalidates the object 7 years ago
  Nick Burch 6d59eef6e4 Provide a createOrUpdateDocument method at the POIFS level, and use to simplify writing code #57919 7 years ago
  Nick Burch b25e988d94 If doing an in-place write, update the properties too 7 years ago
  Nick Burch efb790ef95 #57919 Add in-place and new-File write methods to POIDocument 7 years ago
  Nick Burch fcee96add1 Prepare for pushing write() and write(File) to POIDocument 7 years ago
  Nick Burch 40591cf09a #57919 Start on support for writing to a new File (faster than OutputStream) 7 years ago
  Javen O'Neal bf53115645 bug 57919: add performance note to javadocs about using BufferedOutputStreams on Document.write(OutputStream) if underlying resource is high latency 7 years ago