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/bouncyCastleVersion-1.80
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.github.spotbugs-6.1.0
dependabot/gradle/com.github.spotbugs-6.1.1
dependabot/gradle/com.github.spotbugs-6.1.2
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/commons-codec-commons-codec-1.17.2
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.cyclonedx.bom-2.0.0
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
/
java
/
org
/
apache
/
poi
/
extractor
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bug-63046] Use Log4j 2 for logging
Marius Volkhart
2021-02-21
1
-4
/
+4
*
Include file-name in EmptyFileException
Dominik Stadler
2021-01-06
1
-1
/
+1
*
Adjust some JavaDoc
Dominik Stadler
2020-12-29
1
-2
/
+2
*
Sonar fixes
Andreas Beeker
2020-12-26
2
-1
/
+3
*
Do not wrap RuntimeException so we still can handle them directly
Dominik Stadler
2020-12-16
1
-0
/
+3
*
Improve error messages on missing Factory-implementations, fix Sonar issues a...
Dominik Stadler
2020-11-01
1
-2
/
+4
*
#64817 - Fix issue in testXLSXinPPT
Andreas Beeker
2020-10-18
1
-6
/
+8
*
OSGi support: register service providers in bundle activator
Yegor Kozlov
2020-09-22
1
-0
/
+7
*
#64036 - Replace reflection calls in factories for Java 9+
Andreas Beeker
2020-08-16
1
-1
/
+2
*
also handle wrapped OOXML "Package" nodes inside of OLE2 containers
Andreas Beeker
2020-08-14
1
-1
/
+8
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-08-13
6
-340
/
+493
*
Remove JavaDoc warnings
Dominik Stadler
2018-11-01
1
-8
/
+33
*
#62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*
Andreas Beeker
2018-08-31
1
-7
/
+2
*
#62649 - Remove OPOIFS
Andreas Beeker
2018-08-26
1
-46
/
+12
*
#62355 - unsplit packages - 2 - modified classes (not only imports)
Andreas Beeker
2018-05-27
1
-4
/
+2
*
#62355 - unsplit packages - 1 - moved classes
Andreas Beeker
2018-05-27
2
-0
/
+195
*
#62319 - Decommission XSLF-/PowerPointExtractor
Andreas Beeker
2018-04-20
1
-11
/
+8
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
1
-3
/
+3
*
Handle encrypted files with known password in integration tests
Andreas Beeker
2017-06-06
1
-3
/
+31
*
Fix name of new OLE2ScratchpadExtractorFactory
Dominik Stadler
2016-07-12
1
-1
/
+1
*
Last bit of reflection - get back to the full OOXML-enabled factory if we can
Nick Burch
2016-07-11
1
-2
/
+9
*
Exceptions
Nick Burch
2016-07-11
1
-0
/
+8
*
Start moving logic over into the main and scratchpad jars for OLE2
Nick Burch
2016-07-11
1
-10
/
+59
*
Pull Scratchpad Extractor logic to own class
Nick Burch
2016-07-11
1
-7
/
+5
*
Start to pull out some of the OLE2 logic, so we can then split some Scratchpa...
Nick Burch
2016-07-11
1
-0
/
+208