8028 Commits (8e3a70d4b128fd92723a12a8a1184b87fc93586e)
 

Author SHA1 Message Date
  Tim Allison 8e3a70d4b1 BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader 7 years ago
  Tim Allison 2732e72385 BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix unit test. 7 years ago
  Tim Allison 6405134949 BUG 59858 -- avoid npe when there's a collision of record names 7 years ago
  Tim Allison 1ec787c356 BUG 59830 -- incorrect reading of unicode stream name 7 years ago
  Tim Allison 6234c859d4 BUG 60158 -- AIOOBE in VBAMacroReader 7 years ago
  Andreas Beeker fb4dd8be1a Bug 53191 - Problems with line style when converting ppt to png 7 years ago
  Dominik Stadler 70976284d1 Bug 60259: Add missing dispose() call 7 years ago
  Dominik Stadler 5990f61dcd Update to japicmp-gradle-plugin:0.1.2 and enable newly added properties 7 years ago
  Dominik Stadler ba76969968 Close temp-file in test to not leak file-handles and fail deleting the file on Windows 7 years ago
  Dominik Stadler 2ae9b30a6c Bug 60029: apply suggested fix and fix some IntelliJ warnings 7 years ago
  Dominik Stadler 1bda7f6ef6 Bug 60134: Add initial tasks for running japicmp to the Gradle build 7 years ago
  Tim Allison 1d0badc7c8 add length sanity check for length of embedded OLE10Native (BUG 60256) 7 years ago
  Tim Allison 54a6e0f070 add ignored test and triggering document for BUG 60256 7 years ago
  Nick Burch 6f04710390 Exclude broken hand-crafted test file 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
  Nick Burch 0bef12ac42 Test file for #60255 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 3175e9ec14 Add Apache license to example file 7 years ago
  Mark Murphy 37f1598ac2 53009: Problem creating header and footer 7 years ago
  Andreas Beeker 740932ee85 Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fails with latest code 7 years ago
  Javen O'Neal 3c1f622ecf whitespace 7 years ago
  Javen O'Neal 612a8533ec bug 60230: add disabled unit test from PJ Fanning for a roundtrip write/read of an encrypted XSSFWorkbook 7 years ago
  Javen O'Neal f10b16830c bug 60153: java.nio.charset.StandardCharsets is not available until Java 7. Use Charset.forName for Java 6 compatibility 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 d7ffe9305d bug 55075: add missing import 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 7c141433f7 bug 60021: add note that EncryptionInfo may require poi-ooxml.jar to run EncryptionModes 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
  Javen O'Neal dbd1895219 bug 60219: add disabled unit test for parsing formulas containing external workbook references with a quoted sheet name 7 years ago
  Andreas Beeker 76c87681a6 Bug 60003 - Regression: HSLF Powerpoint text extractor from footer of master slide 7 years ago
  Andreas Beeker b2b0e88cd1 Bug 60226 - ClassLoader workaround for OSGI when processing OOXML files 7 years ago
  Dominik Stadler 41e1e9ffb8 Add initial compile steps with a simple multi-project setup to build.gradle 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 b66689d2b0 Bug 53028: Broken auto fit row height in the cells with word wrap 7 years ago
  Dominik Stadler 7184acef9d Print out size of extracted text in CommandLineExtractor 7 years ago
  Dominik Stadler 924a1a96d9 Some IDE warning fixes and unit test adjustments 7 years ago
  Nick Burch d0bb2912ec Javadoc fixes 7 years ago
  Mark Murphy b114cc3932 Add PropertyTemplate for drawing Borders (58787) 7 years ago
  Nick Burch bc0dcddec5 Javadoc fixes 7 years ago