Method Summary |
|
public static void | main(String[] ignored_args) |
public void | testBackupRecord() Test the backup field gets set as expected. |
public void | testManyRows() |
public void | testModifyEmployee() TEST NAME: Test Modify Employee Sheet
OBJECTIVE: Test that HSSF can read a simple spreadsheet with string values and replace
them with other string values despite any styling. |
public void | testModifySimple() TEST NAME: Test Modify Sheet Simple
OBJECTIVE: Test that HSSF can read a simple spreadsheet with a string value and replace
it with another string value.
SUCCESS: HSSF reads a sheet. |
public void | testModifySimpleWithSkip() TEST NAME: Test Modify Sheet Simple With Skipped cells
OBJECTIVE: Test that HSSF can read a simple spreadsheet with string values and replace
them with other string values while not replacing other cells.
SUCCESS: HSSF reads a sheet. |
public void | testModifySimpleWithStyling() TEST NAME: Test Modify Sheet With Styling
OBJECTIVE: Test that HSSF can read a simple spreadsheet with string values and replace
them with other string values despite any styling. |
public void | testReadEmployeeSimple() TEST NAME: Test Read Employee Simple
OBJECTIVE: Test that HSSF can read a simple spreadsheet (Employee.xls).
SUCCESS: HSSF reads the sheet. |
public void | testReadSheetWithRK() TEST NAME: Test Read Sheet with an RK number
OBJECTIVE: Test that HSSF can read a simple spreadsheet with and RKRecord and correctly
identify the cell as numeric and convert it to a NumberRecord. |
public void | testReadSimple() TEST NAME: Test Read Simple
OBJECTIVE: Test that HSSF can read a simple spreadsheet (Simple.xls).
SUCCESS: HSSF reads the sheet. |
public void | testReadSimpleWithDataFormat() TEST NAME: Test Read Simple w/ Data Format
OBJECTIVE: Test that HSSF can read a simple spreadsheet (SimpleWithDataFormat.xls).
SUCCESS: HSSF reads the sheet. |
public void | testRepeatingBug() This tests is for bug [ #506658 ] Repeating output. |
public void | testRepeatingColsRows() |
public void | testWriteDataFormat() TEST NAME: Test Read/Write Simple w/ Data Format
OBJECTIVE: Test that HSSF can write a sheet with custom data formats and then read it and get the proper formats.
SUCCESS: HSSF reads the sheet. |
public void | testWriteModifySheetMerged() TEST NAME: Test Write/Modify Sheet Simple
OBJECTIVE: Test that HSSF can create a simple spreadsheet with numeric and string values,
remove some rows, yet still have a valid file/data.
SUCCESS: HSSF creates a sheet. |
public void | testWriteModifySheetSimple() TEST NAME: Test Write/Modify Sheet Simple
OBJECTIVE: Test that HSSF can create a simple spreadsheet with numeric and string values,
remove some rows, yet still have a valid file/data.
SUCCESS: HSSF creates a sheet. |
public void | testWriteSheetSimple() TEST NAME: Test Write Sheet Simple
OBJECTIVE: Test that HSSF can create a simple spreadsheet with numeric and string values.
SUCCESS: HSSF creates a sheet. |