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/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.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
/
java
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply some IDE suggestions
Dominik Stadler
2020-10-25
1
-7
/
+7
*
Fix bug 64238: Make LOOKUP functions deal with empty last arg correctly
Dominik Stadler
2020-10-25
1
-9
/
+15
*
Prevent some unit-tests from failing when non-English local is used in Maven run
Dominik Stadler
2020-10-25
1
-2
/
+7
*
Sonar fixes - a few "Try-with-resources should be used"
Andreas Beeker
2020-10-24
3
-57
/
+42
*
Sonar fixes - a few "String literals should not be duplicated"
Andreas Beeker
2020-10-24
2
-57
/
+25
*
Handle errors from GraalVM native mode runs - UnsupportedFeature on setting S...
Andreas Beeker
2020-10-20
1
-2
/
+3
*
[github-193] Change TRUNC implementation to use MathX. Thanks to Jacob Harris...
PJ Fanning
2020-10-20
1
-3
/
+1
*
#64817 - Fix issue in testXLSXinPPT
Andreas Beeker
2020-10-18
3
-14
/
+17
*
Add license header
Andreas Beeker
2020-10-11
1
-0
/
+17
*
#64773 - Visual signatures for .xlsx/.docx
Andreas Beeker
2020-10-10
1
-0
/
+51
*
OSGi support: register service providers in bundle activator
Yegor Kozlov
2020-09-22
3
-0
/
+23
*
[bug-64721] NullPointerException occurs when calling getDataSize() of an obje...
PJ Fanning
2020-09-09
1
-0
/
+1
*
#64693 - POI HwmfGraphics cannot read the embedded document title
Andreas Beeker
2020-08-30
3
-12
/
+71
*
Update library versions
Andreas Beeker
2020-08-18
3
-5
/
+7
*
#64036 - Replace reflection calls in factories for Java 9+
Andreas Beeker
2020-08-17
3
-42
/
+34
*
#64036 - Replace reflection calls in factories for Java 9+
Andreas Beeker
2020-08-16
1
-31
/
+20
*
#64036 - Replace reflection calls in factories for Java 9+
Andreas Beeker
2020-08-16
4
-6
/
+10
*
#64036 - Replace reflection calls in factories for Java 9+
Andreas Beeker
2020-08-16
57
-213
/
+289
*
use the forbidden-apis policies corresponding to the JRE
Andreas Beeker
2020-08-15
6
-72
/
+56
*
also handle wrapped OOXML "Package" nodes inside of OLE2 containers
Andreas Beeker
2020-08-14
4
-8
/
+26
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-08-14
3
-134
/
+147
*
[github-191] Fix RuntimeException on array formula referencing blank cell. Th...
PJ Fanning
2020-08-14
1
-0
/
+6
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-08-13
12
-405
/
+653
*
[github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz...
PJ Fanning
2020-08-11
4
-78
/
+142
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-07-22
26
-264
/
+2180
*
[bug-64605] add support for non-integer font sizes on character runs (use dou...
PJ Fanning
2020-07-16
1
-2
/
+2
*
[bug-64605] add support for non-integer font sizes on character runs
PJ Fanning
2020-07-16
1
-0
/
+2
*
use BigInteger.valueOf
PJ Fanning
2020-07-16
1
-1
/
+1
*
remove some deprecated code
PJ Fanning
2020-07-15
3
-65
/
+0
*
remove some deprecated code
PJ Fanning
2020-07-15
2
-25
/
+0
*
[github-185] Fix if function in array formulas with 2nd argument evaluating t...
PJ Fanning
2020-07-03
1
-163
/
+161
*
remove some more deprecated code
PJ Fanning
2020-06-28
2
-192
/
+0
*
remove some more deprecated code
PJ Fanning
2020-06-28
3
-111
/
+0
*
remove some deprecated classes
PJ Fanning
2020-06-27
26
-1464
/
+1
*
remove some deprecated classes
PJ Fanning
2020-06-27
1
-1
/
+1
*
update deprecation version
PJ Fanning
2020-06-27
1
-1
/
+2
*
remove some deprecated methods from Cell
PJ Fanning
2020-06-27
3
-57
/
+1
*
remove some deprecated Font methods from Workbook
PJ Fanning
2020-06-27
2
-23
/
+7
*
remove some deprecated Name methods from Workbook
PJ Fanning
2020-06-27
2
-459
/
+397
*
improve memory safety in HWPFDocumentCore
Tim Allison
2020-06-22
1
-1
/
+1
*
Throw an exception with more information instead of an NPE
Dominik Stadler
2020-06-15
1
-0
/
+4
*
64512 - Ole10Native aka embedded / object packager - handle UTF16 variants
Andreas Beeker
2020-06-11
6
-198
/
+281
*
[github-182] Fix root property size calculation. Thanks to netmackan. This cl...
PJ Fanning
2020-06-10
2
-2
/
+24
*
[github-181] make Value function work with arrays. Thanks to Miłosz Rembisz....
PJ Fanning
2020-06-06
1
-156
/
+168
*
63290 - PPTX To Png changes font sizes and colors
Andreas Beeker
2020-06-04
4
-87
/
+98
*
[bug-64489] Make Zip64 the default mode for saving SXSSF spreadsheets
PJ Fanning
2020-06-02
1
-1
/
+1
*
next version will be 5.0.0
PJ Fanning
2020-05-17
5
-8
/
+8
*
Fix some IDE warnings, make lock-objects final, use generics, remove unused a...
Dominik Stadler
2020-05-16
5
-39
/
+34
*
Bug 64322: Optimize performance of reading ole2 files
Dominik Stadler
2020-05-16
1
-2
/
+16
*
Bug 64393: Adjust relational operators to handle MissingArgEval correctly
Dominik Stadler
2020-05-16
1
-4
/
+4
[next]