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-ooxml
Commit message (
Expand
)
Author
Age
Files
Lines
*
try to fix gradle issues
PJ Fanning
2023-02-22
1
-1
/
+1
*
[bug-66485] poi-ooxml-full: generate classes for drawing/2012/chart schema
PJ Fanning
2023-02-21
1
-0
/
+1
*
safety check on throwable catch
PJ Fanning
2023-02-14
1
-1
/
+4
*
add util code to rethrow fatal exceptions
PJ Fanning
2023-02-14
2
-2
/
+11
*
provide way to clear the state on the ThreadLocal used byby ExtractorFactory
PJ Fanning
2023-02-11
1
-0
/
+18
*
[bug-66475] SignatureConfig: remove ThreadLocals and deprecated code associat...
PJ Fanning
2023-02-11
2
-115
/
+4
*
upgrade bouncycastle
PJ Fanning
2023-02-10
2
-7
/
+7
*
Avoid a file-handle leak in tests
Dominik Stadler
2023-02-05
1
-8
/
+9
*
Bug 66436: Fix invalid handling of padded encrypted bytes
Dominik Stadler
2023-02-05
2
-39
/
+207
*
[bug-65260] partial revert of recent changes
PJ Fanning
2023-02-05
1
-4
/
+4
*
fix compile issues
PJ Fanning
2023-02-04
1
-3
/
+3
*
[bug-65260] catch Throwable instead of error - see https://github.com/apache/...
PJ Fanning
2023-02-04
1
-2
/
+2
*
Bug 54373: Include alpha/transparency value when creating an XSSFColor from a...
Dominik Stadler
2023-01-30
3
-4
/
+34
*
Bug 62272: Include alpha/transparency value when setting a color-value for a ...
Dominik Stadler
2023-01-30
2
-12
/
+57
*
don't create format pr instance for read events
PJ Fanning
2023-01-29
1
-12
/
+17
*
rework SXSSF groupRow and add test
PJ Fanning
2023-01-28
3
-17
/
+76
*
edge case (avoid short overflow)
PJ Fanning
2023-01-28
1
-6
/
+2
*
try to improve performance of XSSFSheet row/col grouping/ungrouping
PJ Fanning
2023-01-28
2
-21
/
+59
*
reorder xssf code
PJ Fanning
2023-01-24
1
-1
/
+1
*
remove incomplete test
PJ Fanning
2023-01-13
1
-46
/
+0
*
byte-buddy 1.12.22
PJ Fanning
2023-01-13
1
-0
/
+46
*
xmlunit 2.9.1
PJ Fanning
2023-01-11
1
-1
/
+1
*
Saxon-HE is included in more place, combine these into the main gradle build
Dominik Stadler
2023-01-06
1
-4
/
+0
*
Avoid some NullPointerException and ClassCastExceptions found when fuzzing Ap...
Dominik Stadler
2023-01-03
1
-1
/
+3
*
Avoid some NullPointerExceptions and ClassCastExceptions found when fuzzing A...
Dominik Stadler
2023-01-01
5
-0
/
+19
*
Rename method for color from "RBG" to "RGB"
Dominik Stadler
2022-12-30
1
-1
/
+1
*
[github-409] Textruns not honouring highlight. Thans to gffloodg. This closes...
PJ Fanning
2022-12-28
3
-1
/
+190
*
[bug-66397] update temp file code. Thanks to lsq27.
PJ Fanning
2022-12-28
1
-2
/
+4
*
try to get rid of cached module-info classes
PJ Fanning
2022-12-27
3
-32
/
+2
*
Fix when bodyElements contain sdt, the inserted element is in the wrong position
Bida Fan
2022-12-27
2
-1
/
+17
*
Bug 65260: Fix how we ignore errors when fonts are not installed
Dominik Stadler
2022-12-26
2
-4
/
+7
*
try to fix module-info compile
PJ Fanning
2022-12-26
1
-27
/
+9
*
doesn't matter what jdk vendor is used to build module-info classes
PJ Fanning
2022-12-26
1
-2
/
+0
*
try to fix build
PJ Fanning
2022-12-26
1
-1
/
+0
*
rebuild module-info.class files even if Java8 used
PJ Fanning
2022-12-25
1
-10
/
+6
*
[github-408] Increase performance of StylesTable.putStyle. Thanks to Jason Mi...
PJ Fanning
2022-12-21
1
-2
/
+4
*
try to build sboms
PJ Fanning
2022-12-21
1
-0
/
+1
*
cyclonedx per module
PJ Fanning
2022-12-21
1
-0
/
+19
*
slf4j 2.0.6
PJ Fanning
2022-12-13
1
-1
/
+1
*
untidy hack for shared string counts that are higher than Integer.MAX_VALUE
PJ Fanning
2022-12-12
1
-2
/
+26
*
untidy hack for shared string counts that are higher than Integer.MAX_VALUE
PJ Fanning
2022-12-12
1
-2
/
+2
*
remove unnecessary short casts for getCellStyleAt
PJ Fanning
2022-12-12
3
-3
/
+3
*
try to speed up SXSSFCell getColumnIndex
PJ Fanning
2022-12-12
3
-6
/
+37
*
small optimisation on getCellStyle
PJ Fanning
2022-12-12
1
-4
/
+3
*
[github-404] issue with text runs and styling relating to table cells. Thanks...
PJ Fanning
2022-12-12
3
-13
/
+269
*
[bug-66365] add test for EventBasedExcelExtractor
PJ Fanning
2022-11-28
1
-0
/
+11
*
possible issue when streaming xssf cells with formulas
PJ Fanning
2022-11-28
1
-3
/
+1
*
[bug-66365] add test for XSSFExcelExtractor
PJ Fanning
2022-11-28
1
-9
/
+19
*
[bug-66365] update XSSFExcelExtractor to better handle formula cells with cac...
PJ Fanning
2022-11-28
1
-0
/
+4
*
[bug-66365] rework XSSFCell getRichStringCellValue and getStringCellValue to ...
PJ Fanning
2022-11-28
2
-27
/
+44
[next]