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.github.spotbugs-6.1.0
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.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
/
src
/
testcases
/
org
/
apache
/
poi
/
ss
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NullPointerException in Autosize introduced via #64981
Dominik Stadler
2020-12-20
1
-18
/
+37
*
avoid string concats
PJ Fanning
2020-12-17
1
-13
/
+6
*
remove more deprecated code
PJ Fanning
2020-12-09
3
-8
/
+8
*
remove more deprecated code
PJ Fanning
2020-12-09
4
-8
/
+8
*
Add unit-test from bug 56454 to show that the problem is fixed now
Dominik Stadler
2020-11-01
1
-0
/
+32
*
Bug 64460: Fix invalid moving of merged regions
Dominik Stadler
2020-11-01
1
-0
/
+1
*
Improve error messages on missing Factory-implementations, fix Sonar issues a...
Dominik Stadler
2020-11-01
1
-2
/
+1
*
Prevent some unit-tests from failing when non-English local is used in Maven run
Dominik Stadler
2020-10-25
1
-26
/
+31
*
try to fix sonar build
Andreas Beeker
2020-10-23
1
-16
/
+23
*
reformat
PJ Fanning
2020-10-20
1
-41
/
+41
*
[github-193] Change TRUNC implementation to use MathX. Thanks to Jacob Harris...
PJ Fanning
2020-10-20
1
-0
/
+15
*
Update library versions
Andreas Beeker
2020-08-18
6
-1158
/
+1137
*
Activate Forbidden-Apis-Check also for other tests
Andreas Beeker
2020-08-17
1
-601
/
+568
*
#64036 - Replace reflection calls in factories for Java 9+
Andreas Beeker
2020-08-16
1
-0
/
+5
*
use the forbidden-apis policies corresponding to the JRE
Andreas Beeker
2020-08-15
4
-33
/
+25
*
[github-191] Fix RuntimeException on array formula referencing blank cell. Th...
PJ Fanning
2020-08-14
1
-0
/
+39
*
[github-189] Move date parsing logic to DateParser. Thanks to MiĆosz Rembisz...
PJ Fanning
2020-08-11
1
-0
/
+79
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-07-22
20
-52
/
+67
*
remove some deprecated classes
PJ Fanning
2020-06-27
2
-148
/
+1
*
remove some deprecated Font methods from Workbook
PJ Fanning
2020-06-27
1
-0
/
+21
*
try to fix test compile
PJ Fanning
2020-06-27
1
-6
/
+6
*
remove some deprecated Name methods from Workbook
PJ Fanning
2020-06-27
1
-27
/
+4
*
Always close Reader in test
Dominik Stadler
2020-06-15
1
-31
/
+31
*
Add some more tests from bug 63819
Dominik Stadler
2020-06-15
1
-7
/
+22
*
test tidy up
PJ Fanning
2020-06-09
1
-2
/
+2
*
Bug 64393: Adjust relational operators to handle MissingArgEval correctly
Dominik Stadler
2020-05-16
1
-0
/
+62
*
[github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180
PJ Fanning
2020-05-15
1
-0
/
+78
*
[github-179] add an option for RangeCopier.copyRange() to clone styles. Thank...
PJ Fanning
2020-05-15
1
-5
/
+49
*
[github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.
PJ Fanning
2020-04-29
1
-2
/
+4
*
[github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.
PJ Fanning
2020-04-29
1
-5
/
+17
*
[github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.
PJ Fanning
2020-04-29
1
-8
/
+4
*
Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...
Dominik Stadler
2020-04-26
1
-13
/
+42
*
Fix some IDE warnings, remove usage of deprecated methods
Dominik Stadler
2020-04-24
1
-8
/
+5
*
#63745 - Add traversing and debugging interface to HSSF
Andreas Beeker
2020-04-19
1
-2
/
+2
*
#63745 - Add traversing and debugging interface to HSSF
Andreas Beeker
2020-04-12
1
-1
/
+1
*
#64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,...
Nick Burch
2020-04-11
1
-5
/
+29
*
Add disabled unit test for #64319
Nick Burch
2020-04-07
1
-0
/
+27
*
Sonar Fixes and remove obsolete classes
Andreas Beeker
2020-04-01
1
-309
/
+0
*
Sonar Fixes
Andreas Beeker
2020-03-29
1
-1135
/
+1113
*
Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...
Dominik Stadler
2020-03-29
1
-4
/
+8
*
#64213 - Picture.resize(double scale) scales width wrong for small pictures a...
Andreas Beeker
2020-03-16
1
-16
/
+143
*
Work on bug 64038 and other bugs and add test for 62865
Dominik Stadler
2020-03-08
1
-0
/
+6
*
Try to use https for poi.apache.org everywhere
Dominik Stadler
2020-03-08
4
-79
/
+79
*
Fix incorrect handling of format which should not produce any digit for zero
Dominik Stadler
2020-03-07
1
-21
/
+20
*
Bug 64179: Adjust to ensure a fixed timezone for date parsing in test
Dominik Stadler
2020-03-07
1
-230
/
+232
*
use a few more lambdas
PJ Fanning
2020-01-12
1
-145
/
+131
*
sonar fixes - use assert in junit tests
Andreas Beeker
2020-01-06
1
-1180
/
+1131
*
[bug-64044] setCellValue(LocalDate) does not support nulls properly
PJ Fanning
2020-01-02
1
-1
/
+1
*
[bug-64044] setCellValue(LocalDate) does not support nulls properly
PJ Fanning
2020-01-02
1
-0
/
+15
*
Bug 63940: Avoid endless loop/out of memory on string-replace with empty sear...
Dominik Stadler
2019-12-31
1
-0
/
+89
[next]