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.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-examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
use files nio APIs in more places
PJ Fanning
2023-09-17
1
-2
/
+4
*
Bug 66425: Avoid a ClassCastException found via oss-fuzz
Dominik Stadler
2023-08-07
1
-0
/
+21
*
Update Apache Ant to 1.10.13 and use newer Gradle syntax
Dominik Stadler
2023-08-01
1
-1
/
+1
*
apply some spelling fixes
PJ Fanning
2023-06-27
1
-1
/
+1
*
apply some spelling fixes
PJ Fanning
2023-06-27
2
-3
/
+3
*
Print out slightly more in SSPerformanceTest
Dominik Stadler
2023-06-15
1
-3
/
+7
*
Remove deprecation warnings reported with newer commons-io
Dominik Stadler
2023-06-08
3
-5
/
+5
*
remove temporary hacks
PJ Fanning
2023-03-19
1
-1
/
+0
*
temporary hack to build to see if the gradle toolchain logic is what is break...
PJ Fanning
2023-03-19
1
-0
/
+1
*
use 'its'
PJ Fanning
2023-03-18
4
-11
/
+11
*
use 'an'
PJ Fanning
2023-03-18
2
-8
/
+8
*
revert accidental change
PJ Fanning
2023-02-14
1
-4
/
+0
*
revert use of ExceptionUtil on caught exceptions (not useful)
PJ Fanning
2023-02-14
1
-0
/
+4
*
don't use ExceptionUtil in examples
PJ Fanning
2023-02-14
1
-4
/
+0
*
add util code to rethrow fatal exceptions
PJ Fanning
2023-02-14
1
-0
/
+4
*
Saxon-HE is included in more place, combine these into the main gradle build
Dominik Stadler
2023-01-06
1
-4
/
+0
*
[bug-66397] update temp file code. Thanks to lsq27.
PJ Fanning
2022-12-28
1
-4
/
+5
*
try to get rid of cached module-info classes
PJ Fanning
2022-12-27
2
-17
/
+2
*
doesn't matter what jdk vendor is used to build module-info classes
PJ Fanning
2022-12-26
1
-1
/
+0
*
try to fix build
PJ Fanning
2022-12-26
2
-1
/
+1
*
rebuild module-info.class files even if Java8 used
PJ Fanning
2022-12-25
1
-7
/
+3
*
try to build sboms
PJ Fanning
2022-12-21
1
-1
/
+1
*
cyclonedx per module
PJ Fanning
2022-12-21
1
-0
/
+19
*
remove unnecessary short casts for getCellStyleAt
PJ Fanning
2022-12-12
1
-1
/
+1
*
jdk19 build issue
PJ Fanning
2022-10-28
1
-1
/
+1
*
upgrade deps
PJ Fanning
2022-09-12
1
-3
/
+3
*
sonar issues
PJ Fanning
2022-08-25
1
-2
/
+0
*
[github-365] use lambdas. Thanks to Arturo Bernal. This closes #365
PJ Fanning
2022-08-06
1
-6
/
+1
*
try to fix jaav 17 build
PJ Fanning
2022-07-27
1
-1
/
+1
*
refactor smart art code
PJ Fanning
2022-07-25
1
-3
/
+2
*
forbidden api
PJ Fanning
2022-07-22
1
-1
/
+2
*
[bug-66176] Integrate SmartArt diagrams from powerpoint presentations. Thanks...
PJ Fanning
2022-07-22
1
-0
/
+137
*
[bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...
PJ Fanning
2022-07-20
2
-2
/
+4
*
use try-with-resources
PJ Fanning
2022-07-20
2
-8
/
+3
*
lgtm issue
PJ Fanning
2022-07-17
1
-2
/
+2
*
[github-339] Add extra methods to StringUtil and refactor some code to use th...
PJ Fanning
2022-07-17
1
-1
/
+2
*
[github-356] accept some of the changes in this PR (not all)
PJ Fanning
2022-07-16
1
-1
/
+1
*
[github-345] Use switch instead of if. Thanks to XenoAmess. This closes #345
PJ Fanning
2022-07-16
2
-85
/
+110
*
[github-341] Remove unused imports. Thanks to XenoAmess. This closes #341
PJ Fanning
2022-07-15
1
-6
/
+0
*
[github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo...
PJ Fanning
2022-07-15
4
-9
/
+10
*
javadoc issues
PJ Fanning
2022-07-10
3
-4
/
+4
*
Use gradle toolchain to specify the jdk version and vendor, e.g.
Andreas Beeker
2022-02-21
1
-4
/
+12
*
change formatting
PJ Fanning
2022-02-19
1
-337
/
+326
*
[bug-65849] use Files.createTempFile
PJ Fanning
2022-01-27
1
-2
/
+2
*
[bug-65849] use Files.createTempFile
PJ Fanning
2022-01-26
1
-1
/
+2
*
Fix invalid comparison and optimize construction of CellStyle objects for com...
Dominik Stadler
2022-01-22
1
-37
/
+104
*
remove and prevent links to stackoverflow
Andreas Beeker
2022-01-10
7
-25
/
+14
*
fix switch
PJ Fanning
2021-12-30
1
-5
/
+6
*
refactor CopyCompare again
PJ Fanning
2021-12-30
1
-11
/
+6
*
rewrite CopyCompare to remove its ThreadLocal which causes a sonar code smell
PJ Fanning
2021-12-30
1
-5
/
+8
[next]