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
/
apache
/
poi
/
ss
/
usermodel
/
BaseTestCell.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix eclipse warnings - close resources / type generics
Andreas Beeker
2017-01-15
1
-3
/
+3
*
Use IOUtils.closeQuietly() in more places
Dominik Stadler
2016-10-05
1
-1
/
+3
*
bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...
Javen O'Neal
2016-09-14
1
-4
/
+4
*
bug 59791: make sure hard-coded int literals work for cell type
Javen O'Neal
2016-08-22
1
-0
/
+2
*
bug 59791: improve Cell.CELL_TYPE_* backwards compatibility
Javen O'Neal
2016-08-22
1
-0
/
+30
*
test Cell.setCellValue(false)
Javen O'Neal
2016-07-21
1
-24
/
+26
*
bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage
Javen O'Neal
2016-07-17
1
-3
/
+4
*
bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...
Javen O'Neal
2016-07-04
1
-6
/
+6
*
bug 59791: getCellType and getCachedFormulaResultType should return an intege...
Javen O'Neal
2016-07-04
1
-39
/
+39
*
bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*
Javen O'Neal
2016-07-04
1
-3
/
+3
*
bug 59791: convert Cell Type to an enum
Javen O'Neal
2016-07-04
1
-77
/
+79
*
add unit test for Cell.getCellComment
Javen O'Neal
2016-06-17
1
-0
/
+31
*
add test coverage for TestSXSSFCell.toString() on blank and date cells
Javen O'Neal
2016-04-06
1
-0
/
+19
*
bug 59264: use BorderStyle for changing Cell border line style
Javen O'Neal
2016-04-05
1
-10
/
+10
*
fix eclipse warnings
Andreas Beeker
2016-03-21
1
-74
/
+62
*
Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...
Dominik Stadler
2015-12-22
1
-1
/
+19
*
bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress,
Javen O'Neal
2015-12-04
1
-0
/
+18
*
testBool/testErr: check values before writeOutAndReadBack
Javen O'Neal
2015-11-30
1
-2
/
+11
*
fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua...
Javen O'Neal
2015-11-30
1
-16
/
+15
*
whitespace
Javen O'Neal
2015-11-30
1
-618
/
+618
*
break testBoolErr into 2 unit tests. The test shouldn't be aware of the under...
Javen O'Neal
2015-11-30
1
-16
/
+63
*
bug58452: set cell formulas containing unregistered function names
Javen O'Neal
2015-10-31
1
-0
/
+39
*
#58558 SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF a...
Nick Burch
2015-10-28
1
-1
/
+33
*
close resources in junit tests
Andreas Beeker
2015-09-20
1
-74
/
+84
*
Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...
Andreas Beeker
2015-09-07
1
-13
/
+44
*
Fix DAYS360 for US/EU handling
Andreas Beeker
2015-09-01
1
-1
/
+3
*
Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...
Dominik Stadler
2015-04-03
1
-0
/
+72
*
Move some tests to the base test class where applicapple
Dominik Stadler
2015-01-05
1
-1
/
+117
*
Fix Eclipse warnings, unnecessary casts, use generics, static access...
Dominik Stadler
2014-12-28
1
-2
/
+2
*
Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked()
Yegor Kozlov
2011-06-24
1
-0
/
+35
*
initial support for SXSSF tests
Yegor Kozlov
2011-05-18
1
-12
/
+12
*
change cell type to error when setting Double.NaN or Infinities, see Bugzill...
Yegor Kozlov
2010-09-04
1
-0
/
+55
*
More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to C...
Josh Micich
2009-12-03
1
-6
/
+70
*
removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...
Yegor Kozlov
2009-09-13
1
-0
/
+0
*
avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell
Yegor Kozlov
2009-04-20
1
-1
/
+7
*
Fixed XSSFCell to preserve cell style when cell value is set to blank, also a...
Yegor Kozlov
2009-04-17
1
-3
/
+16
*
Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common...
Josh Micich
2009-04-11
1
-333
/
+357
*
improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...
Yegor Kozlov
2009-03-27
1
-8
/
+116
*
update cell type when setting cached formula result in XSSFCell, also improve...
Yegor Kozlov
2009-03-22
1
-0
/
+277