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
/
java
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
use try with resources
PJ Fanning
2018-06-07
1
-15
/
+15
*
sonar fixes
Andreas Beeker
2018-06-02
2
-3
/
+8
*
sonar fixes and
Andreas Beeker
2018-06-02
1
-35
/
+37
*
sonar fixes
Andreas Beeker
2018-06-02
4
-70
/
+78
*
#62355 - unsplit packages - 4 - open HPSF
Andreas Beeker
2018-05-27
15
-81
/
+63
*
#62355 - unsplit packages - 3 - only imports
Andreas Beeker
2018-05-27
5
-6
/
+6
*
#62355 - unsplit packages - 2 - modified classes (not only imports)
Andreas Beeker
2018-05-27
4
-5
/
+59
*
#62355 - unsplit packages - 1 - moved classes
Andreas Beeker
2018-05-27
8
-162
/
+2287
*
sonar fixes
Andreas Beeker
2018-05-22
2
-2
/
+3
*
sonar fixes - null dereference
Andreas Beeker
2018-05-21
7
-65
/
+65
*
#62051 - Two shapes have the same shapeId within the same slide.
Andreas Beeker
2018-05-20
1
-0
/
+14
*
remove test code
Andreas Beeker
2018-05-17
1
-9
/
+0
*
#62037 - SlideNames should not be null but have a default as if accessed by VBA
Andreas Beeker
2018-05-16
1
-0
/
+7
*
#62381 - Fix rendering of AutoShapes
Andreas Beeker
2018-05-16
2
-67
/
+93
*
List a few more missing functions as inline-comments, based on definitions fr...
Nick Burch
2018-05-14
1
-2
/
+12
*
A few more places I should never have introduced Cell as a parameter, sine Ce...
Greg Woolsey
2018-05-08
2
-21
/
+72
*
add convenience method for files to FileMagic
Andreas Beeker
2018-05-02
1
-0
/
+19
*
add additional exception info to failing IOUtils.toByteArray
Andreas Beeker
2018-05-02
1
-1
/
+1
*
add license header
Andreas Beeker
2018-05-02
1
-0
/
+17
*
[githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107
PJ Fanning
2018-05-01
2
-0
/
+36
*
#59893 - Forbid calls to InputStream.available
Andreas Beeker
2018-04-27
8
-72
/
+100
*
Fix setting active cell in .xls by populating field_6_refs whenever row/colum...
Dominik Stadler
2018-04-25
1
-10
/
+17
*
Bug 62187 - commit Commons Compress unrelated changes
Andreas Beeker
2018-04-25
1
-1
/
+5
*
#62319 - handle slide layouts in extractor
Andreas Beeker
2018-04-20
2
-24
/
+43
*
#61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...
Andreas Beeker
2018-04-20
3
-15
/
+130
*
#62319 - Decommission XSLF-/PowerPointExtractor
Andreas Beeker
2018-04-20
7
-30
/
+107
*
Nullpointer fix for slideshow extractor
Andreas Beeker
2018-04-19
1
-1
/
+1
*
add some javadoc to warn that stale cached formula cell values may result in ...
Greg Woolsey
2018-04-18
1
-0
/
+11
*
Bug 62092 - Text not extracted from grouped text shapes in HSLF
Andreas Beeker
2018-04-18
8
-2
/
+510
*
Bug 62165: Do not close stream when opening succeeds
Dominik Stadler
2018-04-04
1
-1
/
+7
*
Try to avoid one NPE that popped up in commoncrawl-corpus tests
Dominik Stadler
2018-04-04
3
-2
/
+17
*
fix error message
PJ Fanning
2018-04-04
1
-199
/
+199
*
[bug-62254] update offset function to support optional offset values
PJ Fanning
2018-04-03
1
-4
/
+6
*
Bug 61267: detect Word v2 files and report that they are not supported in Apa...
Dominik Stadler
2018-04-02
2
-1
/
+5
*
[bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...
PJ Fanning
2018-04-01
1
-0
/
+3
*
[bug-62176] synchronize temp dir creation
PJ Fanning
2018-03-13
1
-2
/
+3
*
#62159 - Support XML signature over windows certificate store
Andreas Beeker
2018-03-06
1
-18
/
+35
*
remove some casts to short
PJ Fanning
2018-03-03
2
-3
/
+3
*
tidy up API for font index
PJ Fanning
2018-02-26
4
-8
/
+8
*
further uptake of int methods for font lookups
PJ Fanning
2018-02-22
2
-2
/
+2
*
[bug-62018] use ints to index fonts
PJ Fanning
2018-02-20
9
-36
/
+116
*
[github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94
PJ Fanning
2018-02-14
2
-0
/
+201
*
Update JAXB classes with fixed javadocs for java 8 doclint
Andreas Beeker
2018-02-11
63
-2220
/
+2203
*
#61947 - Remove deprecated classes (POI 4.0.0)
Andreas Beeker
2018-02-11
1
-11
/
+0
*
#62096 - Add support for tabstops
Andreas Beeker
2018-02-11
3
-1
/
+104
*
FindBugs fixes
Andreas Beeker
2018-02-11
1
-8
/
+9
*
Various smaller adjustments: Remove filename in test, remove unused parameter...
Dominik Stadler
2018-02-08
2
-16
/
+55
*
fix findbug issues introduced recently
PJ Fanning
2018-01-31
1
-3
/
+3
*
fix use of forbidden apis in row shift code
PJ Fanning
2018-01-31
1
-10
/
+11
*
[github-81] Formula adjusting in context of column shifting. Thanks to Dragan...
PJ Fanning
2018-01-30
9
-14
/
+129
[next]