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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#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
*
forbidden-apis-check issues
PJ Fanning
2020-05-16
1
-3
/
+4
*
[github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180
PJ Fanning
2020-05-15
2
-1
/
+136
*
[github-179] add an option for RangeCopier.copyRange() to clone styles. Thank...
PJ Fanning
2020-05-15
1
-4
/
+24
*
[bug-64441] synchronize code that initialises WorkbookFactory
PJ Fanning
2020-05-15
2
-4
/
+30
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-05-05
78
-12748
/
+1437
*
#64387 - Big POIFS stream result in OOM
Andreas Beeker
2020-04-28
5
-171
/
+195
*
Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...
Dominik Stadler
2020-04-26
2
-55
/
+66
*
Bug 63294: Add some more methods to allow to use CellType everywhere
Dominik Stadler
2020-04-24
5
-24
/
+79
*
Fix some IDE warnings, remove usage of deprecated methods
Dominik Stadler
2020-04-24
2
-4
/
+5
*
Sonar fix - "Add the missing @deprecated Javadoc tag."
Andreas Beeker
2020-04-22
143
-5
/
+433
*
#55505 - CountryRecord not found
Andreas Beeker
2020-04-21
1
-1
/
+5
*
Sonar fix - "Cast one of the operands of this addition operation to a 'long'/...
Andreas Beeker
2020-04-20
1
-1
/
+1
*
Sonar fixes
Andreas Beeker
2020-04-19
17
-65
/
+69
*
#63745 - Add traversing and debugging interface to HSSF
Andreas Beeker
2020-04-19
16
-403
/
+394
[next]