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.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
/
extractor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...
Dominik Stadler
2017-09-23
2
-15
/
+7
*
update getCellType to return CellType enum instead of int
PJ Fanning
2017-09-18
1
-2
/
+2
*
update getCellType to return CellType enum instead of int
PJ Fanning
2017-09-18
1
-5
/
+5
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
3
-5
/
+5
*
Remove unnecessary initialization of members
Dominik Stadler
2017-09-16
2
-3
/
+3
*
[Bug-61281] fix issue with export of table columns - Thanks to Daniel for the...
PJ Fanning
2017-07-12
1
-11
/
+15
*
[Bug-61281] guard against index out of bounds in XSSFExportToXml column mapping
PJ Fanning
2017-07-11
1
-8
/
+11
*
Bug 60352: Text extraction: Don't include the text "null" for empty cells
Dominik Stadler
2017-05-07
1
-5
/
+7
*
60826 -- clean up. Many, many thanks to Javen O'Neal's code review!
Tim Allison
2017-03-17
3
-25
/
+96
*
60826 -- add initial support for streaming reading of xlsb files.
Tim Allison
2017-03-16
2
-12
/
+172
*
51519 -- follow on, make concatenation of rPh configurable
Tim Allison
2017-03-08
1
-3
/
+11
*
Fix poor XPath performance when importing XSSF from XML
David North
2017-01-03
1
-7
/
+4
*
bug 60526: Make loggers final and make throttled log actually work
Dominik Stadler
2016-12-30
1
-1
/
+1
*
Bug 59026: Add two null-checks to make exporting XLSX to XML work
Dominik Stadler
2016-10-28
1
-13
/
+18
*
IDE warnings and fix a few places where we do not close resources in tests
Dominik Stadler
2016-07-31
1
-33
/
+14
*
bug 59791: getCellType and getCachedFormulaResultType should return an intege...
Javen O'Neal
2016-07-04
2
-7
/
+7
*
bug 59791: convert Cell Type to an enum
Javen O'Neal
2016-07-04
2
-13
/
+14
*
bug 59773: move loop invariants outside of loop or change for loops to for-ea...
Javen O'Neal
2016-07-02
1
-3
/
+4
*
bug 59170: remove deprecated XSSFExcelExtractor(String)
Javen O'Neal
2016-06-15
1
-6
/
+0
*
bug 59170: remove deprecated o.a.p.openxml4j.opc.Package
Javen O'Neal
2016-06-15
1
-2
/
+2
*
Code cleanup via IntelliJ: Remove unnecessary semicolon
Dominik Stadler
2016-04-06
1
-1
/
+1
*
replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...
Andreas Beeker
2016-01-10
1
-1
/
+4
*
whitespace
Javen O'Neal
2015-11-24
1
-5
/
+5
*
Eclipse warnings, typos, ...
Dominik Stadler
2015-11-08
1
-2
/
+3
*
Add a limit of the max number of characters that can be extracted to avoid se...
Dominik Stadler
2015-10-30
2
-7
/
+18
*
Apply patch from bug 57890 to add support for different datatypes in XSSFImpo...
Dominik Stadler
2015-09-17
1
-2
/
+76
*
forbidden apis fixes - a few DateFormat clean ups ...
Andreas Beeker
2015-09-09
1
-0
/
+2
*
Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...
Andreas Beeker
2015-09-07
1
-1
/
+2
*
* Add text-extraction verification to integration-tests via a new abstract ba...
Dominik Stadler
2015-02-27
1
-2
/
+6
*
Have ExtractorFactory open OPCPackages from files in read-only mode by defaul...
Nick Burch
2015-01-18
1
-7
/
+9
*
Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not suppor...
Dominik Stadler
2014-10-21
1
-6
/
+12
*
Bug 56730: Fix exporting XML if schema contains ref-elements
Dominik Stadler
2014-08-28
1
-4
/
+13
*
More cleanups for bug #56814 and some more external entity leaks of #56164
Uwe Schindler
2014-08-13
3
-24
/
+7
*
Updated patch from Marc from #55927 - handle date formulas too
Nick Burch
2014-07-30
1
-4
/
+10
*
Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards in...
Nick Burch
2014-07-30
1
-4
/
+4
*
Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + re...
Nick Burch
2014-07-24
1
-9
/
+27
*
Rather than having lots of classes all create their own XML DocumentBuilderFa...
Nick Burch
2014-04-15
2
-4
/
+6
*
Remove two files added inadvertedely
Dominik Stadler
2014-03-15
1
-536
/
+0
*
Bug 56169: Fix NPE during export to XML with xs:all
Dominik Stadler
2014-03-15
2
-6
/
+541
*
Fix inconsistent whitespace, and add a close call in the main method to avoid...
Nick Burch
2014-03-09
1
-106
/
+107
*
Bug 55923: Fix compare/sorting of nodes in exported XML
Dominik Stadler
2014-02-03
1
-9
/
+3
*
Bug 55924: Avoid errors during exporting XML if there are numeric cells witho...
Dominik Stadler
2014-02-03
1
-0
/
+5
*
Bug 55926: Handle numeric formula values when exporting to XML
Dominik Stadler
2014-02-03
1
-1
/
+10
*
Bug 55927: Handle date types when exporting to XML
Dominik Stadler
2014-02-03
1
-1
/
+12
*
Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor header/f...
Nick Burch
2014-02-02
1
-7
/
+103
*
Fix whitespace
Nick Burch
2014-02-02
1
-86
/
+86
*
Have the Excel text extractors all implement the same interface, as best as t...
Nick Burch
2014-02-02
2
-12
/
+21
*
javadoc house-keeping
Andreas Beeker
2013-12-25
1
-1
/
+1
*
Refactor XSSFExportToXml a bit, split code into more methods
Dominik Stadler
2013-12-08
1
-27
/
+37
*
Bug 55850: fix NullPointerException during extraction from XSSF
Dominik Stadler
2013-12-08
1
-3
/
+3
[next]