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/bouncyCastleVersion-1.80
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.github.spotbugs-6.1.0
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.cyclonedx.bom-2.0.0
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Failing unit test for bug #62831
Nick Burch
2018-10-17
1
-0
/
+31
*
fix more LGTM alerts, in tests
Alain Béarez
2018-10-11
11
-393
/
+451
*
62815 -- some numeric values not correctly extracted from xlsb
Tim Allison
2018-10-11
2
-3
/
+26
*
fix most alerts reported by LGTM on OOXML
Alain Béarez
2018-10-10
16
-322
/
+429
*
[bug-62807] fix typo in XSLFTableCell#removeBorder
PJ Fanning
2018-10-08
1
-1
/
+1
*
add stax entries to forbidden apis due to android issues
PJ Fanning
2018-10-06
2
-2
/
+7
*
small adjustments to byte sizes in TestPackage zip-bomb tests to try fix test...
PJ Fanning
2018-10-05
1
-1
/
+1
*
use jaxp transformer instead of dom serializer to try fix old-xerces test fai...
PJ Fanning
2018-10-05
1
-2
/
+2
*
use jaxp transformer instead of dom serializer to try fix old-xerces test fai...
PJ Fanning
2018-10-05
1
-32
/
+45
*
adding tricks from other answers on StackOverflow
Alain Béarez
2018-10-05
6
-76
/
+57
*
example from StackOverflow question 47065690
Alain Béarez
2018-10-05
5
-14
/
+192
*
more XDDF improvements based on SO examples
Alain Béarez
2018-10-05
13
-14
/
+189
*
[bug-62800] Fix null pointer exception if a picture shape has no blip id
PJ Fanning
2018-10-04
1
-1
/
+2
*
XDDF improvements based on StackOverflow examples
Alain Béarez
2018-10-03
12
-29
/
+261
*
fix lgtm alerts in examples
Alain Béarez
2018-10-03
10
-108
/
+144
*
change chart data to experiment diverse scripts
Alain Béarez
2018-10-03
9
-55
/
+88
*
deprecate unused Nullable class
PJ Fanning
2018-10-03
1
-0
/
+5
*
change method to get XMLEventFactory due to issues seen on Android SDK
PJ Fanning
2018-10-03
1
-1
/
+2
*
rename xmlbeans job
PJ Fanning
2018-10-02
1
-1
/
+1
*
[bug-62796] remove use of Stax Namespace class from PackagePropertiesMarshaller
PJ Fanning
2018-10-02
1
-148
/
+164
*
extract valuable code from 54470 submitted patch
Alain Béarez
2018-10-01
5
-49
/
+182
*
use StaxHelper to get event factory
PJ Fanning
2018-09-30
1
-1
/
+2
*
lgtm issues
PJ Fanning
2018-09-29
5
-29
/
+23
*
fix lgtm issues
PJ Fanning
2018-09-28
1
-2
/
+2
*
fix lgtm issues
PJ Fanning
2018-09-28
5
-20
/
+14
*
make OPCPackage#close() unsynchronized and add javadoc note saying method is ...
PJ Fanning
2018-09-27
1
-1
/
+3
*
[bug-62768] synchronize OPCPackage#close()
PJ Fanning
2018-09-27
1
-22
/
+14
*
[bug-62736] Relations on XSLFPictureShape are removed unconditionally. Thanks...
PJ Fanning
2018-09-26
2
-2
/
+96
*
adapting some contributions by Axel Richter on SO
Alain Béarez
2018-09-26
8
-11
/
+131
*
fix javadoc
PJ Fanning
2018-09-25
1
-6
/
+1
*
lgtm warnings
PJ Fanning
2018-09-25
2
-3
/
+3
*
[bug-62747] bouncycastle 1.60
PJ Fanning
2018-09-19
1
-1
/
+1
*
Bug 62740 - XSSFTable constructor automatically assigns invalid (non-unique) ...
Greg Woolsey
2018-09-19
2
-4
/
+13
*
[bug-62738] make int cast a long cast in randbetween
PJ Fanning
2018-09-19
2
-7
/
+12
*
add ooxml-schemas enum classes to poi-ooxml-schemas
PJ Fanning
2018-09-18
1
-32
/
+36
*
[bug-62730] include all inner list classes in poi-ooxml-schemas.jar
PJ Fanning
2018-09-18
1
-8
/
+22
*
[bug-62733] XSLFBackground setFill() can corrupt the document
PJ Fanning
2018-09-18
2
-1
/
+172
*
handle test issues when running with old xerces
PJ Fanning
2018-09-08
2
-11
/
+20
*
update 3.17 leftovers and provide a new build target to update those in the n...
Andreas Beeker
2018-09-07
2
-5
/
+5
*
[bug-62692] issue when using widlfy xml parser
PJ Fanning
2018-09-07
2
-9
/
+20
*
import existing chart on current drawing
Alain Béarez
2018-09-05
1
-172
/
+216
*
sonar fixes - blocker
Andreas Beeker
2018-08-31
10
-31
/
+64
*
#62108 - ArrayIndexOfBounds exception when getColumnWidth()
Andreas Beeker
2018-08-31
1
-3
/
+2
*
#62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*
Andreas Beeker
2018-08-31
140
-11080
/
+5578
*
remove stray stacktrace
PJ Fanning
2018-08-28
1
-1
/
+0
*
add missing classes to poi-ooxml-schema.jar
PJ Fanning
2018-08-28
1
-0
/
+9
*
rebase XDDF text package
Alain Béarez
2018-08-27
26
-488
/
+993
*
test integration of XDDF text entities
Alain Béarez
2018-08-26
11
-721
/
+1208
*
complete body properties with insets
Alain Béarez
2018-08-26
1
-0
/
+65
*
fill in the text body, its paragraphs and text runs
Alain Béarez
2018-08-26
48
-35
/
+4066
[next]