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
/
src
/
testcases
/
org
/
apache
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...
Andreas Beeker
2020-04-16
16
-68
/
+45
*
#64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...
Andreas Beeker
2020-04-14
4
-156
/
+113
*
#63745 - Add traversing and debugging interface to HSSF
Andreas Beeker
2020-04-12
4
-56
/
+14
*
#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
*
ArrayUtil - remove unused method
Andreas Beeker
2020-04-06
1
-16
/
+0
*
Sonar Fixes and remove obsolete classes
Andreas Beeker
2020-04-01
1
-309
/
+0
*
64261 -- fix handling of drop down list when items are selected
Tim Allison
2020-03-31
1
-1
/
+6
*
Sonar Fixes
Andreas Beeker
2020-03-29
2
-1143
/
+1121
*
Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...
Dominik Stadler
2020-03-29
1
-4
/
+8
*
#64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...
Andreas Beeker
2020-03-22
1
-4
/
+4
*
#64213 - Picture.resize(double scale) scales width wrong for small pictures a...
Andreas Beeker
2020-03-16
2
-223
/
+345
*
forbidden apis check fix
Andreas Beeker
2020-03-08
1
-1
/
+3
*
Get UUID from ClassID
Andreas Beeker
2020-03-08
1
-80
/
+34
*
Work on bug 64038 and other bugs and add test for 62865
Dominik Stadler
2020-03-08
2
-3
/
+18
*
Try to use https for poi.apache.org everywhere
Dominik Stadler
2020-03-08
7
-91
/
+91
*
Update JavaDoc for logging and marshalling
Dominik Stadler
2020-03-08
1
-2
/
+2
*
Fix incorrect handling of format which should not produce any digit for zero
Dominik Stadler
2020-03-07
2
-23
/
+43
*
Bug 64179: Adjust to ensure a fixed timezone for date parsing in test
Dominik Stadler
2020-03-07
1
-230
/
+232
*
Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.
Tim Allison
2020-02-10
7
-1
/
+21
*
Handle empty files correctly when looking for FileMagic to avoid NegativeArra...
Dominik Stadler
2020-01-27
1
-1
/
+8
*
#64036 - Replace reflection calls in factories for Java 9+ - Escher factories
Andreas Beeker
2020-01-26
1
-42
/
+26
*
sonar fixes
Andreas Beeker
2020-01-23
1
-566
/
+489
*
Deactivate Forbidden apis check again
Andreas Beeker
2020-01-22
1
-0
/
+2
*
Sonar fixes
Andreas Beeker
2020-01-21
6
-92
/
+43
*
use a few more lambdas
PJ Fanning
2020-01-12
2
-151
/
+132
*
try to fix some jdk 14 build issues due to java.lang.Record causing existing ...
PJ Fanning
2020-01-10
28
-99
/
+99
*
reformat code
PJ Fanning
2020-01-09
1
-1
/
+1
*
[bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha...
PJ Fanning
2020-01-09
1
-13
/
+34
*
ignore path conversion for URLs
Andreas Beeker
2020-01-07
1
-1
/
+5
*
sonar fixes - use assert in junit tests
Andreas Beeker
2020-01-06
2
-2868
/
+2610
*
Sonar fixes - Tests should include assertions
Andreas Beeker
2020-01-03
60
-648
/
+699
*
Fix some additional file-handle-leaks reported by unit-tests via an enhanced ...
Dominik Stadler
2020-01-03
1
-33
/
+30
*
[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
2
-15
/
+109
*
Sonar fixes
Andreas Beeker
2019-12-30
6
-245
/
+181
*
Migrate all junit tests to Junit 4
Andreas Beeker
2019-12-27
213
-12072
/
+7608
*
try to find issue in test
PJ Fanning
2019-12-26
1
-5
/
+2
*
Replace internal GUID class with ClassID
Andreas Beeker
2019-12-24
1
-34
/
+37
*
#64004 - Replace clone() with copy constructor - mainly HSSF classes
Andreas Beeker
2019-12-22
12
-175
/
+195
*
Add some more tests for IOUtils
Dominik Stadler
2019-12-15
1
-0
/
+96
*
Let IntelliJ simplify some assertions
Dominik Stadler
2019-12-15
70
-403
/
+405
*
Replace manual close with try-with-resources
Dominik Stadler
2019-12-15
7
-60
/
+24
*
Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...
Dominik Stadler
2019-12-15
4
-8
/
+36
*
Add MemoryVerifier to enable memory leak checking in unit-tests and add
Dominik Stadler
2019-12-15
1
-0
/
+106
*
#64004 - Replace clone() with copy constructor
Andreas Beeker
2019-12-14
2
-34
/
+54
*
Ensure that the temporary directory does exist before using it in tests
Dominik Stadler
2019-12-14
1
-12
/
+19
*
Bug 63569: Adjust handling of check for max allocation of byte array
Dominik Stadler
2019-12-14
1
-0
/
+58
*
Adjust some JavaDoc and fix some IDE warnings
Dominik Stadler
2019-12-14
2
-9
/
+12
[prev]
[next]