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.github.spotbugs-6.1.3
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/commons-codec-commons-codec-1.18.0
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-1.17.0
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/net.bytebuddy-byte-buddy-agent-1.17.0
dependabot/gradle/org.apache.pdfbox-pdfbox-3.0.4
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.cyclonedx.bom-2.1.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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ooxml
/
testcases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add unit tests for new Name.isHidden method
Nick Burch
2020-04-19
1
-0
/
+4
*
[bug-64348] partial fix for IndexOutOfBoundsException
PJ Fanning
2020-04-14
1
-0
/
+30
*
[bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. ...
PJ Fanning
2020-04-09
2
-15
/
+31
*
Sonar Fixes and remove obsolete classes
Andreas Beeker
2020-04-01
2
-542
/
+540
*
#64301 - Allow try-with-resources with OPCPackage.revert()
Andreas Beeker
2020-04-01
1
-3
/
+0
*
Remove chart title
Alain Béarez
2020-04-01
1
-0
/
+28
*
Insert a new row in XSLFTable
Alain Béarez
2020-03-31
1
-48
/
+54
*
allow add and remove a HyperlinkRun or a FieldRun
Alain Béarez
2020-03-29
1
-0
/
+132
*
Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...
Dominik Stadler
2020-03-29
2
-6
/
+52
*
Bug 61864: Verify recalculation-flag on Workbook level some more
Dominik Stadler
2020-03-29
1
-0
/
+13
*
Bug 61863: Update JavaDoc to describe relation to workbook-level flag
Dominik Stadler
2020-03-28
1
-0
/
+39
*
Bug 55966: Include content control text in word extraction also if it is part...
Dominik Stadler
2020-03-28
1
-10
/
+27
*
XWPFNumbering.addAbstractNum will definitely throw an exception
Alain Béarez
2020-03-27
1
-0
/
+40
*
XWPFTableCell does not process bodyElements when handle paragraph
Alain Béarez
2020-03-27
1
-0
/
+52
*
#63624: setText in XWPFTableCell updates the xml and also updates the runs an...
Alain Béarez
2020-03-27
1
-0
/
+14
*
Bug 64244: Take the replacement of RichtText strings into account when comput...
Dominik Stadler
2020-03-24
1
-0
/
+25
*
#64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...
Andreas Beeker
2020-03-22
5
-38
/
+38
*
Ignore all ImageIO related exceptions which fail often in maven builds becaus...
Andreas Beeker
2020-03-18
1
-2
/
+3
*
#64213 - Picture.resize(double scale) scales width wrong for small pictures a...
Andreas Beeker
2020-03-16
1
-100
/
+97
*
Work on bug 64038 and other bugs and add test for 62865
Dominik Stadler
2020-03-08
1
-0
/
+2
*
Try to use https for poi.apache.org everywhere
Dominik Stadler
2020-03-08
5
-53
/
+58
*
Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes ...
Dominik Stadler
2020-03-08
1
-0
/
+29
*
#64186 - Decrease usage of ThreadLocals in XML Signature API
Andreas Beeker
2020-03-01
1
-232
/
+153
*
Ignore IIOException "Can't create ..."
Andreas Beeker
2020-02-23
1
-22
/
+28
*
Remove invalid agile certificate encryption
Andreas Beeker
2020-02-22
2
-198
/
+0
*
use indexOf(char) instead of indexOf(String) where possible; replace one more...
Axel Howind
2020-02-20
1
-1
/
+1
*
PPTX2PNG - SVG export
Andreas Beeker
2020-02-15
1
-1
/
+1
*
Regression findings - fix missing moveto exception
Andreas Beeker
2020-02-02
1
-1
/
+1
*
XSLF Performance - use XmlCursor instead of XQuery expression - handle Altern...
Andreas Beeker
2020-02-02
1
-21
/
+50
*
Try to fix release build
Andreas Beeker
2020-01-31
1
-1
/
+1
*
[bug-64108] unsafe pipe character (
PJ Fanning
2020-01-30
1
-1
/
+2
*
Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...
Dominik Stadler
2020-01-27
5
-96
/
+118
*
#64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...
Andreas Beeker
2020-01-27
1
-34
/
+23
*
[bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch...
PJ Fanning
2020-01-26
1
-23
/
+49
*
Sonar fixes
Andreas Beeker
2020-01-21
1
-115
/
+131
*
#64088 - SlideShow rendering fixes
Andreas Beeker
2020-01-19
1
-11
/
+12
*
Implement error bars for bar and line charts
Alain Béarez
2020-01-13
1
-0
/
+9
*
Complete test with cell in newly added column
Alain Béarez
2020-01-05
1
-1
/
+3
*
Fix some additional file-handle-leaks reported by unit-tests via an enhanced ...
Dominik Stadler
2020-01-03
4
-10
/
+45
*
Bug 63788: Remove AbstractNum by abstractNumId, not list index
Dominik Stadler
2020-01-01
1
-2
/
+56
*
Bug 63960: Write pre-evaluated string-values in formula cells with the correc...
Dominik Stadler
2019-12-31
1
-2
/
+31
*
#64036 - remove reflective calls in Workbook- and SlideShowFactory
Andreas Beeker
2019-12-28
1
-40
/
+20
*
Migrate all junit tests to Junit 4
Andreas Beeker
2019-12-27
42
-808
/
+893
*
try to find issue in test
PJ Fanning
2019-12-26
1
-1
/
+1
*
[github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....
PJ Fanning
2019-12-26
1
-0
/
+10
*
fix spelling of OutlookTextExtractor class name
PJ Fanning
2019-12-26
1
-2
/
+2
*
Let IntelliJ simplify some assertions
Dominik Stadler
2019-12-15
19
-95
/
+101
*
Replace manual close with try-with-resources
Dominik Stadler
2019-12-15
15
-245
/
+144
*
Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...
Dominik Stadler
2019-12-15
1
-4
/
+4
*
Add MemoryVerifier to enable memory leak checking in unit-tests and add
Dominik Stadler
2019-12-15
1
-0
/
+144
[next]