index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.mockito-mockito-core-5.15.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ooxml
/
java
/
org
/
apache
/
poi
/
openxml4j
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust some missing/incorrec throws and related javadoc
Dominik Stadler
2016-12-11
1
-8
/
+9
*
Move test to correct package and add some more checks
Dominik Stadler
2016-12-01
1
-0
/
+66
*
Bug 59273 - Unable to create pptx file by potx file using Apache POI
Andreas Beeker
2016-11-10
1
-0
/
+6
*
60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParser
Tim Allison
2016-10-28
1
-1
/
+2
*
bug 60288: remove defensive copy for internal relationships. Patch from Tim H...
Javen O'Neal
2016-10-21
2
-7
/
+4
*
bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook SheetDataW...
Javen O'Neal
2016-10-09
1
-1
/
+3
*
Use IOUtils.closeQuietly() in more places
Dominik Stadler
2016-10-05
1
-26
/
+18
*
bug 60128: remove forbidden-api Exception.printStackTrace()
Javen O'Neal
2016-09-14
1
-1
/
+0
*
javadocs
Javen O'Neal
2016-09-14
1
-0
/
+2
*
bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available...
Javen O'Neal
2016-09-14
1
-2
/
+2
*
make logger final
Javen O'Neal
2016-09-14
1
-1
/
+1
*
bug 60128: close opened resources to avoid leaks; add exception as cause wher...
Javen O'Neal
2016-09-14
1
-25
/
+29
*
give more helpful exceptions rather than returning null when zip file cannot ...
Javen O'Neal
2016-09-14
1
-2
/
+8
*
bug 60128: close open file descriptors when exceptions are thrown from OPCPac...
Javen O'Neal
2016-09-14
3
-39
/
+100
*
Unit test for bug #60128, showing that calling close on a broken package clea...
Nick Burch
2016-09-14
3
-0
/
+11
*
IDE warnings and fix a few places where we do not close resources in tests
Dominik Stadler
2016-07-31
2
-10
/
+5
*
#59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)
Andreas Beeker
2016-07-17
1
-0
/
+37
*
add crude unit test for ZipPackagePropertiesMarshaller
Javen O'Neal
2016-07-08
1
-0
/
+1
*
#59780 OPC support for a wider range of timezone'd created and modified date ...
Nick Burch
2016-07-04
1
-2
/
+5
*
bug 59773: move loop invariants outside of loop or change for loops to for-ea...
Javen O'Neal
2016-07-02
2
-4
/
+6
*
bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller ...
Javen O'Neal
2016-07-01
1
-1
/
+1
*
bug 59748: replace Hashtable with HashMap; contributed by Axel Howind
Javen O'Neal
2016-06-24
2
-17
/
+24
*
sonar fix
Andreas Beeker
2016-06-22
1
-17
/
+29
*
javadoc fixes (jdk8)
Andreas Beeker
2016-06-22
1
-1
/
+2
*
Fix inconsistent whitespace and indents
Nick Burch
2016-06-21
1
-64
/
+64
*
#59717 POIXMLProperties helper methods for reading and changing OOXML documen...
Nick Burch
2016-06-21
1
-15
/
+25
*
bug 59170: remove deprecated o.a.p.openxml4j.opc.internal.CnotentType#getPara...
Javen O'Neal
2016-06-16
1
-6
/
+0
*
bug 59170: remove deprecated o.a.p.openxml4j.opc.Package
Javen O'Neal
2016-06-15
2
-99
/
+1
*
findbugs fixes
Andreas Beeker
2016-06-12
1
-1
/
+1
*
Update error message to better indicate that we need a sample-file here
Dominik Stadler
2016-05-29
1
-1
/
+1
*
add @NotImplemented annotation to methods that are not implemented
Javen O'Neal
2016-04-10
2
-0
/
+6
*
close fileinputstream on second exception in ZipPackage
Tim Allison
2016-04-08
1
-2
/
+18
*
Code cleanup via IntelliJ: Remove unnecessary semicolon
Dominik Stadler
2016-04-06
1
-2
/
+1
*
Fix two more places where wrong/invalid files can lead to file-handle leaks c...
Dominik Stadler
2016-04-02
2
-2
/
+6
*
Fix some cases where file handles are not closed in OldExcelExtractor
Dominik Stadler
2016-04-02
1
-5
/
+21
*
Fix some compiler warnings, improve error message, cover some more code
Dominik Stadler
2016-03-29
1
-11
/
+10
*
some zips can't be opened via ZipFile in JDK6, as the central directory
Andreas Beeker
2016-03-28
2
-24
/
+27
*
make OPCPackage logger final
Javen O'Neal
2016-03-27
1
-1
/
+1
*
forbidden-apis-fix
Andreas Beeker
2016-03-16
1
-1
/
+1
*
59183 - handle timezones (even with colons) in date parsing metadata in ooxml...
Tim Allison
2016-03-16
1
-14
/
+52
*
Before opening an OOXML file, check the first few bytes, and give helpful exc...
Nick Burch
2016-03-15
2
-1
/
+89
*
Push all the zip opening logic into ZipHelper
Nick Burch
2016-03-15
2
-13
/
+23
*
Fix inconsistent indents
Nick Burch
2016-03-15
1
-142
/
+141
*
Fix inconsistent indents
Nick Burch
2016-03-15
1
-244
/
+244
*
Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar...
Nick Burch
2016-03-15
6
-4
/
+105
*
sonar fixes
Andreas Beeker
2016-03-11
1
-3
/
+4
*
Bug 57914: Provide a better error message for OOXML strict format which we do...
Dominik Stadler
2016-02-27
1
-2
/
+2
*
No need to wrap OpenXML4JRuntimeException in another instance of itself and f...
Dominik Stadler
2016-02-15
1
-10
/
+9
*
Eclipse warnings, helper unit-test, improve information provided in Exception...
Dominik Stadler
2016-01-13
1
-4
/
+4
*
#54916 - POI does not always read all the slides in pptx files
Andreas Beeker
2016-01-10
1
-5
/
+5
[next]