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
path:
root
/
poi-ooxml
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
try to handle logging issue where DeferredSXSSFWorkbook close can lead to log...
PJ Fanning
2021-11-11
1
-2
/
+8
*
[bug-65676] issue in XSSFReader where string builder is not always cleared be...
PJ Fanning
2021-11-10
2
-6
/
+55
*
[bug-65675] add regression test
PJ Fanning
2021-11-09
1
-5
/
+25
*
[bug-65674] add isVideoFile to XSLFPictureShape
PJ Fanning
2021-11-09
2
-14
/
+71
*
throw IOException if getInputStream fails
PJ Fanning
2021-11-08
2
-7
/
+7
*
return better error message when ZipEntry has no data (it was closed before t...
PJ Fanning
2021-11-08
1
-1
/
+3
*
[bug-65673] add test case (that passes)
PJ Fanning
2021-11-08
1
-0
/
+9
*
typo in log message
PJ Fanning
2021-11-08
1
-1
/
+1
*
#65672 - Digitial Signature - set commitment type and purpose
Andreas Beeker
2021-11-07
7
-376
/
+572
*
Adjust trimming sheetnames > 31 chars
Dominik Stadler
2021-11-07
1
-12
/
+15
*
Use append(char) instead of string where possible
Dominik Stadler
2021-11-07
2
-3
/
+3
*
Add some more forbidden-apis to prefer core JDK classes over Guava and common...
Dominik Stadler
2021-11-07
4
-7
/
+7
*
CaseInsensitiveMap is not thread-safe
PJ Fanning
2021-11-04
2
-6
/
+5
*
case insensitive map
PJ Fanning
2021-11-03
2
-19
/
+5
*
javadoc
PJ Fanning
2021-11-03
1
-1
/
+8
*
[bug-65669] proper handling of apostrophe escaping in table column names
PJ Fanning
2021-11-03
2
-4
/
+51
*
#65668 - upgrade to xmlsec 2.3.0 - make secure validation configurable
Andreas Beeker
2021-11-03
3
-12
/
+63
*
forbidden api
PJ Fanning
2021-11-02
1
-1
/
+3
*
forbidden api
PJ Fanning
2021-11-02
1
-1
/
+4
*
forbidden api
PJ Fanning
2021-11-02
1
-1
/
+3
*
[github-270] Draw correct XDGF circular arc. Thanks to Dmitry Komarov. This c...
PJ Fanning
2021-11-02
2
-14
/
+192
*
[github-269] more work on external workbook links (formulas). Thanks to @aspo...
PJ Fanning
2021-11-02
5
-5
/
+64
*
Add slightly more output if signature-test fails
Dominik Stadler
2021-11-02
1
-1
/
+3
*
Check and fix issue when sheets are added while an existing workbook-evaluato...
Dominik Stadler
2021-11-02
2
-19
/
+99
*
Do not fail on different count of categories and points and fix cloning charts
Dominik Stadler
2021-11-02
2
-2
/
+19
*
revert github-267 due to broken tests
PJ Fanning
2021-10-25
2
-49
/
+1
*
[github-267] Issue with sheet range in formula With spaces and quotes. Thanks...
PJ Fanning
2021-10-25
2
-1
/
+49
*
XSSFReader extensibility
PJ Fanning
2021-10-23
2
-8
/
+8
*
fix mime type for pict files (image/x-pict)
PJ Fanning
2021-10-23
1
-0
/
+31
*
[bug-65650] use image/x-pict mime type
PJ Fanning
2021-10-23
3
-50
/
+54
*
use content types from constants
PJ Fanning
2021-10-23
1
-48
/
+56
*
add XSLFPictureShape setName
PJ Fanning
2021-10-23
2
-5
/
+80
*
add XSLFPictureShape getName
PJ Fanning
2021-10-23
2
-4
/
+32
*
remove deprecated code
PJ Fanning
2021-10-22
1
-8
/
+1
*
remove deprecated methods on XSSFColor
PJ Fanning
2021-10-22
1
-44
/
+1
*
[bug-65649] add test case
PJ Fanning
2021-10-22
1
-0
/
+7
*
remove finalizer
PJ Fanning
2021-10-22
1
-0
/
+3
*
remove finalizer
PJ Fanning
2021-10-22
1
-7
/
+3
*
deprecate method that should not be public
PJ Fanning
2021-10-22
1
-0
/
+5
*
Reformat code
Dominik Stadler
2021-10-22
1
-226
/
+113
*
Add more output in one test
Dominik Stadler
2021-10-22
1
-1
/
+2
*
make max record sizes configurable
PJ Fanning
2021-10-21
2
-3
/
+33
*
Avoid NullPointerException when cloning sheets where there is no drawing patr...
Dominik Stadler
2021-10-21
1
-13
/
+16
*
sonar fixes
Andreas Beeker
2021-10-20
2
-44
/
+9
*
scaling issue
PJ Fanning
2021-10-18
1
-2
/
+2
*
sonar fixes
Andreas Beeker
2021-10-18
15
-1132
/
+1044
*
minor code improvement
PJ Fanning
2021-10-18
1
-2
/
+2
*
sonar fixes
Andreas Beeker
2021-10-18
1
-11
/
+30
*
add problem file to build
PJ Fanning
2021-10-18
1
-0
/
+12
*
[bug-65638] Remove escaping of ampersand from headers and footers created by ...
PJ Fanning
2021-10-18
2
-1
/
+15
[prev]
[next]