*/
@Test
public void supports_not() {
ExcelRuleExtractor extractor = new LegacyExcelRuleExtractor();
Sheet sheet = sheet("invalid.xls");
assertThat(extractor.supports(sheet), is(false));
}
/**
* total condition - ignore.
* @throws Exception if failed