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
/
testcases
/
org
/
apache
/
poi
Commit message (
Expand
)
Author
Age
Files
Lines
*
#64876 - Unable to convert pptx to pdf
Andreas Beeker
2020-12-17
1
-832
/
+0
*
avoid string concats
PJ Fanning
2020-12-17
1
-13
/
+6
*
remove more deprecated code
PJ Fanning
2020-12-09
3
-8
/
+8
*
remove more deprecated code
PJ Fanning
2020-12-09
5
-10
/
+10
*
remove some deprecated code
PJ Fanning
2020-12-09
1
-5
/
+0
*
Add unit-test from bug 56454 to show that the problem is fixed now
Dominik Stadler
2020-11-01
1
-0
/
+32
*
Fix file-handle-leaks when re-writing documents or slideshows
Dominik Stadler
2020-11-01
1
-4
/
+4
*
Bug 64460: Fix invalid moving of merged regions
Dominik Stadler
2020-11-01
1
-0
/
+1
*
Improve error messages on missing Factory-implementations, fix Sonar issues a...
Dominik Stadler
2020-11-01
3
-19
/
+15
*
Apply patch for bug 64791 to use proper position for the WriteAccessRecord
Dominik Stadler
2020-10-25
1
-0
/
+18
*
Apply some IDE suggestions
Dominik Stadler
2020-10-25
1
-8
/
+4
*
Prevent some unit-tests from failing when non-English local is used in Maven run
Dominik Stadler
2020-10-25
2
-29
/
+43
*
try to fix sonar build
Andreas Beeker
2020-10-23
2
-16
/
+25
*
reformat
PJ Fanning
2020-10-20
1
-41
/
+41
*
[github-193] Change TRUNC implementation to use MathX. Thanks to Jacob Harris...
PJ Fanning
2020-10-20
1
-0
/
+15
*
[bug-64721] NullPointerException occurs when calling getDataSize() of an obje...
PJ Fanning
2020-09-09
1
-0
/
+54
*
#64693 - POI HwmfGraphics cannot read the embedded document title
Andreas Beeker
2020-08-30
1
-14
/
+20
*
Update library versions
Andreas Beeker
2020-08-18
22
-1336
/
+1261
*
Activate Forbidden-Apis-Check also for other tests
Andreas Beeker
2020-08-17
9
-634
/
+687
*
#64036 - Replace reflection calls in factories for Java 9+
Andreas Beeker
2020-08-16
1
-0
/
+5
*
use the forbidden-apis policies corresponding to the JRE
Andreas Beeker
2020-08-15
7
-378
/
+328
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-08-14
2
-5
/
+6
*
[github-191] Fix RuntimeException on array formula referencing blank cell. Th...
PJ Fanning
2020-08-14
1
-0
/
+39
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-08-13
2
-44
/
+31
*
[github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz...
PJ Fanning
2020-08-11
1
-0
/
+79
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-07-22
33
-127
/
+504
*
remove some more deprecated code
PJ Fanning
2020-06-28
1
-10
/
+1
*
remove some deprecated classes
PJ Fanning
2020-06-27
2
-148
/
+1
*
remove some deprecated Font methods from Workbook
PJ Fanning
2020-06-27
2
-19
/
+21
*
try to fix test compile
PJ Fanning
2020-06-27
2
-9
/
+7
*
remove some deprecated Name methods from Workbook
PJ Fanning
2020-06-27
2
-28
/
+51
*
Always close Reader in test
Dominik Stadler
2020-06-15
1
-31
/
+31
*
Add some more tests from bug 63819
Dominik Stadler
2020-06-15
1
-7
/
+22
*
64512 - Ole10Native aka embedded / object packager - handle UTF16 variants
Andreas Beeker
2020-06-11
1
-15
/
+16
*
[github-182] Fix root property size calculation. Thanks to netmackan. This cl...
PJ Fanning
2020-06-10
1
-186
/
+247
*
test tidy up
PJ Fanning
2020-06-09
1
-2
/
+2
*
[github-181] make Value function work with arrays. Thanks to Miłosz Rembisz....
PJ Fanning
2020-06-06
1
-0
/
+15
*
Bug 64322: Optimize performance of reading ole2 files
Dominik Stadler
2020-05-16
1
-11
/
+80
*
Bug 64393: Adjust relational operators to handle MissingArgEval correctly
Dominik Stadler
2020-05-16
1
-0
/
+62
*
[github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180
PJ Fanning
2020-05-15
2
-0
/
+82
*
[github-179] add an option for RangeCopier.copyRange() to clone styles. Thank...
PJ Fanning
2020-05-15
1
-5
/
+49
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-05-05
1
-19
/
+5
*
[github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.
PJ Fanning
2020-04-29
1
-2
/
+4
*
[github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.
PJ Fanning
2020-04-29
1
-5
/
+17
*
[github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.
PJ Fanning
2020-04-29
1
-8
/
+4
*
Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...
Dominik Stadler
2020-04-26
2
-15
/
+44
*
Bug 63294: Add some more methods to allow to use CellType everywhere
Dominik Stadler
2020-04-24
1
-0
/
+2
*
Fix some IDE warnings, remove usage of deprecated methods
Dominik Stadler
2020-04-24
2
-22
/
+21
*
#55505 - CountryRecord not found
Andreas Beeker
2020-04-21
1
-1
/
+10
*
Sonar fixes
Andreas Beeker
2020-04-19
2
-52
/
+8
[next]