test
Class TestSheet

java.lang.Object
  extended by test.TestSheet

public class TestSheet
extends java.lang.Object


Constructor Summary
TestSheet()
           
 
Method Summary
 void setUp()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSheet

public TestSheet()
Method Detail

testWrite

public void testWrite(com.extentech.ExtenXLS.WorkBookHandle b,
                      java.lang.String nm)
test write outputs XLS files from our test suites ------------------------------------------------------------

Parameters:
b -
nm -

testAddOverWritingCell

Test exception while adding a cell over an existing Formula cell. Cell Type Mismatch Exception trying to set value of Cell: java.lang.ClassCastException: com.extentech.formats.XLS.formulas.PtgRef cannot be cast to com.extentech.formats.XLS.formulas.Ptg


testAddNumberWithFormatting

Test the WorkSheetHandle.add(Object obj, String address, boolean autoDetectValue) functionality

Throws:
java.lang.Exception

testAddDataTypes

test data types


testAddDupeStrings

test for anomalies in adding duplicate strings


testAddCellsNoTemplate


testAddObjectArrayCells

adds cells from an Object array ------------------------------------------------------------


testXLSX

Read XLSX

Throws:
java.lang.Exception

testAddCellsWithCalcExplicit

Shigeo fastadd532945.sce. Updates cells with Calculate_Explicit setting D10 should not be updated until opened by Excel but is.

Throws:
java.lang.Exception

setUpBeforeClass

Throws:
java.lang.Exception

tearDownAfterClass

Throws:
java.lang.Exception

setUp

Throws:
java.lang.Exception

tearDown

Throws:
java.lang.Exception