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.github.spotbugs-6.1.1
dependabot/gradle/com.github.spotbugs-6.1.2
dependabot/gradle/com.github.spotbugs-6.1.3
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/commons-codec-commons-codec-1.18.0
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-1.17.0
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/net.bytebuddy-byte-buddy-agent-1.17.0
dependabot/gradle/org.apache.pdfbox-pdfbox-3.0.4
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.cyclonedx.bom-2.1.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
/
ooxml
/
java
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...
Dominik Stadler
2017-09-23
3
-16
/
+17
*
Bug 59747: Adjust order of first two entries in the resulting Zip to try to e...
Dominik Stadler
2017-09-22
1
-4
/
+4
*
Bug 61349 -- add more sanity checks when allocating byte[]
Tim Allison
2017-09-21
4
-10
/
+22
*
Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(fal...
Dominik Stadler
2017-09-20
2
-3
/
+29
*
Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This ...
PJ Fanning
2017-09-19
1
-5
/
+95
*
Bug 61148: Fix calculating formula value, unfortunately we currently need to ...
Dominik Stadler
2017-09-19
3
-13
/
+21
*
Fix some IntelliJ warnings
Dominik Stadler
2017-09-19
2
-25
/
+9
*
While working on bug 61148 I found that getCellType() and setCellErrorValue()...
Dominik Stadler
2017-09-19
1
-28
/
+40
*
use non-deprecated versions of getCellType
PJ Fanning
2017-09-18
3
-6
/
+6
*
change HyperLink getType to return HyperlinkType
PJ Fanning
2017-09-18
3
-30
/
+31
*
fix compiler warnings
PJ Fanning
2017-09-18
1
-37
/
+37
*
update getCellType to return CellType enum instead of int
PJ Fanning
2017-09-18
3
-6
/
+6
*
update getCellType to return CellType enum instead of int
PJ Fanning
2017-09-18
2
-3
/
+3
*
update getCellType to return CellType enum instead of int
PJ Fanning
2017-09-18
5
-104
/
+65
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-18
5
-248
/
+0
*
Change getCachedFormulaResultType to return CellType
PJ Fanning
2017-09-18
4
-44
/
+34
*
#60499 - Deleting a picture that is used twice on a slide corrupt the slide
Andreas Beeker
2017-09-17
3
-12
/
+76
*
Fix some warnings in OOXMLLite and move copyFile to IOUtils
Dominik Stadler
2017-09-17
1
-31
/
+19
*
Various code cleanups, "final" for static methods is useless, for-loops, simp...
Dominik Stadler
2017-09-17
9
-28
/
+14
*
Some more code cleanup
Dominik Stadler
2017-09-17
1
-1
/
+1
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-16
8
-190
/
+0
*
Use Integer.compare() where possible
Dominik Stadler
2017-09-16
1
-1
/
+1
*
Use Collections.singleton() where applicable
Dominik Stadler
2017-09-16
2
-4
/
+3
*
Fix some warnings
Dominik Stadler
2017-09-16
1
-8
/
+2
*
Remove unnecessary local variables
Dominik Stadler
2017-09-16
14
-30
/
+15
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
128
-359
/
+359
*
Remove unused imports
Dominik Stadler
2017-09-16
3
-3
/
+0
*
Remove unnecessary casts and toString() calls
Dominik Stadler
2017-09-16
2
-2
/
+2
*
Remove unnecessary initialization of members
Dominik Stadler
2017-09-16
54
-188
/
+188
*
Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...
Dominik Stadler
2017-09-16
8
-8
/
+8
*
Adjust some more places for the new versions of some third party libraries
Dominik Stadler
2017-09-15
1
-3
/
+3
*
Update third party libs to latest versions
Dominik Stadler
2017-09-15
1
-1
/
+0
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-15
1
-39
/
+0
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-14
2
-12
/
+2
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-14
3
-113
/
+70
*
remove some deprecated code slated for removal in 3.18
PJ Fanning
2017-09-14
2
-58
/
+0
*
Numeric Array Formula and Matrix Function [from Bob95132] This closes #69
PJ Fanning
2017-09-13
3
-3
/
+30
*
[bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes...
PJ Fanning
2017-09-13
1
-0
/
+1
*
#61478 - POI OOXML-Schema lookup uses wrong classloader
Andreas Beeker
2017-09-05
1
-14
/
+21
*
While working on 61475, need to add a new line after picture text...not worth...
Tim Allison
2017-08-31
1
-1
/
+1
*
61475 -- append text from pictures only once...bug from my work on 61470.
Tim Allison
2017-08-31
1
-7
/
+4
*
61470 -- add extraction of content within ruby elements; allow users to conca...
Tim Allison
2017-08-30
2
-46
/
+135
*
Revert performance tuning done via Bug 61350 as it lead to problems when runn...
Dominik Stadler
2017-08-24
1
-1
/
+3
*
Add more non-test classes in OOXMLLite and add another font-metric that appears
Dominik Stadler
2017-08-19
2
-8
/
+17
*
#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes
Andreas Beeker
2017-08-11
5
-109
/
+64
*
[Bug-61048] SXSSF module writes wrong escape sequence for carriage returns
PJ Fanning
2017-08-09
1
-31
/
+21
*
#61363 - Unify escher shape id allocation
Andreas Beeker
2017-07-30
1
-16
/
+45
*
Add handling of alternate content elements
Andreas Beeker
2017-07-29
1
-15
/
+56
*
Deleting a sheet did not delete table parts and relations. Deleting a table ...
Greg Woolsey
2017-07-28
3
-1
/
+49
*
[Bug-61354] fix issue with extracting text from Word docs. This closes #66
PJ Fanning
2017-07-28
1
-18
/
+26
[next]