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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ooxml
/
java
/
org
/
apache
/
poi
/
xssf
/
eventusermodel
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bug-63046] Use Log4j 2 for logging
Marius Volkhart
2021-02-21
3
-15
/
+15
*
allow subclassing of code to gen comments table
PJ Fanning
2021-02-15
1
-1
/
+6
*
allo XSSFReader to be sublclassed with implementation that allows OOXMl Stric...
PJ Fanning
2021-02-13
1
-3
/
+17
*
[bug-65096] XLSX Streaming XML not correctly reading multiple inline Strings
PJ Fanning
2021-01-21
1
-72
/
+82
*
Sonar fixes
Andreas Beeker
2021-01-17
1
-21
/
+21
*
avoid string concats
PJ Fanning
2020-12-17
1
-1
/
+1
*
remove some deprecated code
PJ Fanning
2020-07-15
1
-29
/
+1
*
Fix bug 64420: NPE in XSSFReader for files with macro-sheets
Dominik Stadler
2020-05-16
1
-3
/
+2
*
Sonar Fixes - "static" base class members should not be accessed via derived ...
Andreas Beeker
2020-04-02
1
-4
/
+4
*
Adjust JavaDoc for stream-based reading of large workbooks
Dominik Stadler
2020-01-17
1
-3
/
+14
*
BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSet
Tim Allison
2020-01-07
1
-2
/
+2
*
Sonar Fixes + Refactor scattered XML initializations to XMLHelper
Andreas Beeker
2019-12-03
2
-6
/
+8
*
IDE and JavaDoc fixes, move/remove some unfixed tests
Dominik Stadler
2019-01-11
1
-3
/
+1
*
add new public method to expose cell addresses that have comments
PJ Fanning
2018-07-30
1
-4
/
+5
*
make xssf streaming code more extensible
PJ Fanning
2018-07-27
1
-77
/
+74
*
start process of introducing an interface for Styles and Themes Tables
PJ Fanning
2018-07-26
1
-8
/
+5
*
reduce dependence on CTComment
PJ Fanning
2018-07-26
1
-1
/
+0
*
reduce dependence on CTComment
PJ Fanning
2018-07-26
1
-4
/
+3
*
start process of introducing an interface for Comments Table
PJ Fanning
2018-07-26
1
-11
/
+12
*
add SharedStrings interface to allow our XSSF code to more easily extended by...
PJ Fanning
2018-07-25
2
-6
/
+29
*
make ReadOnlySharedStringsTable subclassable
PJ Fanning
2018-07-25
1
-16
/
+6
*
#62355 - unsplit packages - 3 - only imports
Andreas Beeker
2018-05-27
2
-3
/
+3
*
Bug 61937: Add more javadoc
Dominik Stadler
2018-01-01
1
-1
/
+7
*
use try with resources in examples
PJ Fanning
2017-11-23
1
-6
/
+2
*
use StringBuilder in more places
PJ Fanning
2017-10-31
2
-5
/
+5
*
Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...
Dominik Stadler
2017-10-13
1
-8
/
+7
*
Replace the incompatible new interface method endSheet() with a Java 8 defaul...
Dominik Stadler
2017-09-25
1
-2
/
+2
*
Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...
Dominik Stadler
2017-09-23
1
-1
/
+10
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
4
-10
/
+10
*
Remove unnecessary initialization of members
Dominik Stadler
2017-09-16
1
-1
/
+1
*
Add more non-test classes in OOXMLLite and add another font-metric that appears
Dominik Stadler
2017-08-19
1
-7
/
+4
*
Javadoc fix
Nick Burch
2017-04-30
1
-1
/
+1
*
bug 61034: break out of for-loop when both <sheet name="", id=""/> are found
Javen O'Neal
2017-04-29
1
-3
/
+6
*
bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.
Javen O'Neal
2017-04-29
1
-3
/
+6
*
bug 61051 -- add new worksheet-like relations for xlsb
Tim Allison
2017-04-27
2
-6
/
+43
*
bug 61021 - extract abspath from xlsb
Tim Allison
2017-04-21
1
-0
/
+52
*
Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...
Dominik Stadler
2017-04-17
1
-1
/
+1
*
60879 -- figure out if we can support old beta xlsb or throw exception. For ...
Tim Allison
2017-03-20
1
-1
/
+45
*
60826 -- clean up. Many, many thanks to Javen O'Neal's code review!
Tim Allison
2017-03-17
2
-4
/
+6
*
60826 -- add initial support for streaming reading of xlsb files.
Tim Allison
2017-03-16
2
-29
/
+272
*
51519 -- follow on, make concatenation of rPh configurable
Tim Allison
2017-03-08
1
-26
/
+41
*
51519 -- allow users to ignore or include the <rPh> (phonetic run) element in...
Tim Allison
2017-03-08
1
-9
/
+47
*
bug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's get...
Tim Allison
2017-01-13
1
-0
/
+10
*
Adjust toString() of ExternalNameRecord
Dominik Stadler
2016-12-12
1
-3
/
+4
*
Adjust some missing/incorrec throws and related javadoc
Dominik Stadler
2016-12-11
1
-7
/
+5
*
#60331 - Remove deprecated classes - remove constructors with PackageRelation...
Andreas Beeker
2016-12-03
2
-16
/
+5
*
- SonarCube fixes
Andreas Beeker
2016-11-11
1
-3
/
+2
*
BUG-60285 avoid NPE if missing relationship id
Tim Allison
2016-10-20
1
-1
/
+11
*
add @Override decorators to SheetIterator, move code outside of for-loop
Javen O'Neal
2016-10-19
1
-5
/
+11
*
#59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)
Andreas Beeker
2016-07-17
1
-2
/
+7
[next]