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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some compiler warnings
Dominik Stadler
2017-09-16
8
-172
/
+153
*
Use Integer.compare() where possible
Dominik Stadler
2017-09-16
11
-39
/
+16
*
Fix some warnings in unit tests
Dominik Stadler
2017-09-16
10
-21
/
+21
*
Use Collections.singleton() where applicable
Dominik Stadler
2017-09-16
2
-4
/
+3
*
Fix some warnings
Dominik Stadler
2017-09-16
2
-9
/
+3
*
Remove unnecessary local variables
Dominik Stadler
2017-09-16
118
-338
/
+196
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
530
-1374
/
+1373
*
Remove unnecessary type arguments
Dominik Stadler
2017-09-16
3
-3
/
+3
*
Suppress some warnings
Dominik Stadler
2017-09-16
3
-0
/
+3
*
Remove unused imports
Dominik Stadler
2017-09-16
18
-29
/
+0
*
Remove unnecessary casts and toString() calls
Dominik Stadler
2017-09-16
8
-10
/
+10
*
Remove unnecessary semicolons
Dominik Stadler
2017-09-16
7
-8
/
+8
*
Remove unnecessary initialization of members
Dominik Stadler
2017-09-16
165
-394
/
+394
*
Fix typos and warnings
Dominik Stadler
2017-09-16
2
-3
/
+4
*
Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...
Dominik Stadler
2017-09-16
46
-103
/
+82
*
Detect some HTML files as separate invalid filetype
Dominik Stadler
2017-09-16
1
-0
/
+2
*
Allow to produce a jar for the integration-test-code so we can use it directl...
Dominik Stadler
2017-09-16
2
-63
/
+73
*
Adjust local test in integration-test file-handler
Dominik Stadler
2017-09-16
1
-18
/
+17
*
Add .git as excluded dir for integration-tests and add a local test for XSSFB...
Dominik Stadler
2017-09-16
2
-6
/
+15
*
Add additional check as mentioned in bug 50060
Dominik Stadler
2017-09-16
1
-1
/
+3
*
Tried to reproduce bug 61300, but could not.
Dominik Stadler
2017-09-16
3
-16
/
+28
*
At least print out correct offset information for PtrRefN if it has offset va...
Dominik Stadler
2017-09-16
2
-1
/
+21
*
Add test for question on the mailing-list
Dominik Stadler
2017-09-16
1
-12
/
+51
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-15
3
-56
/
+0
*
Java 8: Disable Jobs using Java 1.6 and 1.7 for now, they can be removed soon.
Dominik Stadler
2017-09-15
1
-5
/
+8
*
Java 8: Deprecate some methods in IOUtils
Dominik Stadler
2017-09-15
1
-11
/
+31
*
Adjust Maven pom.xml for 4.0, Java 8 and newer third party libs
Dominik Stadler
2017-09-15
9
-18
/
+17
*
Adjust some more places for the new versions of some third party libraries
Dominik Stadler
2017-09-15
2
-12
/
+12
*
Update third party libs to latest versions
Dominik Stadler
2017-09-15
7
-101
/
+97
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-15
6
-87
/
+3
*
Remove javadoc references to removed classes
Nick Burch
2017-09-15
2
-7
/
+1
*
remove deprecated inner classes from HSFColor
PJ Fanning
2017-09-15
2
-747
/
+82
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-14
19
-310
/
+49
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-14
9
-364
/
+95
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-14
5
-78
/
+4
*
add missing licenses on test classes
PJ Fanning
2017-09-14
2
-0
/
+34
*
60279 -- back off to brute-force search for macro content if offset informati...
Tim Allison
2017-09-14
4
-106
/
+382
*
Numeric Array Formula and Matrix Function [from Bob95132] This closes #69
PJ Fanning
2017-09-13
24
-11
/
+1210
*
[bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes...
PJ Fanning
2017-09-13
3
-88
/
+128
*
prepare for 3.18-beta1
Andreas Beeker
2017-09-08
1
-1
/
+1
*
release prepare for 3.17 - updating build.xml and status.xml
Andreas Beeker
2017-09-08
1
-1
/
+1
*
Remove incorrect copy-include in pom.xml
Dominik Stadler
2017-09-08
1
-1
/
+0
*
Add Removal annotation to xmlbeans generation
Andreas Beeker
2017-09-08
1
-0
/
+1
*
Add Removal.java to fix Maven compilation
Dominik Stadler
2017-09-08
1
-0
/
+1
*
Add Removal annotation to xmlbeans generation
Andreas Beeker
2017-09-07
1
-0
/
+1
*
Copy over and tweak PicturesSource from Apache Tika
Nick Burch
2017-09-07
1
-0
/
+136
*
prepare for 3.18-beta1
Andreas Beeker
2017-09-05
1
-1
/
+1
*
release prepare for 3.17 - updating build.xml and status.xml
Andreas Beeker
2017-09-05
1
-1
/
+1
*
#61478 - POI OOXML-Schema lookup uses wrong classloader
Andreas Beeker
2017-09-05
2
-41
/
+73
*
While working on 61475, need to add a new line after picture text...not worth...
Tim Allison
2017-08-31
1
-1
/
+1
[next]