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.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/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.cyclonedx.bom-2.0.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...
PJ Fanning
2022-07-20
10
-40
/
+213
*
use try-with-resources
PJ Fanning
2022-07-20
3
-9
/
+4
*
javadoc
PJ Fanning
2022-07-20
4
-10
/
+10
*
api docs
PJ Fanning
2022-07-18
1
-0
/
+1
*
javadoc
PJ Fanning
2022-07-17
1
-0
/
+1
*
lgtm issue
PJ Fanning
2022-07-17
1
-2
/
+2
*
[github-348] tidy up number casting
PJ Fanning
2022-07-17
3
-6
/
+6
*
[github-353] Use printf. Thanks to XenoAmess. This closes #353
PJ Fanning
2022-07-17
1
-14
/
+14
*
[github-354] Add extra methods to StringUtil and refactor some code to use th...
PJ Fanning
2022-07-17
14
-65
/
+107
*
[github-339] compile issue in test
PJ Fanning
2022-07-17
1
-0
/
+1
*
[github-339] Add extra methods to StringUtil and refactor some code to use th...
PJ Fanning
2022-07-17
19
-28
/
+112
*
[github-356] extra condition change
PJ Fanning
2022-07-17
1
-1
/
+1
*
[github-356] accept some of the changes in this PR (not all)
PJ Fanning
2022-07-16
5
-6
/
+6
*
java 17 compile issue
PJ Fanning
2022-07-16
1
-4
/
+3
*
java 17 compile issue
PJ Fanning
2022-07-16
1
-1
/
+1
*
java 17 compile issue
PJ Fanning
2022-07-16
1
-1
/
+1
*
[github-342] Use foreach. Thanks to XenoAmess. This closes #342
PJ Fanning
2022-07-16
29
-114
/
+94
*
[github-345] Use switch instead of if. Thanks to XenoAmess. This closes #345
PJ Fanning
2022-07-16
15
-247
/
+344
*
[github-346] Javadoc issues. Thanks to XenoAmess. This closes #346
PJ Fanning
2022-07-16
4
-9
/
+6
*
gradle 7.5
PJ Fanning
2022-07-16
2
-2
/
+4
*
java 17 compile issues
PJ Fanning
2022-07-16
5
-1
/
+6
*
[github-341] Remove unused imports. Thanks to XenoAmess. This closes #341
PJ Fanning
2022-07-15
73
-139
/
+0
*
[github-355] Tidy up some boxed variables. Thanks to XenoAmess. This closes #355
PJ Fanning
2022-07-15
4
-5
/
+5
*
[github-350] simplify cloneCellProperties. Thanks to XenoAmess. This closes #350
PJ Fanning
2022-07-15
1
-5
/
+1
*
[github-349] tidy up some test assertions. Thanks to XenoAmess. This closes #349
PJ Fanning
2022-07-15
4
-8
/
+8
*
[github-361] reuse regex pattern instances. Thanks to XenoAmess. This closes ...
PJ Fanning
2022-07-15
3
-650
/
+676
*
[github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo...
PJ Fanning
2022-07-15
13
-32
/
+39
*
[github-358] improve locking in CellDateFormatter. Thanks to XenoAmess. This ...
PJ Fanning
2022-07-15
1
-69
/
+73
*
[github-359] fix case sensitivity issue in AutoNumberingScheme. Thanks to Xen...
PJ Fanning
2022-07-15
1
-3
/
+3
*
[github-351] make test loop more efficient
PJ Fanning
2022-07-15
1
-2
/
+2
*
[github-344] refactor equals method in XSSFHyperlinkRecord
PJ Fanning
2022-07-15
1
-7
/
+6
*
[github-357] fix equals check in CellNumberFormatter. Thanks to XenoAmess. Th...
PJ Fanning
2022-07-15
1
-1
/
+1
*
[github-347] make some inner classes static to save memory. Thanks to XenoAme...
PJ Fanning
2022-07-15
3
-3
/
+3
*
[github-343] use try-with-resources. Thanks to XenoAmess. This closes #343
PJ Fanning
2022-07-15
1
-16
/
+13
*
[github-360] HSSFExtendedColor does not set RGB colors properly. Thanks to Xe...
PJ Fanning
2022-07-15
3
-1
/
+14
*
allow XSSF RTS
PJ Fanning
2022-07-12
1
-12
/
+21
*
allow HSSFSharedString
PJ Fanning
2022-07-12
1
-1
/
+7
*
undeprecate private code that is still used
PJ Fanning
2022-07-12
1
-5
/
+0
*
missing license
PJ Fanning
2022-07-10
1
-0
/
+17
*
ant rat check issue
PJ Fanning
2022-07-10
1
-2
/
+1
*
[bug-66052] add test
PJ Fanning
2022-07-10
1
-0
/
+66
*
try to fix HSSF tests
PJ Fanning
2022-07-10
1
-6
/
+5
*
remove ignoreInvalidColors param
PJ Fanning
2022-07-10
3
-44
/
+10
*
try to fix tests
PJ Fanning
2022-07-10
3
-28
/
+37
*
javadoc issues
PJ Fanning
2022-07-10
1
-2
/
+2
*
add param that allows invalid colors to be ignored
PJ Fanning
2022-07-10
4
-17
/
+51
*
try to fix tests - disabling 2 that need investigation
PJ Fanning
2022-07-10
1
-1
/
+1
*
try to fix tests - disabling 2 that need investigation
PJ Fanning
2022-07-10
5
-6
/
+28
*
javadoc issues
PJ Fanning
2022-07-10
27
-28
/
+28
*
throw exception if wrong Color class is used
PJ Fanning
2022-07-10
2
-0
/
+12
[next]