TEST NAME: Test Write Sheet Style
OBJECTIVE: Test that HSSF can create a simple spreadsheet with numeric and string values and styled with colors
and borders.
SUCCESS: HSSF creates a sheet. Filesize matches a known good. HSSFSheet objects
Last row, first row is tested against the correct values (99,0).
FAILURE: HSSF does not create a sheet or excepts. Filesize does not match the known good.
HSSFSheet last row or first row is incorrect.
|