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
Commit message (
Expand
)
Author
Age
Files
Lines
*
HSSFWorkbook.getSheet(): Return first found sheet
Dominik Stadler
2024-07-07
1
-6
/
+7
*
[bug-69154] add speculative row shifter fix
PJ Fanning
2024-07-02
2
-6
/
+6
*
[bug-69154] XSSF: Shifting columns with merged regions generates an error abo...
PJ Fanning
2024-07-02
1
-5
/
+5
*
add dataformatter test
PJ Fanning
2024-07-02
1
-1
/
+1
*
another dataformatter test
PJ Fanning
2024-07-02
2
-0
/
+23
*
disable new dataformatter test that is failing
PJ Fanning
2024-07-02
1
-0
/
+1
*
add dataformatter tests
PJ Fanning
2024-07-01
1
-1
/
+14
*
use standard ASF header
PJ Fanning
2024-07-01
5
-20
/
+0
*
Add one more case where timestamp could end up
Dominik Stadler
2024-06-23
1
-0
/
+1
*
[bug-69147] fix issues with text function when input is a datetime in string ...
PJ Fanning
2024-06-21
2
-1
/
+16
*
add test related to bug-69147
PJ Fanning
2024-06-21
1
-0
/
+8
*
issue with Java 22 returning string values insteadof booleans
PJ Fanning
2024-06-17
1
-9
/
+10
*
issue with Java 22 returning string values insteadof booleans
PJ Fanning
2024-06-17
1
-5
/
+9
*
getNextZipEntry deprecation warnings
PJ Fanning
2024-06-05
1
-1
/
+1
*
BoundedInputStream deprecation warnings
PJ Fanning
2024-06-05
4
-5
/
+27
*
Apply IDE suggestions and ignore sonar false positive
Dominik Stadler
2024-06-02
5
-167
/
+166
*
Add simple test for font-width
Dominik Stadler
2024-06-02
1
-2
/
+50
*
[bug-69021] add guard around cast
PJ Fanning
2024-05-17
2
-5
/
+29
*
add back check for if dir already exists
PJ Fanning
2024-05-08
1
-5
/
+13
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2024-04-22
4
-8
/
+35
*
Add one more "flaky" byte when comparing two documents
Dominik Stadler
2024-04-20
1
-0
/
+1
*
Comment out flaky assertion and add more information to find which file fails...
Dominik Stadler
2024-04-17
1
-14
/
+15
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2024-04-17
4
-1
/
+37
*
[github-607] Support SVGs in XWPF. Thanks to Etienne Gautier. This closes #607
PJ Fanning
2024-03-27
1
-1
/
+1
*
Bug 68778: Verify "ignoreMissingFontSystem" for SheetUtil.getDefaultCharWidth...
Dominik Stadler
2024-03-14
2
-2
/
+185
*
use method reference
Axel Howind
2024-02-28
1
-1
/
+1
*
use Map.computeIfAbsent()
Axel Howind
2024-02-28
1
-6
/
+1
*
rework tests
PJ Fanning
2024-02-26
1
-5
/
+5
*
Math.toIntExact is unnecessary because value is guaranteed to be between 0 an...
Axel Howind
2024-02-22
1
-1
/
+1
*
replace List<Byte> with ByteArrayOutputStream to avoid boxing/unboxing and re...
Axel Howind
2024-02-22
1
-32
/
+28
*
fix Logging issues:
Axel Howind
2024-02-21
2
-2
/
+2
*
make loggers static final
Axel Howind
2024-02-21
2
-2
/
+2
*
move setting of locale for tests to top level build.gradle
Axel Howind
2024-02-20
1
-4
/
+0
*
[github-596] Change cast logic in HSSFChart. Thanks to Ruby Hartono. This clo...
PJ Fanning
2024-02-19
1
-25
/
+25
*
remove unused loggers. Thanks to Ruby Hartono. This closes #594 and closes #595
PJ Fanning
2024-02-19
3
-7
/
+1
*
fix #68635: POI unit tests fail when run under non-US locale
Axel Howind
2024-02-17
1
-0
/
+4
*
remove unused loggers - thanks to Ruby Hartono. This closes #588 and closes #589
PJ Fanning
2024-02-16
1
-5
/
+0
*
[github-590] simplify some logging. This closes #590
PJ Fanning
2024-02-16
1
-7
/
+2
*
[github-582] improve performance CodepointsUtil.iteratorFor. Thanks to Jason ...
PJ Fanning
2024-02-03
1
-3
/
+12
*
remove one use of CodepointsUtil.iteratorFor
PJ Fanning
2024-02-03
1
-5
/
+11
*
Fix handling missing font libraries to again not throw on some types of excep...
Dominik Stadler
2024-01-30
1
-2
/
+12
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2024-01-30
1
-2
/
+8
*
[github-578] allow any non-fatal exception when setting up fonts to indicate ...
PJ Fanning
2024-01-25
1
-3
/
+5
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
3
-3
/
+8
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
2
-0
/
+5
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
3
-2
/
+9
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
1
-1
/
+5
*
Bug 66425: Avoid exceptions found via poi-fuzz
Dominik Stadler
2023-12-30
2
-3
/
+20
*
try to javadoc more unsupported methods
PJ Fanning
2023-12-20
3
-1
/
+7
*
Make sure OLE2ScratchpadExtractorFacory is sorted first
Dominik Stadler
2023-12-06
2
-1
/
+17
[next]