| org.apache.poi.hssf.usermodel.TestHSSFCell
TestHSSFCell | public class TestHSSFCell extends TestCase (Code) | | Tests various functionity having to do with HSSFCell. For instance support for
paticular datatypes, etc.
author: Andrew C. Oliver (andy at superlinksoftware dot com) author: Dan Sherman (dsherman at isisph.com) author: Alex Jacoby (ajacoby at gmail.com) |
testActiveCell | public void testActiveCell() throws Exception(Code) | | Tests that the active cell can be correctly read and set
|
testBoolErr | public void testBoolErr() throws java.io.IOException(Code) | | test that Boolean and Error types (BoolErrRecord) are supported properly.
|
testDateWindowingRead | public void testDateWindowingRead() throws Exception(Code) | | Checks that the recognition of files using 1904 date windowing
is working properly. Conversion of the date is also an issue,
but there's a separate unit test for that.
|
testDateWindowingWrite | public void testDateWindowingWrite() throws Exception(Code) | | Checks that dates are properly written to both types of files:
those with 1900 and 1904 date windowing. Note that if the
previous test (
TestHSSFCell.testDateWindowingRead ) fails, the
results of this test are meaningless.
|
testFormulaStyle | public void testFormulaStyle() throws java.io.IOException(Code) | | test that Cell Styles being applied to formulas remain intact
|
|
|