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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some IDE warnings and enable commented test
Dominik Stadler
2019-03-31
2
-25
/
+10
*
Add some more variants of HTML with preceding newline which we see frequently
Dominik Stadler
2019-03-31
2
-5
/
+20
*
Close more file-handles in tests, convert junit3 tests
Dominik Stadler
2019-03-31
6
-814
/
+840
*
replace version number 4.0.2
PJ Fanning
2019-03-31
5
-5
/
+5
*
fix a condition not seen until a recent expansion of the stress test. Gracef...
Greg Woolsey
2019-03-31
2
-1
/
+15
*
fix unit test that I merged wrong.
Greg Woolsey
2019-03-31
1
-1
/
+1
*
#61700 getForceFormulaRecalculation() returns wrong value
Greg Woolsey
2019-03-31
2
-11
/
+9
*
[bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to...
PJ Fanning
2019-03-30
2
-2
/
+24
*
fix build issue
PJ Fanning
2019-03-30
3
-11
/
+43
*
#63292 1904 date windowing flag not used for some format cases
Greg Woolsey
2019-03-30
2
-6
/
+45
*
#63291 CellFormat global cache isn't thread-safe
Greg Woolsey
2019-03-30
4
-8
/
+26
*
#63302 Formula evaluation of names with offset or row function is incorrect
Greg Woolsey
2019-03-30
2
-6
/
+22
*
[bug-63291] support concurrent date formatting with same DataFormatter
PJ Fanning
2019-03-27
2
-25
/
+28
*
add test for concurrent use of DataFormatter
PJ Fanning
2019-03-27
1
-5
/
+45
*
[github-142] issue in ExcelComparator example. Thanks to chirkovmail. This cl...
PJ Fanning
2019-03-22
1
-3
/
+3
*
upgrade xmlsec, slf4j, batik
PJ Fanning
2019-03-21
1
-2
/
+2
*
upgrade bouncycastle and curvesapi
PJ Fanning
2019-03-21
1
-1
/
+1
*
possible npe in test
PJ Fanning
2019-03-21
1
-1
/
+1
*
remove unncessary synchronization
PJ Fanning
2019-03-20
1
-1
/
+1
*
some javadoc issues
PJ Fanning
2019-03-20
3
-15
/
+4
*
use xmlbeans-3.0.3 rc version
PJ Fanning
2019-03-20
1
-616
/
+616
*
Switch to parameterized test and add some more information to try to find
Dominik Stadler
2019-03-19
1
-13
/
+35
*
Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names
Dominik Stadler
2019-03-19
32
-120
/
+110
*
[bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles
PJ Fanning
2019-03-19
2
-1
/
+25
*
pre-release maintenance:
Greg Woolsey
2019-03-19
1
-0
/
+0
*
Fix a unit test that changed with the implementation of another function.
Greg Woolsey
2019-03-18
1
-12
/
+2
*
#60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations
Greg Woolsey
2019-03-18
16
-22
/
+195
*
Fix forbidden apis error
Andreas Beeker
2019-03-16
1
-1
/
+1
*
Use JPG source, otherwise we have problems with Alpha conversion in OpenJDK.
Andreas Beeker
2019-03-16
1
-1
/
+1
*
Bug 61472: Convert date/time strings to numbers when evaluating formulas
Yegor Kozlov
2019-03-16
6
-6
/
+142
*
Handle possible invalid date value (#61652)
Greg Woolsey
2019-03-16
1
-0
/
+3
*
#63264 Conditional Format rule evaluation calculates relative references inco...
Greg Woolsey
2019-03-16
3
-13
/
+43
*
fix some cases where iterator usage does not check hasNext
PJ Fanning
2019-03-14
3
-23
/
+24
*
Fix URL for test
Dominik Stadler
2019-03-10
1
-1
/
+2
*
Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetup
Dominik Stadler
2019-03-10
2
-52
/
+161
*
Adjust test to not fail with Xerces XML Parser, fix some IDE warnings
Dominik Stadler
2019-03-10
4
-23
/
+25
*
[bug-63240] make SAXHelper.newXMLReader non-synchronized]
PJ Fanning
2019-03-06
3
-1
/
+35
*
[bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized]
PJ Fanning
2019-03-06
2
-1
/
+19
*
Close more file-handles in tests
Dominik Stadler
2019-03-03
7
-686
/
+701
*
Fix a regression test failure, toString() should never return null
Dominik Stadler
2019-03-03
5
-91
/
+100
*
Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so...
Dominik Stadler
2019-03-02
5
-27
/
+80
*
Bug 62151: Fix warnings about illegal reflective access in Java 9+ by
Dominik Stadler
2019-03-02
2
-25
/
+214
*
Close file-handles for slideshows also when construction fails or when dual-s...
Dominik Stadler
2019-02-23
22
-836
/
+903
*
Remove some remnants of NFileSystem
Dominik Stadler
2019-02-23
6
-18
/
+6
*
Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.op...
Dominik Stadler
2019-02-23
3
-16
/
+20
*
Adjust BaseIntegrationTest some more to better handle invalid file extensions
Dominik Stadler
2019-02-23
1
-59
/
+59
*
Bug 60980: Fix parsing formulas with intersections in functions args
Yegor Kozlov
2019-02-21
3
-3
/
+76
*
[bug-63151] handle NPE in UnicodeString
PJ Fanning
2019-02-19
2
-16
/
+44
*
[bug-63187] fix typos
PJ Fanning
2019-02-18
3
-5
/
+5
*
Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch...
Yegor Kozlov
2019-02-13
2
-2
/
+9
[next]