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
/
poi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[bug-66614] remove limit on offset function params
PJ Fanning
2023-05-25
2
-10
/
+3
*
don't share the skip bytes buffer
PJ Fanning
2023-03-25
1
-3
/
+7
*
don't share the skip bytes buffer
PJ Fanning
2023-03-25
1
-10
/
+3
*
Add more information in exception when formula parsing fails
Dominik Stadler
2023-03-21
1
-2
/
+1
*
remove temporary hacks
PJ Fanning
2023-03-19
1
-2
/
+0
*
revert back to ant 1.10.12 - 1.10.13 breaks our build
PJ Fanning
2023-03-19
1
-1
/
+1
*
ant 1.10.13
PJ Fanning
2023-03-19
1
-1
/
+1
*
temporary hack to build to see if the gradle toolchain logic is what is break...
PJ Fanning
2023-03-19
1
-0
/
+2
*
use 'its'
PJ Fanning
2023-03-18
8
-8
/
+8
*
use 'an'
PJ Fanning
2023-03-18
22
-30
/
+30
*
typo
PJ Fanning
2023-03-18
1
-1
/
+1
*
[bug-66532] more performant way to iterate over codepoints.
PJ Fanning
2023-03-18
2
-9
/
+11
*
revert: [bug-66503] Add flag for Excel 4 macros in composite documents.
PJ Fanning
2023-03-18
1
-0
/
+9
*
revert: [bug-66503] Add flag for Excel 4 macros in composite documents.
PJ Fanning
2023-03-18
2
-50
/
+0
*
[bug-66503] Add flag for Excel 4 macros in composite documents. Thanks to M. ...
PJ Fanning
2023-03-18
2
-0
/
+41
*
[bug-66532] more performant way to iterate over codepoints.
PJ Fanning
2023-03-17
1
-1
/
+1
*
[bug-66532] more performant way to iterate over codepoints.
PJ Fanning
2023-03-17
1
-1
/
+1
*
[bug-66532] more performant way to iterate over codepoints. Thanks to Matthia...
PJ Fanning
2023-03-17
2
-2
/
+33
*
javadoc typos
PJ Fanning
2023-03-13
1
-2
/
+2
*
Bug 66521: Add a utility to clear all thread locals
Dominik Stadler
2023-03-11
8
-2
/
+162
*
Fix a flaky test which fails roughly once in 9000 iterations
Dominik Stadler
2023-03-10
1
-1
/
+2
*
Update/fix JavaDoc and add "throws"
Dominik Stadler
2023-03-10
1
-1
/
+4
*
try gradle 8.0.1 again
PJ Fanning
2023-02-22
1
-1
/
+1
*
try to fix gradle issues
PJ Fanning
2023-02-22
1
-1
/
+1
*
build issue
PJ Fanning
2023-02-19
1
-2
/
+4
*
safety check on throwable catch
PJ Fanning
2023-02-14
1
-1
/
+1
*
revert use of ExceptionUtil on caught exceptions (not useful)
PJ Fanning
2023-02-14
32
-160
/
+1
*
fix up use of ExceptionUtil in main poi module
PJ Fanning
2023-02-14
34
-2
/
+224
*
add util code to rethrow fatal exceptions
PJ Fanning
2023-02-14
3
-6
/
+92
*
provide way to clear the state on the ThreadLocal used byby ExtractorFactory
PJ Fanning
2023-02-11
1
-0
/
+16
*
remove recently added volatile markers due to Sonarcloud warnings
PJ Fanning
2023-02-11
2
-2
/
+2
*
DataFormatter - typo in javadoc and possible NPE
PJ Fanning
2023-02-09
1
-2
/
+6
*
Do not fail if an empty password is provided
Dominik Stadler
2023-02-05
2
-1
/
+23
*
Bug 66436: Fix invalid handling of padded encrypted bytes
Dominik Stadler
2023-02-05
2
-0
/
+113
*
[bug-65260] partial revert of recent changes
PJ Fanning
2023-02-05
1
-2
/
+2
*
[bug-65260] catch Throwable instead of error - see https://github.com/apache/...
PJ Fanning
2023-02-04
1
-2
/
+2
*
mark some variables that are used in synchronized code as volatile
PJ Fanning
2023-01-30
2
-2
/
+2
*
Spotbugs: Replace \n with %n in String.format()
Dominik Stadler
2023-01-30
1
-6
/
+6
*
Use an error-handler to use logging also for XML parsing errors
Dominik Stadler
2023-01-30
1
-2
/
+15
*
Bug 54373: Include alpha/transparency value when creating an XSSFColor from a...
Dominik Stadler
2023-01-30
1
-1
/
+1
*
[bug-66433] Boolean functions should blank cells. Thanks to Patrick Böker
PJ Fanning
2023-01-20
1
-1
/
+2
*
revert ant upgrade due to issues with ant-launcher-1.10.13.jar
PJ Fanning
2023-01-10
1
-1
/
+1
*
add test case
PJ Fanning
2023-01-10
1
-0
/
+26
*
upgrade ant
PJ Fanning
2023-01-10
1
-1
/
+1
*
[bug-66413] try to fix HSSF code where you can set fill colors
PJ Fanning
2023-01-07
2
-4
/
+10
*
[bug-65543] HSSF: fix issue with incomplete SSTs. Thanks to Simon Carter.
PJ Fanning
2023-01-06
2
-19
/
+34
*
Saxon-HE is included in more place, combine these into the main gradle build
Dominik Stadler
2023-01-06
1
-6
/
+0
*
Testing with saxon-HE: Avoid module-clash between xml.apis and java.xml
Dominik Stadler
2023-01-06
1
-1
/
+3
*
Avoid some NullPointerException and ClassCastExceptions found when fuzzing Ap...
Dominik Stadler
2023-01-03
7
-31
/
+81
*
Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing A...
Dominik Stadler
2023-01-01
5
-54
/
+96
[prev]
[next]