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/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
/
scratchpad
Commit message (
Expand
)
Author
Age
Files
Lines
*
findbugs fixes and refactor some ClassIDs
Andreas Beeker
2020-01-07
1
-7
/
+10
*
Fix Visio compression
Andreas Beeker
2020-01-01
3
-476
/
+402
*
#64036 - remove reflective calls in Workbook- and SlideShowFactory
Andreas Beeker
2019-12-28
1
-0
/
+6
*
Migrate all junit tests to Junit 4
Andreas Beeker
2019-12-27
66
-1477
/
+1575
*
fix spelling of OutlookTextExtractor class name
PJ Fanning
2019-12-26
3
-219
/
+249
*
fix spelling of Usage
PJ Fanning
2019-12-26
3
-3
/
+3
*
fix spelling of OutlookTextExtractor class name
PJ Fanning
2019-12-26
2
-159
/
+232
*
#64004 - Replace clone() with copy constructor - mainly HWPF classes
Andreas Beeker
2019-12-24
54
-1194
/
+1632
*
convert some tabs to spaces
PJ Fanning
2019-12-23
5
-602
/
+602
*
Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()
Andreas Beeker
2019-12-23
38
-473
/
+199
*
#64004 - Replace clone() with copy constructor - mainly HSSF classes
Andreas Beeker
2019-12-22
19
-292
/
+381
*
Let IntelliJ simplify some assertions
Dominik Stadler
2019-12-15
17
-107
/
+112
*
Replace manual close with try-with-resources
Dominik Stadler
2019-12-15
12
-99
/
+60
*
#64004 - Replace clone() with copy constructor
Andreas Beeker
2019-12-14
2
-11
/
+37
*
Adjust some JavaDoc and fix some IDE warnings
Dominik Stadler
2019-12-14
4
-9
/
+13
*
Sonar fixes - type: bugs / severity: major
Andreas Beeker
2019-12-08
1
-1
/
+1
*
Sonar Fixes
Andreas Beeker
2019-12-05
3
-21
/
+7
*
Sonar Fixes + Refactor scattered XML initializations to XMLHelper
Andreas Beeker
2019-12-03
10
-109
/
+54
*
#63955 - HMEFContentsExtractor fails to extract content from winmail.dat
Andreas Beeker
2019-12-01
8
-818
/
+846
*
Sonar fixes - use try-with-resources
Andreas Beeker
2019-11-30
7
-216
/
+191
*
Replace StringBuffer with StringBuilder
Andreas Beeker
2019-11-29
20
-199
/
+102
*
Bug 60656 - Emf image support in slideshows
Andreas Beeker
2019-11-29
28
-193
/
+879
*
replace more StringBuffers
PJ Fanning
2019-11-21
2
-4
/
+2
*
convert tabs to spaces
PJ Fanning
2019-11-18
1
-272
/
+270
*
use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)
Axel Howind
2019-11-17
27
-40
/
+33
*
Replace AbstractWordUtils.equals with Objects.equals
Axel Howind
2019-11-12
2
-13
/
+6
*
#63918 - Fix texture fill - scale stretched images correctly
Andreas Beeker
2019-11-11
1
-35
/
+34
*
add license
Andreas Beeker
2019-11-08
1
-0
/
+17
*
Bug 60656 - Emf image support in slideshows
Andreas Beeker
2019-11-08
18
-248
/
+439
*
#60656 - EMF image support in slideshows
Andreas Beeker
2019-11-01
15
-208
/
+252
*
#63745 - Make GenericRecordJsonWriter Json-conformant
Andreas Beeker
2019-10-25
3
-9
/
+51
*
Bug 63805: BigDecimal: use enum args instead of integers (deprecated in Java 9)
Dominik Stadler
2019-10-25
1
-1
/
+2
*
Fix one-off error at referencing adjust values for HSLF preset shapes
Andreas Beeker
2019-10-14
1
-1
/
+1
*
Fix sonar issues
Andreas Beeker
2019-10-13
4
-13
/
+17
*
SL Common - Fix gradient fills
Andreas Beeker
2019-10-13
2
-35
/
+95
*
#63818 - Allow multiple charsets for same font typeface
Andreas Beeker
2019-10-12
2
-24
/
+54
*
#63745 - Add traversing and debugging interface
Andreas Beeker
2019-10-12
26
-282
/
+354
*
revert hemf changes due to broken test
PJ Fanning
2019-09-14
3
-21
/
+21
*
rename tests so they run in Ant build
PJ Fanning
2019-09-14
2
-2
/
+2
*
try to fix build failure
PJ Fanning
2019-09-14
3
-15
/
+16
*
try to avoid casting to int
PJ Fanning
2019-09-14
1
-18
/
+17
*
Unify PNG extraction
Andreas Beeker
2019-09-11
2
-23
/
+4
*
#63745 - Add traversing and debugging interface
Andreas Beeker
2019-09-11
125
-1393
/
+4270
*
fix build issue
PJ Fanning
2019-08-31
1
-2
/
+2
*
Adjust reproducer test-case for bug 59322 to not print to stdout and close re...
Dominik Stadler
2019-08-31
1
-27
/
+8
*
Fix bug 59322: NullPointerException when converting a certain Word document t...
Dominik Stadler
2019-08-31
2
-43
/
+110
*
Fix bug #61490, for some tables in documents, we should not remove the last cell
Dominik Stadler
2019-08-29
2
-13
/
+35
*
Do not use a WeakReference for the parent-link in HWPF-Ranges
Dominik Stadler
2019-08-29
2
-10
/
+12
*
Adjust JavaDoc and code formatting
Dominik Stadler
2019-08-29
3
-104
/
+82
*
[bug-63664] do not use DocumentBuilderFactory directly
PJ Fanning
2019-08-22
1
-2
/
+1
[next]