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.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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
poi-ooxml
/
src
/
main
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bug-65581] support configurable temp file threshold
PJ Fanning
2021-09-18
2
-11
/
+85
*
[bug-65576] replace StringCodepointsIterable
PJ Fanning
2021-09-16
1
-2
/
+3
*
tabs to spaces
PJ Fanning
2021-09-10
2
-5
/
+5
*
Improve error messages when charting data is not valid
Dominik Stadler
2021-09-10
2
-11
/
+16
*
Adjust imports and apply some IDE suggestions
Dominik Stadler
2021-09-10
1
-2
/
+2
*
fix spelling of quiet
PJ Fanning
2021-09-09
2
-4
/
+4
*
fix error message
PJ Fanning
2021-09-09
1
-1
/
+1
*
minor text issues
PJ Fanning
2021-09-08
1
-1
/
+1
*
POI 5.1.0
PJ Fanning
2021-09-04
6
-7
/
+7
*
sonar fixes
Andreas Beeker
2021-08-28
6
-21
/
+37
*
more use of commons-io
PJ Fanning
2021-08-28
7
-14
/
+14
*
add basic support for hdphoto/wdp images in slideshows
PJ Fanning
2021-08-27
3
-2
/
+19
*
Bug 65501 - Use viewbox when rendering SVG images
Andreas Beeker
2021-08-20
2
-12
/
+131
*
slightly more impl in XSSFDataBarFormatting
PJ Fanning
2021-08-13
1
-4
/
+4
*
support removing hyperlink from one cell when hyperlink is shared by many cells
PJ Fanning
2021-08-11
1
-0
/
+3
*
support removing hyperlink from one cell when hyperlink is shared by many cells
PJ Fanning
2021-08-11
1
-9
/
+50
*
[bug-65490] add support for removing hyperlink directly from sheet
PJ Fanning
2021-08-10
1
-2
/
+16
*
add support for reading hyperlinks that have cell refs that are area referenc...
PJ Fanning
2021-08-10
1
-2
/
+8
*
[bug-65492] XSSFExportToXml does not handle formula type cells with boolean v...
PJ Fanning
2021-08-09
1
-1
/
+5
*
fix broken test case
PJ Fanning
2021-08-09
1
-2
/
+8
*
add support for reading hyperlinks that have cell refs that are area referenc...
PJ Fanning
2021-08-09
2
-32
/
+41
*
[bug-65464] fix issue where shared formulas can be corrupted. Thanks to Nico ...
PJ Fanning
2021-08-02
1
-1
/
+5
*
update docs about deferred SXSSF and limitations on what can be done in row g...
PJ Fanning
2021-07-31
2
-1
/
+14
*
[bug-65464] fix issue where shared formulas can be corrupted
PJ Fanning
2021-07-28
1
-12
/
+15
*
handle case where row nums are the same
PJ Fanning
2021-07-24
1
-7
/
+4
*
handle case where row nums are the same
PJ Fanning
2021-07-24
1
-3
/
+5
*
fix spelling
PJ Fanning
2021-07-24
2
-2
/
+2
*
partially undo change
PJ Fanning
2021-07-24
1
-2
/
+2
*
remove some unnecessary casts from copy method
PJ Fanning
2021-07-24
1
-6
/
+5
*
remove unchecked cast from setHyperlink
PJ Fanning
2021-07-24
1
-1
/
+6
*
[bug-64759] ignore unknown relationships when cloning sheets
PJ Fanning
2021-07-22
1
-2
/
+7
*
[bug-64473] OPCPackage.open(fileName, PackageAccess.READ) does not open valid...
PJ Fanning
2021-07-20
1
-1
/
+1
*
Apply some IDE suggestions
Dominik Stadler
2021-07-07
1
-1
/
+1
*
update javadoc
PJ Fanning
2021-06-09
1
-1
/
+1
*
update javadoc
PJ Fanning
2021-06-09
2
-6
/
+6
*
remove unnecessary cast
PJ Fanning
2021-06-09
1
-2
/
+1
*
#65331 - Wrong mapping of TableRowAlign
Sayi
2021-05-27
1
-3
/
+5
*
replace CombinedIterable with a few lines of simple code
Andreas Beeker
2021-05-23
3
-140
/
+18
*
convert tabs to spaces
PJ Fanning
2021-05-22
73
-4707
/
+4707
*
activate javadoc lint and fix errors
Andreas Beeker
2021-05-21
55
-546
/
+401
*
Bug65292: Manual revert r1884958, Add a paragraph by default when creating a ...
Sayi
2021-05-20
1
-0
/
+10
*
fixed unable to read comments with pictures
Sayi
2021-05-20
1
-2
/
+7
*
use commons-io StringBuilderWriter
PJ Fanning
2021-05-14
1
-4
/
+4
*
#65304 - Add commons-io as a dependency
Andreas Beeker
2021-05-14
18
-239
/
+189
*
Bug 63339: Use removeFormulaImpl() where possible and add a test which verifi...
Dominik Stadler
2021-05-13
1
-24
/
+20
*
Apply some IDE suggestions
Dominik Stadler
2021-05-13
1
-8
/
+4
*
Remove invalid code
Sayi
2021-05-11
1
-1
/
+0
*
#64844 - Incorrect sizes of images in SVG
Andreas Beeker
2021-05-08
5
-5
/
+215
*
#65282 - addRun method only adds to run collection, missing iRun collection
Sayi
2021-05-06
1
-0
/
+1
*
#65214 - Document signed by POI reported as 'partially' signed
Andreas Beeker
2021-05-02
4
-16
/
+16
[next]