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.github.spotbugs-6.1.4
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
/
ooxml
/
testcases
/
org
/
apache
/
poi
/
xssf
/
streaming
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update library versions
Andreas Beeker
2020-08-18
1
-20
/
+16
*
Activate Forbidden-Apis-Check also for other tests
Andreas Beeker
2020-08-17
1
-3
/
+1
*
#64411 - Provide JigSaw modules
Andreas Beeker
2020-07-22
5
-63
/
+65
*
rename internal method
PJ Fanning
2020-07-13
1
-2
/
+2
*
get TestDeferredSXSSFWorkbook to use DeferredSXSSFWorkbook in all of its tests
PJ Fanning
2020-07-06
1
-31
/
+35
*
add test case
PJ Fanning
2020-07-03
1
-2
/
+26
*
rename classes as DeferredSXSSF instead of EmittingSXSSF
PJ Fanning
2020-07-03
1
-20
/
+20
*
remove some unnecessary tests
PJ Fanning
2020-06-28
1
-208
/
+4
*
[github-184] New EmittingSXSSFWorkbook. Thanks to mobreza. This closes #184
PJ Fanning
2020-06-28
1
-0
/
+488
*
remove some deprecated methods from Cell
PJ Fanning
2020-06-27
1
-17
/
+0
*
Fix some IDE warnings, remove usage of deprecated methods
Dominik Stadler
2020-04-24
1
-1
/
+2
*
[bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. ...
PJ Fanning
2020-04-09
2
-15
/
+31
*
Replace manual close with try-with-resources
Dominik Stadler
2019-12-15
3
-27
/
+13
*
Adjust some JavaDoc and fix some IDE warnings
Dominik Stadler
2019-12-14
1
-2
/
+3
*
Close file-resources in unit-tests, fix IDE warnings
Dominik Stadler
2019-08-15
1
-1
/
+18
*
Bug 63073: Adjust returned index of merged regions and verify all calls in tests
Dominik Stadler
2019-04-23
2
-7
/
+7
*
pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...
Vladislav Galas
2019-01-26
1
-4
/
+5
*
made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...
Vladislav Galas
2019-01-26
1
-0
/
+5
*
purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...
Vladislav Galas
2019-01-26
1
-2
/
+2
*
setCellFormula: blank cell gets value 0, non-blank value is preserved
Vladislav Galas
2019-01-26
1
-1
/
+10
*
unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja...
Vladislav Galas
2019-01-07
1
-0
/
+32
*
Improved test coverage for *Cell classes
Vladislav Galas
2019-01-04
1
-3
/
+66
*
Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl...
Vladislav Galas
2019-01-03
1
-0
/
+32
*
Run Cell-tests on HSSF as well and make handling of null-values consistent ac...
Dominik Stadler
2018-12-28
1
-12
/
+0
*
Bug 61532: Fix setting values/types during formula evaluation for SXSSF
Dominik Stadler
2018-12-28
1
-4
/
+7
*
Code-style: Unify how arrays are specified from C-style to normal Java-style
Dominik Stadler
2018-12-25
1
-2
/
+2
*
Set NOSONAR, adjust test slightly and reformat code
Dominik Stadler
2018-10-26
1
-28
/
+31
*
code formatting
PJ Fanning
2018-07-11
2
-6
/
+6
*
#59268 - add license header / escape unicode string
Andreas Beeker
2018-06-22
1
-1
/
+26
*
#59268 - Work on providing an updated version of XMLBeans
Andreas Beeker
2018-06-22
1
-0
/
+42
*
#60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Output...
Andreas Beeker
2018-06-14
1
-13
/
+16
*
Bug 62187 - commit Commons Compress unrelated changes
Andreas Beeker
2018-04-25
1
-81
/
+31
*
[bug-62216] add test case
PJ Fanning
2018-04-02
1
-1
/
+14
*
tidy up API for font index
PJ Fanning
2018-02-26
2
-2
/
+2
*
further uptake of int methods for font lookups
PJ Fanning
2018-02-22
2
-2
/
+2
*
[github-81] Formula adjusting in context of column shifting. Thanks to Dragan...
PJ Fanning
2018-01-30
1
-0
/
+14
*
remove unnecessary test override
PJ Fanning
2018-01-09
1
-9
/
+0
*
use StandardCharsets
PJ Fanning
2017-12-19
1
-5
/
+1
*
Bug 61148: Fix calculating formula value, unfortunately we currently need to ...
Dominik Stadler
2017-09-19
2
-4
/
+26
*
Fix some IntelliJ warnings
Dominik Stadler
2017-09-19
1
-4
/
+1
*
60805 (partial) -- remove/suppress println in tests
Tim Allison
2017-09-19
2
-3
/
+0
*
While working on bug 61148 I found that getCellType() and setCellErrorValue()...
Dominik Stadler
2017-09-19
1
-0
/
+2
*
update getCellType to return CellType enum instead of int
PJ Fanning
2017-09-18
1
-4
/
+4
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
3
-7
/
+7
*
[Bug-61048] SXSSF module writes wrong escape sequence for carriage returns
PJ Fanning
2017-08-09
1
-0
/
+19
*
avoid unnecessary string concats in SXSSF SheetDataWriter
PJ Fanning
2017-07-13
1
-1
/
+1
*
[Bug 61246] remove flush method
PJ Fanning
2017-07-03
1
-2
/
+2
*
[Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars repl...
PJ Fanning
2017-07-03
1
-0
/
+75
*
bug 56557: open test-data/spreadsheet/56557.xlsx such that the unit test test...
Javen O'Neal
2017-06-20
1
-8
/
+2
*
Don't try to clone a chart, this makes integration-tests work for a few more ...
Dominik Stadler
2017-06-18
1
-1
/
+1
[next]