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-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.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
path:
root
/
src
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel...
Tim Allison
2016-10-20
1
-1
/
+7
*
Eclipse automated refactor/cleanup: convert for loops to for-each loops
Javen O'Neal
2016-10-20
1
-1
/
+11
*
add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatche...
Javen O'Neal
2016-10-19
1
-0
/
+20
*
BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...
Tim Allison
2016-10-19
1
-1
/
+8
*
remove @deprecated annotation from Enum-returning getters. These will be depr...
Javen O'Neal
2016-10-19
3
-5
/
+0
*
Fix some IDE warnings/javadoc/...
Dominik Stadler
2016-10-19
9
-64
/
+31
*
on Windows, a directory cannot contain a file and a directory with the same name
Javen O'Neal
2016-10-19
1
-1
/
+3
*
findbugs: Switch statement found in org.apache.poi.sl.draw.DrawShape.applyTra...
Javen O'Neal
2016-10-19
1
-0
/
+2
*
add data type to UTF_16LE
Javen O'Neal
2016-10-19
1
-1
/
+1
*
remove java.nio.charset.StandardCharsets which is not available until Java 7
Javen O'Neal
2016-10-19
1
-2
/
+3
*
BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader
Tim Allison
2016-10-18
1
-1
/
+2
*
BUG 59858 -- avoid npe when there's a collision of record names
Tim Allison
2016-10-18
1
-1
/
+1
*
BUG 59830 -- incorrect reading of unicode stream name
Tim Allison
2016-10-18
1
-0
/
+17
*
BUG 60158 -- AIOOBE in VBAMacroReader
Tim Allison
2016-10-18
2
-1
/
+4
*
Bug 53191 - Problems with line style when converting ppt to png
Andreas Beeker
2016-10-16
2
-78
/
+99
*
Bug 60029: apply suggested fix and fix some IntelliJ warnings
Dominik Stadler
2016-10-15
1
-25
/
+18
*
add length sanity check for length of embedded OLE10Native (BUG 60256)
Tim Allison
2016-10-14
1
-1
/
+4
*
bug 56781,60246: fix named range validation to match valid name rules per Exc...
Javen O'Neal
2016-10-14
1
-12
/
+48
*
53009: Problem creating header and footer
Mark Murphy
2016-10-13
1
-0
/
+62
*
Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fa...
Andreas Beeker
2016-10-09
1
-1
/
+1
*
bug 60228: getCellTypeEnum should not be deprecated until after getCellType r...
Javen O'Neal
2016-10-09
2
-4
/
+0
*
bug 60021: add note that EncryptionInfo may require poi-ooxml.jar to run Encr...
Javen O'Neal
2016-10-09
1
-0
/
+19
*
bug 60197: Workbook#setSheetOrder should update named range sheet indices
Javen O'Neal
2016-10-09
1
-5
/
+43
*
bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f...
Javen O'Neal
2016-10-07
2
-4
/
+4
*
Bug 53028: Broken auto fit row height in the cells with word wrap
Dominik Stadler
2016-10-05
1
-0
/
+1
*
Some IDE warning fixes and unit test adjustments
Dominik Stadler
2016-10-05
2
-16
/
+13
*
Javadoc fixes
Nick Burch
2016-10-05
1
-9
/
+9
*
Add PropertyTemplate for drawing Borders (58787)
Mark Murphy
2016-10-05
3
-0
/
+1080
*
Javadoc fixes
Nick Burch
2016-09-30
2
-2
/
+0
*
bug 60187: set BorderStyle directly instead of through short code
Javen O'Neal
2016-09-30
1
-6
/
+37
*
bug 60187: replace methods operating on BorderStyle codes with BorderStyle enums
Javen O'Neal
2016-09-30
1
-12
/
+87
*
Bug 59857 - Password protected files with "Microsoft Enhanced Cryptographic P...
Andreas Beeker
2016-09-28
51
-1522
/
+2256
|
\
|
*
merge trunk to branch
Andreas Beeker
2016-09-28
15
-123
/
+248
|
*
merge trunk to branch
Andreas Beeker
2016-09-19
33
-251
/
+570
|
*
add encryption support
Andreas Beeker
2016-08-19
22
-164
/
+552
|
*
forgot cryptoapi encryption flags
Andreas Beeker
2016-08-08
1
-8
/
+16
|
*
merge down trunk
Andreas Beeker
2016-08-08
12
-830
/
+949
|
*
HSSF CryptoAPI decryption support
Andreas Beeker
2016-08-08
21
-960
/
+843
|
*
Preparations for hssf_cryptoapi:
Andreas Beeker
2016-08-03
29
-552
/
+1011
*
|
Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi...
Dominik Stadler
2016-09-28
4
-12
/
+14
*
|
use equalsIgnoreCase for case-insensitive string comparisons
Javen O'Neal
2016-09-22
1
-2
/
+1
*
|
Compiler/IDE warnings, unnecessary keywords,
Dominik Stadler
2016-09-21
3
-72
/
+91
*
|
bug 59933: demote accessibility of POILogger implementations of log(int, Obje...
Javen O'Neal
2016-09-21
1
-2
/
+2
*
|
bug 57200,59788: be more specific why a temporary directory could not be created
Javen O'Neal
2016-09-21
1
-4
/
+11
*
|
bug 59933: demote accessibility of POILogger implementations of log(int, Obje...
Javen O'Neal
2016-09-21
4
-12
/
+18
*
|
bug 59933: demote accessibility of NullLogger methods to the same level as PO...
Javen O'Neal
2016-09-21
2
-2
/
+12
*
|
make POILogFactory _loggers cache final
Javen O'Neal
2016-09-21
1
-1
/
+1
*
|
bug 59933: override POILogger#log(int, Object...) in NullLogger
Javen O'Neal
2016-09-21
1
-0
/
+12
*
|
Adjust handling of ByteBuffer some more
Dominik Stadler
2016-09-20
1
-12
/
+11
*
|
bug 59705: consolidate bounds checking of column index into a helper method
Javen O'Neal
2016-09-16
1
-2
/
+2
[next]