2249 Commits (88f9cf3ddba808b3c51f334d07f8656e4a7dd192)

Author SHA1 Message Date
  Andreas Beeker d5e4e462fc Bug 59273 - Unable to create pptx file by potx file using Apache POI 7 years ago
  Dominik Stadler 851a171915 Adjust imports, fix some Javadoc issues and ignore deprecation warnings in tests 7 years ago
  Dominik Stadler 0819554139 Add setFormattingRanges() to interface ConditionalFormatting, closes #42 7 years ago
  Mark Murphy 5335dd775f 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHeader does not overwrite old value 7 years ago
  Tim Allison e23110968c POI-60342: handle missing sdtcontentcell in an sdtcell 7 years ago
  Tim Allison 14645fe5a8 POI-60341: handle missing sdtpr in an sdtbody 7 years ago
  Nick Burch 5f2951ebc6 As requested on StackOverflow, expose on CellStyle QuotePrefix/123Prefix 7 years ago
  Nick Burch 2780bf3be3 More unit testing for XWPF list numbering complex cases, and some TODOs on improving it, inspired by users@ discussions 7 years ago
  Andreas Beeker fe3359729b findbugs fix 7 years ago
  Andreas Beeker ff6f6bb7c4 Bug 60320 - issue opening password protected xlsx 7 years ago
  Tim Allison 6452b4c62f 60293 -- Handle illegal "Odd" header/footer in XWPF 7 years ago
  Mark Murphy 1c3d84671e 57366: XWPFTable to Header / Footer 7 years ago
  Dominik Stadler 6e685dad95 Bug 53611: populate dimension of XSSF Worksheet when writing the document 7 years ago
  Dominik Stadler 7cc4c90b70 Bug 59026: Add two null-checks to make exporting XLSX to XML work 7 years ago
  Tim Allison a1c047552c 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParser 7 years ago
  Andreas Beeker d2844f5601 fix javadocs 7 years ago
  Andreas Beeker e4575a0dfe Bug 60059 - Deprecate xslf.usermodel.Drawing* - was: Can't change text of DrawingParagraph 7 years ago
  Dominik Stadler 8b69cfda06 Bug 60289: Fix handling of unicode escapes with lowercase hex-chars 7 years ago
  Javen O'Neal 8cdd805d9c bug 60288: remove defensive copy for internal relationships. Patch from Tim Helmstedt. This closes #38. 7 years ago
  Tim Allison d76ef83dc6 BUG-60286 avoid NPE XWPFRun. Didn't add unit test or document...didn't seem to be worth it. 7 years ago
  Tim Allison 489bebba0e BUG-60285 avoid NPE if missing relationship id 7 years ago
  Andreas Beeker d64fea0cfe Bug 55714 - Background image ignored on slide copy 7 years ago
  Javen O'Neal 90eb45410a add @Override decorators to SheetIterator, move code outside of for-loop 7 years ago
  Javen O'Neal efa58cbb1c bug 60255: use actual number of package parts rather than hard-coding an upper-bound 7 years ago
  Javen O'Neal 0b7e0b06f1 make code more similar between default case and indexed case 7 years ago
  Nick Burch b002ad9d3f #60255 When creating a XSSF drawing, find the next available document part, even if another type has pinched the next number 7 years ago
  Javen O'Neal 5216731bfd bug 56781,60246: fix named range validation to match valid name rules per Excel docs 7 years ago
  Javen O'Neal b6e6b8c922 bug 60253: add helper functions to make the constructor formula1-overloading code simpler 7 years ago
  Javen O'Neal b3e83048a9 bug 60253: remove repeated check for ValidationType.ANY 7 years ago
  Javen O'Neal 235b49aa52 bug 60253: revert XSSFDataValidationConstraint#prettyPrint QUOTE change in r1749129 7 years ago
  Javen O'Neal d7f4b7e36c make cached fields transient 7 years ago
  Mark Murphy 37f1598ac2 53009: Problem creating header and footer 7 years ago
  Javen O'Neal 703cff70c2 bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook SheetDataWriter can write encrypted temporary files to disk and the workbook can be AES encrypted when written to disk for a fully secure disk environment 7 years ago
  Javen O'Neal fb3e4bf19e fix findbugs warning BC_VACUOUS_INSTANCEOF from bug 55075 7 years ago
  Javen O'Neal 317f47f434 bug 60228: getCellTypeEnum should not be deprecated until after getCellType returns a CellType enum 7 years ago
  Javen O'Neal ad360c8e46 bug 60153: findbugs OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE close opened streams if an exception is raised while decorating the stream 7 years ago
  Javen O'Neal de63114343 bug 55075: remove wildcard import; previous commit contributed by Frank Ploessel 7 years ago
  Javen O'Neal 63b9090007 bug 55075,51233: create drawings with correct height when rows are custom height 7 years ago
  Javen O'Neal 75ce299646 bug 60153: encrypt SXSSF temporary files; patch from PJ Fanning 7 years ago
  Javen O'Neal af4678d45e bug 60197: Workbook#setSheetOrder should update named range sheet indices 7 years ago
  Andreas Beeker b2b0e88cd1 Bug 60226 - ClassLoader workaround for OSGI when processing OOXML files 7 years ago
  Javen O'Neal 21627eb1ab bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers 7 years ago
  Dominik Stadler c5dbecedab Bug 59958: Add simple test-case 7 years ago
  Dominik Stadler e65020bb72 Use IOUtils.closeQuietly() in more places 7 years ago
  Dominik Stadler 7184acef9d Print out size of extracted text in CommandLineExtractor 7 years ago
  Andreas Beeker 1690ec2d19 merge trunk to branch 7 years ago
  Javen O'Neal 3300d54179 bug 59687: correctly delete comments from rows when removing a row and the workbook contains empty rows above the deleted row; patch from Greg Woolsey 7 years ago
  Javen O'Neal c6f365f4e4 fix NPE 7 years ago
  Dominik Stadler e6a2d46800 Compiler/IDE warnings, unnecessary keywords, 7 years ago
  Javen O'Neal 244c3a65ed bug 59983: add failing unit test demonstrating formula shifting is apply twice to shared formulas; patch from Luca Martini 7 years ago