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/commons-codec-commons-codec-1.17.2
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
/
src
/
ooxml
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't shadow drawing field from XSSFShape in XSSFGraphicFrame
Javen O'Neal
2016-07-02
1
-3
/
+1
*
findbugs: remove implements Cloneable declaration from classes that don't imp...
Javen O'Neal
2016-07-02
1
-1
/
+1
*
enable @Ignored unit test that is passing now
Javen O'Neal
2016-07-02
1
-2
/
+0
*
findbugs REC_CATCH_EXCEPTION: catch specific exception types and include more...
Javen O'Neal
2016-07-02
1
-2
/
+20
*
+svn:eol-style=native
Javen O'Neal
2016-07-02
1
-646
/
+646
*
sonar fixes
Andreas Beeker
2016-07-01
1
-13
/
+13
*
bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller ...
Javen O'Neal
2016-07-01
1
-1
/
+1
*
a few performance fixes to speed-up the tests
Andreas Beeker
2016-06-30
1
-2
/
+3
*
#59766 Need to catch Errors as well when trying to tweak SAX stuff
Nick Burch
2016-06-27
1
-0
/
+2
*
deprecated constants pointing to MissingCellPolicy - use enum instead
Andreas Beeker
2016-06-24
6
-70
/
+76
*
bug 59748: replace Hashtable with HashMap; contributed by Axel Howind
Javen O'Neal
2016-06-24
3
-47
/
+66
*
common-crawl-regression-fix: fallback to higher template level for default fo...
Andreas Beeker
2016-06-24
1
-26
/
+8
*
#59746 XSSF support for files from certain alternate tools where the row XML ...
Nick Burch
2016-06-23
2
-1
/
+13
*
Disabled unit test for bug #59746, test file from Rob Owen
Nick Burch
2016-06-23
1
-0
/
+15
*
#59743 - ZipSecureFile throwing "zip bomb detected" exception when writing SX...
Andreas Beeker
2016-06-23
2
-9
/
+63
*
sonar fix
Andreas Beeker
2016-06-22
1
-17
/
+29
*
javadoc fixes (jdk8)
Andreas Beeker
2016-06-22
5
-16
/
+39
*
XSLFPictureData support for TIFF images - patch and tests from bug #59742 fro...
Nick Burch
2016-06-22
2
-0
/
+18
*
Fix inconsistent whitespace and indents
Nick Burch
2016-06-21
3
-538
/
+537
*
#59717 POIXMLProperties helper methods for reading and changing OOXML documen...
Nick Burch
2016-06-21
3
-17
/
+130
*
bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...
Javen O'Neal
2016-06-20
1
-12
/
+29
*
remove an unnecessary row
Javen O'Neal
2016-06-20
1
-1
/
+1
*
bug 59733: cells do not need to be created for the XmlValueDisconnectedExcept...
Javen O'Neal
2016-06-20
1
-4
/
+4
*
bug 59733: add disabled unit test from Dattathreya
Javen O'Neal
2016-06-20
1
-0
/
+30
*
bug 56781: disallow names with symbols, except underscore, period, and backslash
Javen O'Neal
2016-06-20
1
-4
/
+12
*
bug 57523: off by one error
Javen O'Neal
2016-06-20
1
-1
/
+1
*
bug 57523: add unit test written by Dominik Stadler
Javen O'Neal
2016-06-20
1
-0
/
+15
*
bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFData...
Javen O'Neal
2016-06-20
2
-15
/
+53
*
whitespace (tabs to 4 spaces)
Javen O'Neal
2016-06-20
1
-103
/
+103
*
bug 59731: start migrating methods relating to row-shifting in HSSFSheet to H...
Javen O'Neal
2016-06-20
2
-81
/
+34
*
bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface
Javen O'Neal
2016-06-20
2
-0
/
+12
*
bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shift...
Javen O'Neal
2016-06-20
1
-1
/
+3
*
mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtil
Javen O'Neal
2016-06-20
1
-1
/
+1
*
findbugs fixes
Andreas Beeker
2016-06-20
1
-1
/
+3
*
bug 56958: slightly improve performance when checking array formulas
Javen O'Neal
2016-06-19
1
-6
/
+8
*
bug 59645: add Page Setup Print row and column headings support for Common SS
Javen O'Neal
2016-06-19
2
-10
/
+49
*
update javadoc for clarification about non-literal lists
Javen O'Neal
2016-06-19
1
-3
/
+1
*
use fully qualified name for Javadocs
Javen O'Neal
2016-06-19
1
-1
/
+1
*
add unit test for bug 59719
Javen O'Neal
2016-06-19
2
-1
/
+51
*
bug 59719: parse static list text properly; patch from Greg Woolsey
Javen O'Neal
2016-06-19
1
-8
/
+25
*
#59702 - Setting background color in slide master
Andreas Beeker
2016-06-18
12
-498
/
+2552
*
bug 59718: deprecate get/setBoldweight. Use get/setBold
Javen O'Neal
2016-06-18
3
-0
/
+42
*
bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF
Javen O'Neal
2016-06-18
2
-21
/
+9
*
bug 59432: move loop invariants outside the loop to marginally improve code e...
Javen O'Neal
2016-06-17
1
-8
/
+8
*
bug 56958: validate array formulas wasn't correctly checking for overlap with...
Javen O'Neal
2016-06-17
1
-4
/
+1
*
bug 59279: add Comment.equals and hashCode methods
Javen O'Neal
2016-06-17
1
-0
/
+15
*
bug 59170: remove deprecated o.a.p.xwpf.model.XWPFHyperlinkDecorator class
Javen O'Neal
2016-06-17
3
-95
/
+2
*
bug 59170: remove deprecated o.a.p.openxml4j.opc.internal.CnotentType#getPara...
Javen O'Neal
2016-06-16
1
-6
/
+0
*
bug 55385: deprecate Font.getBoldweight and Font.setBoldweight
Javen O'Neal
2016-06-16
2
-2
/
+5
*
add disabled unit test for bug 55273: contributed by Martin Studer
Javen O'Neal
2016-06-15
1
-0
/
+18
[next]