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.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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enum
Javen O'Neal
2016-07-17
12
-80
/
+276
*
whitespace
Javen O'Neal
2016-07-17
1
-7
/
+7
*
whitespace (tabs to spaces)
Javen O'Neal
2016-07-17
1
-43
/
+43
*
add cause to exceptions, log exceptions that are caught and suppressed
Javen O'Neal
2016-07-17
1
-16
/
+25
*
whitespace
Javen O'Neal
2016-07-17
1
-254
/
+250
*
javadocs fix
Javen O'Neal
2016-07-17
1
-1
/
+1
*
make private maps final
Javen O'Neal
2016-07-17
1
-3
/
+3
*
add @Override annotations to CreationHelper classes
Javen O'Neal
2016-07-17
4
-11
/
+50
*
throw exception if hyperlink is invalid type when validating hyperlink
Javen O'Neal
2016-07-17
1
-5
/
+11
*
bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)
Javen O'Neal
2016-07-17
4
-0
/
+4
*
bug 59775: correctly create XSSFHyperlinks when target is a URL containing a ...
Javen O'Neal
2016-07-17
3
-32
/
+73
*
bug 59775: fix cell address index error
Javen O'Neal
2016-07-17
1
-1
/
+2
*
bug 59872: add Sheet.getHyperlink(CellAddress)
Javen O'Neal
2016-07-17
5
-1
/
+63
*
use real TempFile
Andreas Beeker
2016-07-17
1
-1
/
+3
*
#59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)
Andreas Beeker
2016-07-17
3
-2
/
+219
*
Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio...
Dominik Stadler
2016-07-16
6
-27
/
+80
*
Bug 59733: Narrow down testcase some more, after the first shift, removing th...
Dominik Stadler
2016-07-16
1
-10
/
+9
*
Add a test to check for a NullPointerException in XSLFTableCell
Dominik Stadler
2016-07-15
3
-1
/
+23
*
Bug 59861: Adjust testcase, it works now for me. Also combine the two TestPro...
Dominik Stadler
2016-07-15
2
-67
/
+48
*
JDK8 javadocs fixes
Javen O'Neal
2016-07-15
1
-4
/
+4
*
replace for-loop over index with for-each loop
Javen O'Neal
2016-07-15
1
-3
/
+2
*
annotate purpose of each PROPER() function test case, add a few more test cas...
Javen O'Neal
2016-07-15
2
-11
/
+22
*
JDK8 javadocs
Javen O'Neal
2016-07-15
6
-49
/
+55
*
Function PROPER: Don't use a regular expression syntax that is not available ...
Dominik Stadler
2016-07-15
2
-24
/
+79
*
bug 59858: describe why VBA macro reading failed
Javen O'Neal
2016-07-15
2
-4
/
+13
*
bug 59858: add disabled unit test for bug 59858; file from Brooke
Javen O'Neal
2016-07-15
2
-0
/
+16
*
"cannot not" presumably means "cannot"
David North
2016-07-13
1
-1
/
+1
*
Fix name of new OLE2ScratchpadExtractorFactory
Dominik Stadler
2016-07-12
2
-2
/
+2
*
Remove un-used imports
Nick Burch
2016-07-11
1
-11
/
+9
*
Last bit of reflection - get back to the full OOXML-enabled factory if we can
Nick Burch
2016-07-11
1
-2
/
+9
*
Exceptions
Nick Burch
2016-07-11
2
-5
/
+9
*
Start moving logic over into the main and scratchpad jars for OLE2
Nick Burch
2016-07-11
4
-92
/
+79
*
Pull Scratchpad Extractor logic to own class
Nick Burch
2016-07-11
2
-7
/
+154
*
Start to pull out some of the OLE2 logic, so we can then split some Scratchpa...
Nick Burch
2016-07-11
1
-0
/
+208
*
Notes on use
Nick Burch
2016-07-11
1
-0
/
+5
*
add BaseTestCellUtil unit tests to cover setting cell style properties with a...
Javen O'Neal
2016-07-10
1
-0
/
+31
*
bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen...
Javen O'Neal
2016-07-10
5
-59
/
+398
*
bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with Ho...
Javen O'Neal
2016-07-10
6
-75
/
+167
*
javadoc fixes
Javen O'Neal
2016-07-10
2
-2
/
+2
*
bug 59264: Unify interface for setting cell border line styles using BorderSt...
Javen O'Neal
2016-07-10
1
-14
/
+14
*
Add comments describing Outlook .msg DirectoryNode names
Javen O'Neal
2016-07-10
1
-7
/
+10
*
move string literals out to array that can be for-looped over
Javen O'Neal
2016-07-10
1
-11
/
+16
*
javadocs fixes (jdk8)
Andreas Beeker
2016-07-09
25
-171
/
+411
*
add 2^x to POWER2 comments
Javen O'Neal
2016-07-09
1
-16
/
+16
*
bug 52949,59830: move module storage and decompressing into a standalone func...
Javen O'Neal
2016-07-09
1
-31
/
+36
*
bug 52949,59830: move module storage and decompressing into a standalone func...
Javen O'Neal
2016-07-09
1
-15
/
+34
*
bug 59830: attach context to any IOException (likely a result of reaching EOF...
Javen O'Neal
2016-07-09
1
-44
/
+69
*
remove Internal UnhandledDataStructure.copyOfRange because function is availa...
Javen O'Neal
2016-07-09
2
-29
/
+11
*
close streams if an exception is throw
Javen O'Neal
2016-07-09
1
-23
/
+28
*
bug 59830: add context to why no more bytes could be read from input stream
Javen O'Neal
2016-07-09
3
-14
/
+36
[next]