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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework test to not catch exception, junit does a good job of handling unexpec...
Dominik Stadler
2016-01-13
1
-92
/
+48
*
Javadoc fix
Nick Burch
2016-01-13
1
-1
/
+1
*
#58847 Getters/setters/removers for the additional well-known document summar...
Nick Burch
2016-01-13
2
-1
/
+242
*
Javadocs fixes
Andreas Beeker
2016-01-13
14
-18
/
+1
*
#57796 - Support hyperlink extraction when rendering slides
Andreas Beeker
2016-01-12
20
-247
/
+456
*
More Office 12 DSI property IDs, getters/setters to follow
Nick Burch
2016-01-11
1
-0
/
+44
*
Bump up the max DSI property ID, and list a few Office 12 well known IDs
Nick Burch
2016-01-11
1
-3
/
+16
*
#54916 - POI does not always read all the slides in pptx files
Andreas Beeker
2016-01-10
73
-650
/
+1389
*
add other printStackTrace methods to forbidden-apis-check
Andreas Beeker
2016-01-10
4
-43
/
+6
*
replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...
Andreas Beeker
2016-01-10
24
-167
/
+141
*
WMF fixes
Andreas Beeker
2016-01-10
12
-235
/
+682
*
POI-58822 switch printStackTrace for actual log msg. Should probably open se...
Tim Allison
2016-01-08
1
-1
/
+3
*
bug 58815: javadoc spelling
Javen O'Neal
2016-01-07
1
-4
/
+4
*
WMF fixes
Andreas Beeker
2016-01-05
7
-47
/
+112
*
Dummy commit to try if we can close some old github PRs via commit-comments: ...
Dominik Stadler
2016-01-04
1
-1
/
+1
*
WMF fixes
Andreas Beeker
2016-01-03
15
-261
/
+602
*
Undo changes to file in assertCloseDoesNotModifyFile to not have dirty files ...
Dominik Stadler
2016-01-03
1
-7
/
+19
*
Try to reproduce bug 52258 and add more checks to integration tests
Dominik Stadler
2016-01-03
3
-4
/
+59
*
bug 58043: provide some compatibility between HSSF and XSSF in regards to val...
Dominik Stadler
2016-01-03
9
-11
/
+179
*
Fix bug 58067: XWPF: don't return deleted text when document is in review-mode
Dominik Stadler
2016-01-03
3
-1
/
+18
*
re-throw errors we aren't looking for
Javen O'Neal
2016-01-03
1
-1
/
+4
*
bug 58779: check if SlideShowFactory.create() modifies the file being read wh...
Javen O'Neal
2016-01-03
3
-15
/
+108
*
whitespace
Javen O'Neal
2016-01-03
1
-4
/
+4
*
test XSLF SlideShowFactory creation methods individually for more granular un...
Javen O'Neal
2016-01-03
2
-11
/
+44
*
rearrange unit tests into more, smaller functions
Javen O'Neal
2016-01-02
1
-3
/
+29
*
Move test for bug 57236 as it seems to be fixed since some time
Dominik Stadler
2016-01-02
2
-30
/
+33
*
Add test which reproduces bug 58325, seems the file uses AlternateContent whi...
Dominik Stadler
2016-01-02
3
-0
/
+38
*
bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ...
Javen O'Neal
2016-01-02
2
-4
/
+193
*
fix javadocs
Javen O'Neal
2016-01-02
5
-7
/
+7
*
bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.
Javen O'Neal
2016-01-02
6
-20
/
+168
*
javadocs
Javen O'Neal
2016-01-02
1
-7
/
+7
*
remove test debug stuff
Andreas Beeker
2016-01-01
1
-15
/
+0
*
preparation for #54916 - commit unrelated changes
Andreas Beeker
2016-01-01
5
-212
/
+297
*
bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly for
Dominik Stadler
2016-01-01
4
-8
/
+50
*
Include full nested exception, not just localized message
Dominik Stadler
2016-01-01
1
-1
/
+1
*
Some more unit tests
Dominik Stadler
2016-01-01
1
-0
/
+31
*
Combine common functionality in POIXMLTypeLoader into helper method
Dominik Stadler
2016-01-01
1
-20
/
+15
*
add ignored testcase for multiple signatures
Andreas Beeker
2016-01-01
1
-12
/
+29
*
remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...
Andreas Beeker
2016-01-01
7
-110
/
+221
*
remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...
Andreas Beeker
2016-01-01
48
-98
/
+8
*
#55030 - RichTextRun getFontName can not get Chinese font name
Andreas Beeker
2015-12-31
4
-8
/
+36
*
#56570 - RecordType has repeat by code type 3009
Andreas Beeker
2015-12-31
1
-0
/
+0
*
#56570 - RecordType has repeat by code type 3009
Andreas Beeker
2015-12-31
53
-859
/
+1269
*
WMF fixes
Andreas Beeker
2015-12-31
7
-130
/
+129
*
Fix example. If you don't call super for the non-ignored sheets, everything b...
David North
2015-12-31
1
-2
/
+2
*
Fix bug 58760: non-standard namespace-key breaks parsing XLSX files
Dominik Stadler
2015-12-31
4
-7
/
+3
*
Revert changes to integration-test-framework to not make tests fail with stra...
Dominik Stadler
2015-12-31
1
-13
/
+9
*
Use parameter in unit test
Dominik Stadler
2015-12-30
1
-1
/
+1
*
Adjust test for extracting some more
Dominik Stadler
2015-12-30
1
-25
/
+49
*
Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.
Dominik Stadler
2015-12-30
4
-9
/
+112
[next]