| org.apache.poi.hssf.usermodel.TestSheetHiding
TestSheetHiding | public class TestSheetHiding extends TestCase (Code) | | Tests for how HSSFWorkbook behaves with XLS files
with a WORKBOOK directory entry (instead of the more
usual, Workbook)
|
testHide | public void testHide() throws Exception(Code) | | Turn the sheet with none hidden into the one with
one hidden
|
testHideUnHideFlags | public void testHideUnHideFlags() throws Exception(Code) | | Check that we can get and set the hidden flags
as expected
|
testTextSheets | public void testTextSheets() throws Exception(Code) | | Test that we get the right number of sheets,
with the right text on them, no matter what
the hidden flags are
|
testUnHide | public void testUnHide() throws Exception(Code) | | Turn the sheet with one hidden into the one with
none hidden
|
|
|