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
Commit message (
Expand
)
Author
Age
Files
Lines
*
use method reference
Axel Howind
2024-02-28
1
-1
/
+1
*
use Map.computeIfAbsent()
Axel Howind
2024-02-28
1
-6
/
+1
*
rework tests
PJ Fanning
2024-02-26
1
-5
/
+5
*
Math.toIntExact is unnecessary because value is guaranteed to be between 0 an...
Axel Howind
2024-02-22
1
-1
/
+1
*
replace List<Byte> with ByteArrayOutputStream to avoid boxing/unboxing and re...
Axel Howind
2024-02-22
1
-32
/
+28
*
fix Logging issues:
Axel Howind
2024-02-21
2
-2
/
+2
*
make loggers static final
Axel Howind
2024-02-21
2
-2
/
+2
*
move setting of locale for tests to top level build.gradle
Axel Howind
2024-02-20
1
-4
/
+0
*
[github-596] Change cast logic in HSSFChart. Thanks to Ruby Hartono. This clo...
PJ Fanning
2024-02-19
1
-25
/
+25
*
remove unused loggers. Thanks to Ruby Hartono. This closes #594 and closes #595
PJ Fanning
2024-02-19
3
-7
/
+1
*
fix #68635: POI unit tests fail when run under non-US locale
Axel Howind
2024-02-17
1
-0
/
+4
*
remove unused loggers - thanks to Ruby Hartono. This closes #588 and closes #589
PJ Fanning
2024-02-16
1
-5
/
+0
*
[github-590] simplify some logging. This closes #590
PJ Fanning
2024-02-16
1
-7
/
+2
*
[github-582] improve performance CodepointsUtil.iteratorFor. Thanks to Jason ...
PJ Fanning
2024-02-03
1
-3
/
+12
*
remove one use of CodepointsUtil.iteratorFor
PJ Fanning
2024-02-03
1
-5
/
+11
*
Fix handling missing font libraries to again not throw on some types of excep...
Dominik Stadler
2024-01-30
1
-2
/
+12
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2024-01-30
1
-2
/
+8
*
[github-578] allow any non-fatal exception when setting up fonts to indicate ...
PJ Fanning
2024-01-25
1
-3
/
+5
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
3
-3
/
+8
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
2
-0
/
+5
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
3
-2
/
+9
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
1
-1
/
+5
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
2
-3
/
+20
*
try to javadoc more unsupported methods
PJ Fanning
2023-12-20
3
-1
/
+7
*
Make sure OLE2ScratchpadExtractorFacory is sorted first
Dominik Stadler
2023-12-06
2
-1
/
+17
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-06
3
-1
/
+5
*
[bug-68094] try to improve cell width derivation by not rounding
PJ Fanning
2023-11-08
2
-6
/
+62
*
[github-545] Make exported sheet names compatible with Excel. Thanks to Aleks...
PJ Fanning
2023-11-07
2
-46
/
+93
*
try to fix broken sxssf tests
PJ Fanning
2023-11-07
2
-2
/
+2
*
fix broken HSSFWorkbook test
PJ Fanning
2023-11-07
2
-7
/
+19
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-10-27
1
-1
/
+5
*
[bug-67579] test that we close input stream
PJ Fanning
2023-10-26
1
-0
/
+31
*
try to close streams in HSSF tests
PJ Fanning
2023-10-26
1
-2
/
+2
*
[bug-67784] add test for divide error
PJ Fanning
2023-10-17
1
-0
/
+17
*
[bug-67784] add test for divide error
PJ Fanning
2023-10-17
1
-0
/
+26
*
[bug-67475] better support for edge cases in TEXT function. Thanks to Jakub V...
PJ Fanning
2023-10-14
2
-12
/
+181
*
add back leading len into slideshow DrawTextFragment height
PJ Fanning
2023-10-14
1
-1
/
+1
*
Bug 66425: Avoid Exceptions found via oss-fuzz
Dominik Stadler
2023-10-07
4
-1
/
+7
*
Bug 66425: Avoid Exceptions found via oss-fuzz
Dominik Stadler
2023-10-07
5
-4
/
+21
*
Bug 66425: Avoid Exceptions found via oss-fuzz
Dominik Stadler
2023-10-07
4
-3
/
+9
*
Bug 66425: Avoid a NullPointerException found via oss-fuzz
Dominik Stadler
2023-10-07
1
-1
/
+5
*
Assert that deleting test-files and entries works in tests
Dominik Stadler
2023-10-03
2
-6
/
+7
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-10-03
1
-1
/
+1
*
commons-io 2.14.0
PJ Fanning
2023-10-01
1
-0
/
+1
*
[github-523] set locales for some tests. This closes #523
PJ Fanning
2023-09-28
2
-0
/
+28
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-09-21
1
-1
/
+1
*
Bug47950 -- make stream/directory name lookup in OLE2 case insensitive
Tim Allison
2023-09-20
41
-278
/
+403
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-09-20
6
-5
/
+31
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-09-18
1
-1
/
+17
*
use files nio APIs in more places
PJ Fanning
2023-09-17
12
-27
/
+32
[next]