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
/
main
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
put back the goto - it is terrible but poi-integration tests hang without it
PJ Fanning
2021-09-24
1
-2
/
+6
*
try to remove goto (again)
PJ Fanning
2021-09-24
1
-3
/
+1
*
[bug-65595] Strip colour formatting in headers and footers
PJ Fanning
2021-09-24
1
-1
/
+3
*
put back the goto - it is terrible but I don't have time work out why it is n...
PJ Fanning
2021-09-24
1
-45
/
+47
*
try to remove goto
PJ Fanning
2021-09-24
1
-7
/
+5
*
forbidden api
PJ Fanning
2021-09-23
1
-1
/
+1
*
tabs to spaces
PJ Fanning
2021-09-23
1
-1
/
+1
*
make hyperlink duplicatable
PJ Fanning
2021-09-19
1
-1
/
+11
*
javadoc issue
PJ Fanning
2021-09-19
1
-2
/
+2
*
typos in javdocs
PJ Fanning
2021-09-19
2
-2
/
+1
*
rework BitmapImageRenderer
Andreas Beeker
2021-09-19
1
-106
/
+100
*
fix spellings in javadoc
PJ Fanning
2021-09-19
1
-111
/
+121
*
[bug-65576] replace StringCodepointsIterable
PJ Fanning
2021-09-16
3
-65
/
+34
*
minor text issues
PJ Fanning
2021-09-08
1
-1
/
+1
*
don't allow SAX parser to accept DTDs
PJ Fanning
2021-09-07
1
-0
/
+1
*
more specific exception instead of NPE
PJ Fanning
2021-09-05
1
-2
/
+5
*
POI 5.1.0
PJ Fanning
2021-09-04
6
-6
/
+6
*
sonar fixes
Andreas Beeker
2021-08-28
14
-205
/
+222
*
more use of commons-io
PJ Fanning
2021-08-28
11
-28
/
+28
*
more use of commons-io
PJ Fanning
2021-08-27
5
-9
/
+12
*
Redirecting System.out/err is bad in concurrent test environment
Andreas Beeker
2021-08-22
1
-3
/
+3
*
[github-242] add support for MAXIFS, MINIFS, AVERAGEIFS functions. Thanks to ...
PJ Fanning
2021-08-16
7
-45
/
+316
*
increase intermediate significance
PJ Fanning
2021-08-14
1
-2
/
+3
*
increase intermediate significance
PJ Fanning
2021-08-14
1
-2
/
+3
*
tidy up eval
PJ Fanning
2021-08-14
1
-5
/
+2
*
remove XLookup
PJ Fanning
2021-08-12
3
-128
/
+2
*
convert link to internal jdk api to preformatted code
Andreas Beeker
2021-08-09
1
-11
/
+11
*
init support for XLOOKUP
PJ Fanning
2021-08-08
2
-31
/
+44
*
init support for XLOOKUP
PJ Fanning
2021-08-08
1
-5
/
+6
*
init support for XLOOKUP
PJ Fanning
2021-08-08
2
-10
/
+34
*
tidy up
PJ Fanning
2021-08-07
1
-1
/
+5
*
init support for XLOOKUP
PJ Fanning
2021-08-07
2
-0
/
+86
*
add test
PJ Fanning
2021-08-07
1
-4
/
+4
*
[bug-49202] add PERCENTRANK.EXC function
PJ Fanning
2021-08-07
2
-11
/
+13
*
[bug-49202] add PERCENTRANK.EXC function
PJ Fanning
2021-08-07
2
-19
/
+13
*
[bug-49202] add PERCENTRANK.EXC function
PJ Fanning
2021-08-07
4
-3
/
+171
*
[bug-49202] add PERCENTRANK.INC function
PJ Fanning
2021-08-07
2
-19
/
+57
*
tidy up javadoc
PJ Fanning
2021-08-07
1
-1
/
+1
*
tidy up javadoc
PJ Fanning
2021-08-07
1
-1
/
+3
*
[bug-49202] add PERCENTRANK function
PJ Fanning
2021-08-07
1
-0
/
+3
*
[bug-49202] add PERCENTRANK function
PJ Fanning
2021-08-07
2
-1
/
+161
*
fix TextJoin use case that was not handled
PJ Fanning
2021-08-07
1
-2
/
+6
*
fix TextJoin use case that was not handled
PJ Fanning
2021-08-07
1
-6
/
+31
*
fix TextJoin use case that was not handled
PJ Fanning
2021-08-07
1
-3
/
+3
*
fix TextJoin use case that was not handled
PJ Fanning
2021-08-07
2
-7
/
+36
*
add basic implementation of TIMEVALUE function
PJ Fanning
2021-08-06
1
-4
/
+5
*
add basic implementation of TIMEVALUE function
PJ Fanning
2021-08-06
3
-2
/
+87
*
SUMIFS should not sum if a value is #N/A
PJ Fanning
2021-07-30
2
-7
/
+15
*
[bug-65475] SUMIF should return #N/A if any of the amounts to sum is #N/A. Th...
PJ Fanning
2021-07-30
1
-25
/
+26
*
[bug-65467] support IFNA() function. Thanks to Ross Patterson
PJ Fanning
2021-07-29
2
-2
/
+68
[next]