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/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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compiler/IDE warnings, unnecessary keywords,
Dominik Stadler
2016-09-21
14
-92
/
+111
*
replace @Ignore with POITestCase.skipTest/testPassesNow
Javen O'Neal
2016-09-21
2
-9
/
+27
*
bug 59983: add failing unit test demonstrating formula shifting is apply twic...
Javen O'Neal
2016-09-21
3
-5
/
+51
*
add fixturing for notifying us when a previously failing unit test passes (be...
Javen O'Neal
2016-09-21
2
-9
/
+63
*
bug 59933: demote accessibility of POILogger implementations of log(int, Obje...
Javen O'Neal
2016-09-21
1
-2
/
+2
*
bug 60153: move flushSheets out to its own method
Javen O'Neal
2016-09-21
1
-6
/
+12
*
bug 57200,59788: be more specific why a temporary directory could not be created
Javen O'Neal
2016-09-21
1
-4
/
+11
*
bug 59933: demote accessibility of POILogger implementations of log(int, Obje...
Javen O'Neal
2016-09-21
6
-16
/
+23
*
javadoc
Javen O'Neal
2016-09-21
1
-2
/
+1
*
bug 59933: demote accessibility of NullLogger methods to the same level as PO...
Javen O'Neal
2016-09-21
2
-2
/
+12
*
make POILogFactory _loggers cache final
Javen O'Neal
2016-09-21
1
-1
/
+1
*
bug 59933: override POILogger#log(int, Object...) in NullLogger
Javen O'Neal
2016-09-21
1
-0
/
+12
*
fix copy-paste error
Javen O'Neal
2016-09-21
1
-1
/
+1
*
include class of caught exception
Javen O'Neal
2016-09-21
1
-2
/
+3
*
bug 60158: add failing test cases for AIOOBE on VBAMacroReader
Javen O'Neal
2016-09-21
2
-1
/
+17
*
Adjust handling of ByteBuffer some more
Dominik Stadler
2016-09-20
1
-12
/
+11
*
bug 59853: exclude BaseTestXSSFPivotTable from ooxml-lite
Javen O'Neal
2016-09-20
1
-0
/
+1
*
bug 59853: support PivotTables with named structured references; patch from G...
Javen O'Neal
2016-09-20
7
-115
/
+394
*
prepare for 3.16-beta1
David North
2016-09-17
1
-1
/
+1
*
release prepare for 3.15 - updating build.xml and status.xml
David North
2016-09-17
1
-1
/
+1
*
prepare for 3.16-beta1
David North
2016-09-17
1
-1
/
+1
*
release prepare for 3.15 - updating build.xml and status.xml
David North
2016-09-17
1
-1
/
+1
*
+svnprops eol-style=native
Javen O'Neal
2016-09-16
0
-0
/
+0
*
bug 59705: consolidate bounds checking of column index into a helper method
Javen O'Neal
2016-09-16
2
-34
/
+44
*
POI 60140 Prevent unnecessary memory usage -- no need to cache HeapByteBuffer...
Tim Allison
2016-09-15
1
-3
/
+2
*
sheet names are case insensitive
Javen O'Neal
2016-09-14
2
-6
/
+25
*
make sure workbook can be written out and read back for all TestXSSFPivotTabl...
Javen O'Neal
2016-09-14
1
-5
/
+18
*
convert TestXSSFPivotTable to junit4
Javen O'Neal
2016-09-14
2
-5
/
+21
*
declare methods throw runtime exceptions for IDE hints
Javen O'Neal
2016-09-14
1
-4
/
+7
*
declare methods throw runtime exceptions for IDE hints
Javen O'Neal
2016-09-14
1
-3
/
+3
*
bug 60128: remove forbidden-api Exception.printStackTrace()
Javen O'Neal
2016-09-14
1
-1
/
+0
*
bug 60128: exclude openxml4j/invalid.xlsx from additional integration (stress...
Javen O'Neal
2016-09-14
2
-1
/
+8
*
add compile-examples dependency to compile-integration. o.a.p.xssf.eventuserm...
Javen O'Neal
2016-09-14
1
-1
/
+1
*
bug 60128: add test-data/openxml4j/invalid.xlsx to expected failures for inte...
Javen O'Neal
2016-09-14
1
-0
/
+1
*
javadocs
Javen O'Neal
2016-09-14
1
-0
/
+2
*
bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available...
Javen O'Neal
2016-09-14
1
-2
/
+2
*
Javadoc fix
Nick Burch
2016-09-14
1
-2
/
+2
*
Patches from Patrick Zimmermann from bugs #60130 and #60131 - DGET fix for em...
Nick Burch
2016-09-14
3
-94
/
+67
*
make logger final
Javen O'Neal
2016-09-14
1
-1
/
+1
*
bug 60128: close opened resources to avoid leaks; add exception as cause wher...
Javen O'Neal
2016-09-14
1
-25
/
+29
*
give more helpful exceptions rather than returning null when zip file cannot ...
Javen O'Neal
2016-09-14
1
-2
/
+8
*
bug 60128: close open file descriptors when exceptions are thrown from OPCPac...
Javen O'Neal
2016-09-14
7
-40
/
+129
*
Unit test for bug #60128, showing that calling close on a broken package clea...
Nick Burch
2016-09-14
5
-1
/
+70
*
move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat...
Javen O'Neal
2016-09-14
7
-83
/
+66
*
move BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) and HSSFFormulaEv...
Javen O'Neal
2016-09-14
4
-109
/
+74
*
bug 59791: add deprecation and removal annotations
Javen O'Neal
2016-09-14
5
-8
/
+7
*
bug 59791: add deprecation warnings
Javen O'Neal
2016-09-14
6
-9
/
+12
*
bug 59791: add deprecation and removal annotations
Javen O'Neal
2016-09-14
2
-13
/
+22
*
bug 58190: add @since annotations to SlideShow.addPicture and findPicture
Javen O'Neal
2016-09-14
3
-0
/
+9
*
bug 58671: add @Removal annotation to deprecated fields
Javen O'Neal
2016-09-14
1
-1
/
+8
[next]