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
/
src
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
The changes for using AccessController/SecurityManager also added a log which...
Dominik Stadler
2016-06-01
1
-17
/
+22
*
Javadoc fix
Nick Burch
2016-05-31
1
-2
/
+2
*
Fix some compiler/IntelliJ warnings
Dominik Stadler
2016-05-31
15
-49
/
+35
*
fix handling of hsl and linear rgb (%-values)
Andreas Beeker
2016-05-24
1
-2
/
+31
*
#58217 - XSLF: support alpha channel on solid colors (fill, line, text)
Andreas Beeker
2016-05-22
1
-30
/
+32
*
Bug 58190: Add more overloaded methods for adding pictures from streams and f...
Dominik Stadler
2016-05-22
1
-6
/
+23
*
findbugs fixes
Andreas Beeker
2016-05-20
1
-27
/
+3
*
findbugs fixes
Andreas Beeker
2016-05-17
2
-2
/
+16
*
BiffViewer: Close resources always
Dominik Stadler
2016-05-17
1
-26
/
+32
*
Close resources in Common SL rendering classes and minimize memory consumptio...
Andreas Beeker
2016-05-16
4
-15
/
+43
*
sonar fix - reduce complexity by using constants
Andreas Beeker
2016-05-16
1
-49
/
+68
*
Sonar fixes - array is stored directly
Andreas Beeker
2016-05-16
4
-9
/
+10
*
#59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...
Andreas Beeker
2016-05-16
12
-232
/
+115
*
#58144 - Behaviour for headers and footers of slides is inconsistent between ...
Andreas Beeker
2016-05-13
1
-1
/
+11
*
add @since to javadocs
Javen O'Neal
2016-05-09
1
-0
/
+3
*
bug 59443: exit early on setAddress if address is the same
Javen O'Neal
2016-05-09
1
-4
/
+3
*
bug 59443: use Comment.setAddress when changing both row and column of cell c...
Javen O'Neal
2016-05-09
1
-0
/
+4
*
bug 59443: add get/setAddress methods on cell comment class
Javen O'Neal
2016-05-09
2
-0
/
+51
*
whitespace
Javen O'Neal
2016-05-09
1
-3
/
+3
*
#59327 - Setting text direction on a table cell has no effect
Andreas Beeker
2016-05-04
1
-2
/
+3
*
bug 59383: getFormat should cache data formatter (fix from Nick C), accidenta...
Javen O'Neal
2016-04-26
1
-0
/
+1
*
reformat exclude classes regular expression for OOXMLLite
Javen O'Neal
2016-04-17
1
-0
/
+17
*
add comments
Javen O'Neal
2016-04-17
1
-2
/
+16
*
bug 59340: lookup IndexedColors by index
Javen O'Neal
2016-04-17
1
-0
/
+28
*
bug 59336: patch from Mark Murphy: deprecate functions in CellUtil that requi...
Javen O'Neal
2016-04-17
2
-35
/
+76
*
bug 59336: patch from Mark Murphy: replace deprecated usage of functions in C...
Javen O'Neal
2016-04-17
1
-3
/
+3
*
bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of...
Javen O'Neal
2016-04-17
1
-26
/
+34
*
javadocs fixes
Javen O'Neal
2016-04-12
1
-2
/
+2
*
fix several findbugs SF_SWITCH_NO_DEFAULT warnings
Javen O'Neal
2016-04-12
7
-7
/
+31
*
whitespace (tabs to spaces)
Javen O'Neal
2016-04-12
1
-85
/
+85
*
fix several findbugs SF_SWITCH_NO_DEFAULT warnings
Javen O'Neal
2016-04-12
6
-1
/
+36
*
add LINK_TYPE_SECONDARY_CATEGORIES, which appears to be a valid type (0x03) b...
Javen O'Neal
2016-04-12
1
-16
/
+19
*
javadoc typo
Javen O'Neal
2016-04-12
1
-1
/
+1
*
fix javadocs and findbugs warnings
Javen O'Neal
2016-04-12
3
-25
/
+87
*
bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...
Javen O'Neal
2016-04-11
2
-9
/
+52
*
bug 52949: fix forbidden apis
Javen O'Neal
2016-04-11
1
-3
/
+4
*
add @NotImplemented annotation to methods that are not implemented
Javen O'Neal
2016-04-10
3
-13
/
+83
*
bug 52949: add junit test for RLEDecompressingInputStream
Javen O'Neal
2016-04-10
5
-22
/
+65
*
svn propset svn:eol-style native
Javen O'Neal
2016-04-10
1
-273
/
+273
*
Javadoc tweaks
Nick Burch
2016-04-10
2
-3
/
+3
*
Make the extractor exactly that, powered by the reader #52949
Nick Burch
2016-04-10
1
-154
/
+55
*
Unit test for VBA macro reading #52949
Nick Burch
2016-04-10
1
-105
/
+123
*
Start to refactor VBAMacroExtractor into a more general class
Nick Burch
2016-04-10
1
-0
/
+199
*
VBA extraction support from bug #52949 from Barry Lagerweij
Nick Burch
2016-04-10
2
-0
/
+461
*
Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be t...
Dominik Stadler
2016-04-06
1
-4
/
+12
*
Slightly improve error message
Dominik Stadler
2016-04-06
2
-27
/
+19
*
Code cleanup via IntelliJ: Remove unnecessary semicolon
Dominik Stadler
2016-04-06
14
-87
/
+83
*
Fix javadoc warning - As per http://bugs.java.com/bugdatabase/view_bug.do;jse...
Nick Burch
2016-04-06
1
-1
/
+1
*
bug 59264: fix javadocs
Javen O'Neal
2016-04-06
1
-1
/
+1
*
bug 59264: fix findbugs warning 'A boxed value is unboxed and then immediatel...
Javen O'Neal
2016-04-06
1
-1
/
+1
[next]