mirror of https://github.com/apache/poi.git
add test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c13c147446
commit
8d9d916ecd
|
@ -640,6 +640,14 @@ public final class TestSXSSFWorkbook extends BaseTestXWorkbook {
|
|||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
void getStylesSource() throws IOException {
|
||||
try (SXSSFWorkbook workbook = new SXSSFWorkbook()) {
|
||||
assertNotNull(workbook.getXSSFWorkbook().getStylesSource(), "style source available");
|
||||
assertNotNull(workbook.getXSSFWorkbook().getStylesSource().getIndexedColors(), "indexed colors available");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
@Disabled("not implemented")
|
||||
protected void changeSheetNameWithSharedFormulas() {
|
||||
|
|
Loading…
Reference in New Issue