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.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.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
/
ss
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor some common code from the various Document-Factories into a helper c...
Dominik Stadler
2016-03-12
1
-38
/
+3
*
Fix some cases where POI itself or the tests leaked file-handles
Dominik Stadler
2016-03-12
1
-7
/
+12
*
Fix some cases where file resources were not closed correctly, mostly when Ex...
Dominik Stadler
2015-12-22
1
-2
/
+9
*
Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage...
Dominik Stadler
2015-09-22
1
-3
/
+5
*
Bug 54938: Throw InvalidFormatException as documented instead of IllegalArgum...
Dominik Stadler
2015-08-17
1
-1
/
+1
*
Add WorkbookFactory.create() with a flag to allow to open files read-only, ke...
Dominik Stadler
2015-05-26
1
-40
/
+113
*
#56791 More updates from OPOIFS to NPOIFS
Nick Burch
2015-05-11
1
-1
/
+1
*
If an empty stream or file is given to WorkbookFactory.create, give a more in...
Nick Burch
2015-05-04
1
-1
/
+9
*
Allow WorkbookFactory.create to open xlsx files protected with the default pa...
Nick Burch
2015-04-29
1
-19
/
+30
*
#57593 Complete create overloading in WorkbookFactory to take passwords
Nick Burch
2015-04-29
1
-5
/
+18
*
#57593 Begin adding overloaded WorkbookFactory.create methods which take the ...
Nick Burch
2015-04-29
1
-2
/
+67
*
Update Javadocs to refer to the fact that WorkbookFactory.create will throw a...
Nick Burch
2015-02-24
1
-2
/
+5
*
Add missing close() of resources in both production code and tests
Dominik Stadler
2014-12-28
1
-1
/
+17
*
Add comment
Dominik Stadler
2014-12-23
1
-0
/
+1
*
Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook
Dominik Stadler
2014-07-02
1
-2
/
+11
*
Add a note about file resources, see bug #56537
Nick Burch
2014-06-04
1
-0
/
+2
*
Ensure the indenting is consistent within the file, and then make some minor ...
Nick Burch
2013-06-26
1
-56
/
+63
*
Add File based constructor to OPCPackage, alongside existing String one (whic...
Nick Burch
2012-06-19
1
-1
/
+1
*
Add a NPOIFS constructor to WorkbookFactory, to match the regular POIFS one
Nick Burch
2011-12-11
1
-0
/
+6
*
Allow the passing of a File object to WorkbookFactory.create, which permits l...
Nick Burch
2011-09-29
1
-0
/
+21
*
Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...
Josh Micich
2009-03-18
1
-4
/
+4
*
Fixed WorkbookFactory.create(InputStream) to throw specific Exceptions
Josh Micich
2009-02-12
1
-1
/
+2
*
import OpenXML4j codebase
Yegor Kozlov
2009-01-29
1
-1
/
+1
*
Start on a factory for producing the right Workbook
Nick Burch
2008-03-11
1
-0
/
+66
*
[ooxml-branch] Split the common ss interfaces into two sets - one that works ...
Nick Burch
2008-01-21
18
-3653
/
+0
*
Some OOXML implementation and interface code, just some basic Row and Cell-le...
Ugo Cei
2008-01-16
18
-0
/
+3653