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
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2024-07-14
1
-0
/
+1
*
[bug-69154] add speculative row shifter fix
PJ Fanning
2024-07-02
1
-1
/
+1
*
add dataformatter test
PJ Fanning
2024-07-02
1
-1
/
+1
*
another dataformatter test
PJ Fanning
2024-07-02
2
-0
/
+23
*
disable new dataformatter test that is failing
PJ Fanning
2024-07-02
1
-0
/
+1
*
add dataformatter tests
PJ Fanning
2024-07-01
1
-1
/
+14
*
use standard ASF header
PJ Fanning
2024-07-01
2
-8
/
+0
*
Add one more case where timestamp could end up
Dominik Stadler
2024-06-23
1
-0
/
+1
*
[bug-69147] fix issues with text function when input is a datetime in string ...
PJ Fanning
2024-06-21
1
-0
/
+7
*
add test related to bug-69147
PJ Fanning
2024-06-21
1
-0
/
+8
*
issue with Java 22 returning string values insteadof booleans
PJ Fanning
2024-06-17
1
-9
/
+10
*
issue with Java 22 returning string values insteadof booleans
PJ Fanning
2024-06-17
1
-5
/
+9
*
Apply IDE suggestions and ignore sonar false positive
Dominik Stadler
2024-06-02
4
-165
/
+165
*
Add simple test for font-width
Dominik Stadler
2024-06-02
1
-2
/
+50
*
[bug-69021] add guard around cast
PJ Fanning
2024-05-17
1
-0
/
+21
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2024-04-22
3
-7
/
+34
*
Add one more "flaky" byte when comparing two documents
Dominik Stadler
2024-04-20
1
-0
/
+1
*
Comment out flaky assertion and add more information to find which file fails...
Dominik Stadler
2024-04-17
1
-14
/
+15
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2024-04-17
3
-0
/
+36
*
Bug 68778: Verify "ignoreMissingFontSystem" for SheetUtil.getDefaultCharWidth...
Dominik Stadler
2024-03-14
1
-0
/
+166
*
rework tests
PJ Fanning
2024-02-26
1
-5
/
+5
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
2
-0
/
+3
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
1
-0
/
+1
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
2
-1
/
+4
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-06
2
-0
/
+2
*
[bug-68094] try to improve cell width derivation by not rounding
PJ Fanning
2023-11-08
1
-1
/
+6
*
[github-545] Make exported sheet names compatible with Excel. Thanks to Aleks...
PJ Fanning
2023-11-07
1
-46
/
+55
*
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-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
1
-1
/
+132
*
Bug 66425: Avoid Exceptions found via oss-fuzz
Dominik Stadler
2023-10-07
3
-0
/
+3
*
Bug 66425: Avoid Exceptions found via oss-fuzz
Dominik Stadler
2023-10-07
2
-1
/
+10
*
Bug 66425: Avoid Exceptions found via oss-fuzz
Dominik Stadler
2023-10-07
2
-1
/
+4
*
Assert that deleting test-files and entries works in tests
Dominik Stadler
2023-10-03
2
-6
/
+7
*
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
*
Bug47950 -- make stream/directory name lookup in OLE2 case insensitive
Tim Allison
2023-09-20
19
-187
/
+186
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-09-20
4
-2
/
+26
*
use files nio APIs in more places
PJ Fanning
2023-09-17
2
-5
/
+5
*
use more nio file support
PJ Fanning
2023-09-14
6
-22
/
+26
*
[bug-67402] DATEVALUE function should return #VALUE! for a null or empty stri...
PJ Fanning
2023-09-14
1
-45
/
+40
*
SparseBitSet 1.3
PJ Fanning
2023-09-06
1
-1
/
+1
*
Reduce flakiness of one test which compares two documents
Dominik Stadler
2023-09-06
1
-0
/
+35
*
[bug-66855] Formula parser incorrectly handles sheet name containing multiple...
PJ Fanning
2023-08-10
1
-0
/
+16
*
Bug 66425: Avoid a ClassCastException found via oss-fuzz
Dominik Stadler
2023-08-08
1
-0
/
+2
*
Bug 66425: Avoid a ClassCastException found via oss-fuzz
Dominik Stadler
2023-08-07
3
-3
/
+6
[next]