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
/
testcases
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exclude new BIFF5 file in some unit tests
Dominik Stadler
2016-12-11
6
-0
/
+6
*
Recursive delete unit test based on users@ query - working fine already
Nick Burch
2016-12-06
1
-0
/
+55
*
SonarCube fix - make members private
Andreas Beeker
2016-12-04
2
-32
/
+27
*
SonarCube fix - make members private
Andreas Beeker
2016-12-01
1
-10
/
+16
*
#60331 - Remove deprecated classes - deprecate Mutable* property classes
Andreas Beeker
2016-11-27
2
-3
/
+3
*
Fix newly introduced Sonar issues and allow text to be null
Dominik Stadler
2016-11-27
1
-4
/
+7
*
Bug 60370: Encode some special characters when setting title/text for validat...
Dominik Stadler
2016-11-25
1
-3
/
+44
*
Bug 59200: Check for actual Excel limits on data validation title/text
Dominik Stadler
2016-11-25
1
-9
/
+73
*
Pull up one more test into BaseTestConditionalFormatting
Dominik Stadler
2016-11-07
2
-102
/
+97
*
Add setFormattingRanges() to interface ConditionalFormatting, closes #42
Dominik Stadler
2016-11-07
1
-9
/
+81
*
bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require Spre...
Javen O'Neal
2016-11-02
1
-2
/
+1
*
Fix some IDE warnings, JavaDoc, ...
Dominik Stadler
2016-10-21
1
-57
/
+48
*
Exclude new BIFF5 file in some unit tests
Dominik Stadler
2016-10-20
1
-12
/
+6
*
Add some missing close() calls
Dominik Stadler
2016-10-20
2
-11
/
+14
*
BUG-60284 -- need to update dev tests <face_palm/>
Tim Allison
2016-10-20
6
-0
/
+7
*
BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel...
Tim Allison
2016-10-20
1
-1
/
+17
*
Eclipse automated refactor/cleanup: add final modifier to private fields to u...
Javen O'Neal
2016-10-20
24
-33
/
+33
*
Eclipse automated refactor/cleanup: convert for loops to for-each loops
Javen O'Neal
2016-10-20
16
-81
/
+69
*
remove *_dump directory
Andreas Beeker
2016-10-19
1
-10
/
+5
*
add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatche...
Javen O'Neal
2016-10-19
1
-0
/
+19
*
Eclipse automated refactor/cleanup: convert for loops to for-each loops
Javen O'Neal
2016-10-19
27
-121
/
+85
*
Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...
Javen O'Neal
2016-10-19
64
-64
/
+192
*
BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...
Tim Allison
2016-10-19
1
-2
/
+4
*
reenable unit test for bug 58648 that passes now
Javen O'Neal
2016-10-19
1
-1
/
+3
*
disabled unit tests are now passing for bug 48703
Javen O'Neal
2016-10-19
1
-3
/
+2
*
BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader
Tim Allison
2016-10-18
1
-0
/
+10
*
BUG 59858 -- avoid npe when there's a collision of record names...doh. Fix un...
Tim Allison
2016-10-18
1
-3
/
+3
*
BUG 59858 -- avoid npe when there's a collision of record names
Tim Allison
2016-10-18
1
-16
/
+6
*
BUG 59830 -- incorrect reading of unicode stream name
Tim Allison
2016-10-18
1
-14
/
+7
*
BUG 60158 -- AIOOBE in VBAMacroReader
Tim Allison
2016-10-18
1
-9
/
+6
*
Bug 60029: apply suggested fix and fix some IntelliJ warnings
Dominik Stadler
2016-10-15
1
-103
/
+122
*
add length sanity check for length of embedded OLE10Native (BUG 60256)
Tim Allison
2016-10-14
1
-2
/
+8
*
add ignored test and triggering document for BUG 60256
Tim Allison
2016-10-14
1
-0
/
+9
*
bug 56781,60246: fix named range validation to match valid name rules per Exc...
Javen O'Neal
2016-10-14
1
-6
/
+28
*
bug 55075: add missing import
Javen O'Neal
2016-10-09
1
-0
/
+1
*
bug 55075,51233: create drawings with correct height when rows are custom height
Javen O'Neal
2016-10-09
2
-0
/
+67
*
bug 60197: Workbook#setSheetOrder should update named range sheet indices
Javen O'Neal
2016-10-09
1
-0
/
+97
*
Use IOUtils.closeQuietly() in more places
Dominik Stadler
2016-10-05
3
-28
/
+52
*
Bug 53028: Broken auto fit row height in the cells with word wrap
Dominik Stadler
2016-10-05
1
-10
/
+21
*
Some IDE warning fixes and unit test adjustments
Dominik Stadler
2016-10-05
1
-10
/
+11
*
Add PropertyTemplate for drawing Borders (58787)
Mark Murphy
2016-10-05
1
-0
/
+949
*
bug 60187: replace methods operating on BorderStyle codes with BorderStyle enums
Javen O'Neal
2016-09-30
1
-10
/
+85
*
merge trunk to branch
Andreas Beeker
2016-09-28
10
-26
/
+113
*
merge trunk to branch
Andreas Beeker
2016-09-19
37
-173
/
+235
*
merge trunk to branch
Andreas Beeker
2016-08-19
2
-0
/
+142
*
add encryption support
Andreas Beeker
2016-08-19
2
-24
/
+33
*
merge down trunk
Andreas Beeker
2016-08-08
10
-51
/
+293
*
HSSF CryptoAPI decryption support
Andreas Beeker
2016-08-08
8
-146
/
+208
*
test Cell.setCellValue(false)
Javen O'Neal
2016-07-21
1
-24
/
+26
*
Sync the file-based "past-the-end" exception to match the stream one, so that...
Nick Burch
2016-07-20
3
-5
/
+26
[next]