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
/
poi-ooxml
/
src
/
main
/
java
/
org
/
apache
/
poi
/
ooxml
Commit message (
Expand
)
Author
Age
Files
Lines
*
[github-673] Add word10.xsd to poi-ooxml-full. Thanks to fangd1997. This clos...
PJ Fanning
2024-08-16
1
-0
/
+2
*
try to fix tests
PJ Fanning
2024-07-02
1
-3
/
+5
*
throw exception if xlsx contains duplicate file names
PJ Fanning
2024-07-01
1
-2
/
+7
*
rename as 5.3.0-SNAPSHOT due to some changes in behaviour
PJ Fanning
2024-05-17
3
-7
/
+7
*
update tests
PJ Fanning
2024-04-19
1
-5
/
+11
*
refactor code that removes parts
PJ Fanning
2024-04-19
1
-1
/
+1
*
add javadoc
PJ Fanning
2024-04-19
1
-27
/
+56
*
fix compile issues
PJ Fanning
2024-04-19
1
-2
/
+2
*
[bug-63189] support hyperlink relationships. Thanks to Ohyoung Kwon. This clo...
PJ Fanning
2024-04-19
3
-29
/
+184
*
Use revert() instead of close() when processing fails
Dominik Stadler
2023-12-16
1
-4
/
+4
*
[bug-67579] add new XmlVisioDocument constructor
PJ Fanning
2023-10-26
1
-1
/
+1
*
[bug-67579] add new XSSFWorkbook constructor
PJ Fanning
2023-10-26
1
-5
/
+10
*
Bug47950 -- make stream/directory name lookup in OLE2 case insensitive
Tim Allison
2023-09-20
1
-2
/
+2
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-09-18
2
-1
/
+4
*
use files nio APIs in more places
PJ Fanning
2023-09-17
1
-1
/
+3
*
Bug 66425: Avoid a NullPointerException found via oss-fuzz
Dominik Stadler
2023-09-06
1
-0
/
+3
*
apply some spelling fixes
PJ Fanning
2023-06-27
2
-2
/
+2
*
Fix a case in IdentifierManager.release(), reformat, add tests
Dominik Stadler
2023-05-14
1
-19
/
+19
*
[bug-66485] poi-ooxml-full: generate classes for drawing/2012/chart schema
PJ Fanning
2023-02-21
1
-0
/
+1
*
provide way to clear the state on the ThreadLocal used byby ExtractorFactory
PJ Fanning
2023-02-11
1
-0
/
+18
*
try to use checked exceptions where APIs already support them
PJ Fanning
2022-09-14
2
-3
/
+9
*
try to use IllegalStateException instead of RuntimeException
PJ Fanning
2022-09-14
1
-1
/
+1
*
reuse code
PJ Fanning
2022-08-28
1
-1
/
+1
*
reuse code
PJ Fanning
2022-08-28
1
-3
/
+3
*
do not rely on xml namespace prefixes - use the URIs
PJ Fanning
2022-08-28
1
-1
/
+2
*
[github-343] use try-with-resources. Thanks to XenoAmess. This closes #343
PJ Fanning
2022-07-15
1
-16
/
+13
*
remove use of some calls to deprecated cursor dispose()
PJ Fanning
2022-06-19
1
-12
/
+5
*
[bug-56155] support version property in CoreProperties
PJ Fanning
2022-05-28
1
-0
/
+19
*
Remove unused imports, remove unnecessary boxing of int-value and apply some ...
Dominik Stadler
2022-03-20
1
-21
/
+21
*
[bug-65946] remove duplicate Category property from extracted properties
PJ Fanning
2022-03-09
1
-1
/
+0
*
Add/update some JavaDoc
Dominik Stadler
2022-02-24
1
-2
/
+2
*
add isEmpty() method
PJ Fanning
2021-12-30
1
-2
/
+2
*
[bug-65772] stop using deleteOnExit in DefaultTempFileCreationStrategy
PJ Fanning
2021-12-28
1
-0
/
+4
*
close input streams for parts
PJ Fanning
2021-12-28
1
-6
/
+10
*
close input streams for parts
PJ Fanning
2021-12-28
1
-1
/
+16
*
try to close resources when RuntimeExceptions happen
PJ Fanning
2021-12-18
1
-13
/
+20
*
code tidy up
PJ Fanning
2021-12-18
1
-2
/
+2
*
typo
PJ Fanning
2021-12-13
1
-1
/
+1
*
[bug-65741] change some methods to throw checked exception InvalidFormatExcep...
PJ Fanning
2021-12-13
1
-3
/
+3
*
use try block to close output streams
PJ Fanning
2021-11-20
2
-9
/
+10
*
use try block to close output streams
PJ Fanning
2021-11-20
2
-10
/
+13
*
setDisallowDocTypeDeclaration
PJ Fanning
2021-10-14
1
-1
/
+1
*
undo setDisallowDocTypeDeclaration (need to investigate some poi-integration ...
PJ Fanning
2021-10-13
1
-1
/
+1
*
setDisallowDocTypeDeclaration
PJ Fanning
2021-10-13
1
-0
/
+1
*
make array into immutable collection (spotbugs issue)
PJ Fanning
2021-10-03
1
-5
/
+10
*
convert tabs to spaces
PJ Fanning
2021-05-22
2
-63
/
+63
*
activate javadoc lint and fix errors
Andreas Beeker
2021-05-21
1
-15
/
+16
*
fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/J...
Andreas Beeker
2021-04-14
2
-20
/
+17
*
:poi-ooxml - fix javadocs - link to dependent/external project javadocs
Andreas Beeker
2021-04-13
1
-3
/
+2
*
65206 - Migrate ant / maven to gradle build
Andreas Beeker
2021-04-07
20
-0
/
+4272