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.github.spotbugs-6.1.3
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/commons-codec-commons-codec-1.18.0
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-1.17.0
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/net.bytebuddy-byte-buddy-agent-1.17.0
dependabot/gradle/org.apache.pdfbox-pdfbox-3.0.4
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.cyclonedx.bom-2.1.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
/
poi
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
broken test
PJ Fanning
2022-08-30
1
-0
/
+126
*
[bug-66181] add time example
PJ Fanning
2022-08-01
1
-0
/
+2
*
[bug-66181] fix issue with evaluation of blank string in VALUE function
PJ Fanning
2022-08-01
1
-0
/
+1
*
update test
PJ Fanning
2022-08-01
1
-1
/
+3
*
[bug-66189] add test case
PJ Fanning
2022-07-30
1
-41
/
+74
*
Adjust some tests for Java 19 and Java 20
Dominik Stadler
2022-07-29
4
-7
/
+27
*
Fix issues found when fuzzing Apache POI via Jazzer
Dominik Stadler
2022-07-29
1
-1
/
+1
*
Also look for test-data in parent-directory
Dominik Stadler
2022-07-29
2
-2
/
+9
*
disable test on java 19
PJ Fanning
2022-07-27
1
-1
/
+2
*
issue with junit upgrade
PJ Fanning
2022-07-27
26
-27
/
+26
*
revert accidental changes
PJ Fanning
2022-07-27
1
-1
/
+1
*
[bug-66176] rework text box support
PJ Fanning
2022-07-27
1
-1
/
+1
*
test issue
PJ Fanning
2022-07-20
1
-1
/
+37
*
[bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...
PJ Fanning
2022-07-20
1
-0
/
+20
*
[github-354] Add extra methods to StringUtil and refactor some code to use th...
PJ Fanning
2022-07-17
2
-3
/
+3
*
[github-342] Use foreach. Thanks to XenoAmess. This closes #342
PJ Fanning
2022-07-16
1
-2
/
+2
*
[github-346] Javadoc issues. Thanks to XenoAmess. This closes #346
PJ Fanning
2022-07-16
1
-2
/
+0
*
[github-341] Remove unused imports. Thanks to XenoAmess. This closes #341
PJ Fanning
2022-07-15
16
-58
/
+0
*
[github-355] Tidy up some boxed variables. Thanks to XenoAmess. This closes #355
PJ Fanning
2022-07-15
2
-2
/
+2
*
[github-349] tidy up some test assertions. Thanks to XenoAmess. This closes #349
PJ Fanning
2022-07-15
1
-1
/
+1
*
[github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo...
PJ Fanning
2022-07-15
2
-2
/
+3
*
[github-360] HSSFExtendedColor does not set RGB colors properly. Thanks to Xe...
PJ Fanning
2022-07-15
1
-0
/
+12
*
try to fix tests - disabling 2 that need investigation
PJ Fanning
2022-07-10
1
-1
/
+1
*
javadoc issues
PJ Fanning
2022-07-10
3
-3
/
+3
*
[bug-51037] apply default column style if no style set
PJ Fanning
2022-07-01
1
-1
/
+39
*
[bug-66152] add broken test
PJ Fanning
2022-07-01
1
-0
/
+21
*
#66115 - Some Password protected XLS files are not read
Andreas Beeker
2022-06-16
4
-0
/
+6
*
[bug-66123] support gte attribute in XSSFConditionalFormattingThreshold
PJ Fanning
2022-06-15
1
-11
/
+12
*
add FORECAST and FORECAST.LINEAR functions
PJ Fanning
2022-06-05
2
-0
/
+64
*
add PEARSON function
PJ Fanning
2022-06-05
1
-0
/
+24
*
add COVARIANCE.S function
PJ Fanning
2022-06-05
1
-0
/
+5
*
add COVAR and COVARIANCE.P functions
PJ Fanning
2022-06-05
1
-0
/
+105
*
mismatched array sizes
PJ Fanning
2022-06-05
1
-0
/
+14
*
support string cells in correl function
PJ Fanning
2022-06-05
1
-8
/
+19
*
support blank cells in correl function
PJ Fanning
2022-06-05
1
-4
/
+19
*
[bug-66105] support CORREL function
PJ Fanning
2022-06-05
1
-0
/
+60
*
This closes #315
PJ Fanning
2022-06-04
1
-1
/
+1
*
[github-334] Add SHRINK_TO_FIT and QUOTE_PREFIXED to CellUtil. Thanks to funa...
PJ Fanning
2022-06-04
1
-0
/
+121
*
add lowercase tests
PJ Fanning
2022-05-30
1
-0
/
+19
*
[bug-66098] support wildcard matches in D* functions
PJ Fanning
2022-05-29
1
-5
/
+58
*
[bug-66095] support POISSON.DIST function (POISSON already supported)
PJ Fanning
2022-05-28
1
-0
/
+77
*
[bug-66097] support CEILING.PRECISE function
PJ Fanning
2022-05-28
1
-0
/
+76
*
[bug-66097] support FLOOR.PRECISE function
PJ Fanning
2022-05-28
2
-0
/
+76
*
DAYS360 function needs to support dates provided as strings as well as nums
PJ Fanning
2022-05-28
1
-1
/
+0
*
DAYS360 function needs to support dates provided as strings as well as a nums
PJ Fanning
2022-05-28
1
-0
/
+19
*
[bug-58468] implement DAYS function
PJ Fanning
2022-05-28
1
-0
/
+1
*
[bug-58468] implement DAYS function
PJ Fanning
2022-05-28
1
-0
/
+69
*
add tests
PJ Fanning
2022-05-28
2
-0
/
+4
*
add tests
PJ Fanning
2022-05-28
2
-0
/
+46
*
fix issue with AVERAGEA function and how it handles string cells
PJ Fanning
2022-05-28
1
-0
/
+23
[next]