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-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.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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing close() calls
Dominik Stadler
2016-10-20
1
-6
/
+9
*
BUG-60286 avoid NPE XWPFRun. Didn't add unit test or document...didn't seem ...
Tim Allison
2016-10-20
1
-1
/
+1
*
BUG-60285 avoid NPE if missing relationship id
Tim Allison
2016-10-20
2
-1
/
+30
*
Eclipse automated refactor/cleanup: add final modifier to private fields to u...
Javen O'Neal
2016-10-20
2
-3
/
+3
*
Bug 55714 - Background image ignored on slide copy
Andreas Beeker
2016-10-19
2
-9
/
+56
*
StringUtil.count was renamed to StringUtil.countMatches
Javen O'Neal
2016-10-19
1
-2
/
+2
*
Eclipse automated refactor/cleanup: convert for loops to for-each loops
Javen O'Neal
2016-10-19
3
-36
/
+21
*
Eclipse automated refactor/cleanup: convert for loops to for-each loops
Javen O'Neal
2016-10-19
3
-8
/
+5
*
Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...
Javen O'Neal
2016-10-19
12
-2
/
+24
*
close pkg
Javen O'Neal
2016-10-19
1
-0
/
+2
*
add @Override decorators to SheetIterator, move code outside of for-loop
Javen O'Neal
2016-10-19
1
-5
/
+11
*
bug 60255: use actual number of package parts rather than hard-coding an uppe...
Javen O'Neal
2016-10-19
1
-1
/
+2
*
disabled unit tests are now passing for bug 48703
Javen O'Neal
2016-10-19
1
-2
/
+0
*
make code more similar between default case and indexed case
Javen O'Neal
2016-10-19
1
-4
/
+6
*
Bug 60259: Add missing dispose() call
Dominik Stadler
2016-10-15
1
-0
/
+1
*
Close temp-file in test to not leak file-handles and fail deleting the file o...
Dominik Stadler
2016-10-15
1
-8
/
+11
*
#60255 When creating a XSSF drawing, find the next available document part, e...
Nick Burch
2016-10-14
4
-1
/
+130
*
bug 56781,60246: fix named range validation to match valid name rules per Exc...
Javen O'Neal
2016-10-14
1
-11
/
+47
*
bug 60253: add helper functions to make the constructor formula1-overloading ...
Javen O'Neal
2016-10-14
1
-9
/
+18
*
bug 60253: remove repeated check for ValidationType.ANY
Javen O'Neal
2016-10-14
1
-1
/
+0
*
bug 60253: revert XSSFDataValidationConstraint#prettyPrint QUOTE change in r1...
Javen O'Neal
2016-10-14
1
-4
/
+4
*
make cached fields transient
Javen O'Neal
2016-10-14
1
-6
/
+6
*
53009: Problem creating header and footer
Mark Murphy
2016-10-13
2
-74
/
+153
*
Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fa...
Andreas Beeker
2016-10-09
1
-3
/
+6
*
whitespace
Javen O'Neal
2016-10-09
1
-57
/
+57
*
bug 60230: add disabled unit test from PJ Fanning for a roundtrip write/read ...
Javen O'Neal
2016-10-09
1
-0
/
+59
*
bug 60153: java.nio.charset.StandardCharsets is not available until Java 7. U...
Javen O'Neal
2016-10-09
1
-2
/
+6
*
bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook SheetDataW...
Javen O'Neal
2016-10-09
4
-10
/
+159
*
fix findbugs warning BC_VACUOUS_INSTANCEOF from bug 55075
Javen O'Neal
2016-10-09
1
-4
/
+4
*
bug 60228: getCellTypeEnum should not be deprecated until after getCellType r...
Javen O'Neal
2016-10-09
2
-7
/
+2
*
bug 60153: findbugs OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE close opened st...
Javen O'Neal
2016-10-09
1
-3
/
+17
*
bug 55075: remove wildcard import; previous commit contributed by Frank Ploessel
Javen O'Neal
2016-10-09
1
-3
/
+1
*
bug 55075,51233: create drawings with correct height when rows are custom height
Javen O'Neal
2016-10-09
4
-2
/
+337
*
bug 60153: encrypt SXSSF temporary files; patch from PJ Fanning
Javen O'Neal
2016-10-09
6
-132
/
+343
*
bug 60197: Workbook#setSheetOrder should update named range sheet indices
Javen O'Neal
2016-10-09
2
-6
/
+62
*
bug 60219: add disabled unit test for parsing formulas containing external wo...
Javen O'Neal
2016-10-08
1
-1
/
+37
*
Bug 60226 - ClassLoader workaround for OSGI when processing OOXML files
Andreas Beeker
2016-10-08
3
-34
/
+103
*
bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f...
Javen O'Neal
2016-10-07
1
-2
/
+6
*
Bug 59958: Add simple test-case
Dominik Stadler
2016-10-05
2
-1
/
+56
*
Use IOUtils.closeQuietly() in more places
Dominik Stadler
2016-10-05
1
-26
/
+18
*
Print out size of extracted text in CommandLineExtractor
Dominik Stadler
2016-10-05
1
-22
/
+25
*
Add PropertyTemplate for drawing Borders (58787)
Mark Murphy
2016-10-05
1
-0
/
+136
*
Bug 59857 - Password protected files with "Microsoft Enhanced Cryptographic P...
Andreas Beeker
2016-09-28
6
-95
/
+121
|
\
|
*
merge trunk to branch
Andreas Beeker
2016-09-28
21
-154
/
+618
|
*
merge trunk to branch
Andreas Beeker
2016-09-19
44
-302
/
+860
|
*
merge trunk to branch
Andreas Beeker
2016-08-19
2
-1072
/
+1080
|
*
merge down trunk
Andreas Beeker
2016-08-08
23
-397
/
+582
|
*
Preparations for hssf_cryptoapi:
Andreas Beeker
2016-08-03
6
-95
/
+121
*
|
bug 59687: correctly delete comments from rows when removing a row and the wo...
Javen O'Neal
2016-09-22
2
-6
/
+7
*
|
bug 59687: add failing unit test showing that comments when the row that cont...
Javen O'Neal
2016-09-22
1
-0
/
+18
[next]