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.cyclonedx.bom-2.1.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
/
testcases
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 56930: Add Workbook.getNames() to allow to query for names that appear mu...
Dominik Stadler
2016-03-13
2
-6
/
+37
*
Bug 55668: Try to avoid NullPointerException when chaning cell type and formu...
Dominik Stadler
2016-03-13
1
-0
/
+24
*
#59135 - Password gets truncated when using passwords longer than 15 characte...
Andreas Beeker
2016-03-13
1
-0
/
+19
*
Bug 57200: Do not try to delete the poifiles-tempdir as it can interfere when...
Dominik Stadler
2016-03-12
1
-3
/
+38
*
#59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd...
Andreas Beeker
2016-03-12
3
-264
/
+232
*
Fix some cases where POI itself or the tests leaked file-handles
Dominik Stadler
2016-03-12
1
-41
/
+40
*
Findbugs fixes
Dominik Stadler
2016-03-12
2
-1
/
+208
*
#59170 - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.R...
Andreas Beeker
2016-03-12
2
-56
/
+0
*
sonar fixes
Andreas Beeker
2016-03-10
1
-7
/
+11
*
Remove a superfluous/bloated log function, which String.format can do better ...
Andreas Beeker
2016-03-09
2
-43
/
+2
*
More helpful exception message if POIFS is given a raw XML file (eg an Office...
Nick Burch
2016-03-09
2
-7
/
+21
*
Exclude file for bug 59074 for some more tests
Dominik Stadler
2016-02-28
2
-0
/
+9
*
Fix inconsistent indents
Nick Burch
2016-02-26
1
-34
/
+34
*
Refactor to pull out the list of Excel 97+ directory entry names to a common ...
Nick Burch
2016-02-26
1
-0
/
+1
*
Regression fixes for H/XSLF and HWMF
Andreas Beeker
2016-02-24
1
-2
/
+2
*
bug 58896: comment out time-dependent test
Javen O'Neal
2016-02-18
1
-3
/
+3
*
move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa...
Javen O'Neal
2016-02-18
3
-13
/
+6
*
bug 58896: add unit test to time Sheet.autoSizeColumn
Javen O'Neal
2016-02-18
3
-0
/
+80
*
bug 56345: reject single-cell merged regions
Javen O'Neal
2016-02-18
1
-9
/
+31
*
Add test which verifies that bug 52684 is not a problem (any more)
Dominik Stadler
2016-02-17
1
-0
/
+24
*
Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ...
Nick Burch
2016-02-11
1
-0
/
+23
*
Allow common tests to do auto-sizing even on SXSSF
Nick Burch
2016-02-11
2
-0
/
+11
*
Adjust test to pass forbidden-apis-check
Dominik Stadler
2016-01-30
1
-3
/
+3
*
Make OldExcelExtractor Closeable to be able to free up resources if getText()...
Dominik Stadler
2016-01-29
1
-14
/
+172
*
Rename test-source file to actual class name to avoid constant recompilations...
Dominik Stadler
2016-01-18
1
-0
/
+0
*
add @Override annotations to ITestDataProviders
Javen O'Neal
2016-01-16
1
-0
/
+8
*
bug 58879: add SpreadsheetVersion to Workbook interface
Javen O'Neal
2016-01-16
2
-1
/
+20
*
Regression in version 3.14-beta1: three or four-part formats with locale id c...
Dominik Stadler
2016-01-13
2
-2
/
+46
*
Bug 58829: Remove some useages of printStackTrace() and some other minor clea...
Dominik Stadler
2016-01-13
4
-27
/
+11
*
Rework test to not catch exception, junit does a good job of handling unexpec...
Dominik Stadler
2016-01-13
1
-92
/
+48
*
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
1
-0
/
+14
*
bug 58043: provide some compatibility between HSSF and XSSF in regards to val...
Dominik Stadler
2016-01-03
2
-2
/
+63
*
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
2
-14
/
+87
*
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
1
-6
/
+6
*
rearrange unit tests into more, smaller functions
Javen O'Neal
2016-01-02
1
-3
/
+29
*
bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ...
Javen O'Neal
2016-01-02
1
-2
/
+182
*
bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.
Javen O'Neal
2016-01-02
1
-0
/
+88
*
Some more unit tests
Dominik Stadler
2016-01-01
1
-0
/
+31
*
Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.
Dominik Stadler
2015-12-30
2
-2
/
+79
*
Eclipse warnings
Dominik Stadler
2015-12-30
5
-9
/
+21
*
whitespace
Javen O'Neal
2015-12-29
1
-1
/
+1
*
bug 58775: use short for data format index, int for cell style index
Javen O'Neal
2015-12-28
1
-2
/
+2
*
bug 58775: add unit test to test for non-built-in data formats
Javen O'Neal
2015-12-28
1
-1
/
+29
*
Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...
Dominik Stadler
2015-12-22
5
-18
/
+56
*
fix forbidden apis issues
Andreas Beeker
2015-12-13
1
-2
/
+2
*
bug 56454: shiftRows incorrectly handle merged regions that do not contain co...
Javen O'Neal
2015-12-06
1
-1
/
+43
*
make test easier to understand using A1 addresses instead of row+col numbers
Javen O'Neal
2015-12-06
1
-2
/
+4
[next]