| org.apache.poi.hssf.usermodel.TestUppercaseWorkbook
TestUppercaseWorkbook | public class TestUppercaseWorkbook extends TestCase (Code) | | Tests for how HSSFWorkbook behaves with XLS files
with a WORKBOOK directory entry (instead of the more
usual, Workbook)
|
testOpen | public void testOpen() throws Exception(Code) | | Test that we can open a file with WORKBOOK
|
testWrite | public void testWrite() throws Exception(Code) | | Test that when we write out, we go back to the correct case
|
testWritePreserve | public void testWritePreserve() throws Exception(Code) | | Test that when we write out preserving nodes, we go back to the
correct case
|
|
|