public class ReadableWorkbook extends Object implements Closeable
| Constructor and Description |
|---|
ReadableWorkbook(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Optional<Sheet> |
findSheet(String name) |
Sheet |
getFirstSheet() |
Optional<Sheet> |
getSheet(int index) |
Stream<Sheet> |
getSheets() |
boolean |
isDate1904() |
static boolean |
isOLE2Header(byte[] bytes) |
static boolean |
isOOXMLZipHeader(byte[] bytes) |
public ReadableWorkbook(InputStream inputStream) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic boolean isDate1904()
public Sheet getFirstSheet()
public static boolean isOOXMLZipHeader(byte[] bytes)
public static boolean isOLE2Header(byte[] bytes)
Copyright © 2018. All rights reserved.