| Package | Description |
|---|---|
| org.apache.poi.xssf |
| Modifier and Type | Method and Description |
|---|---|
static XSSFWorkbook |
XSSFParser.parse(File file)
Parse the given InputStream and return a new
XSSFWorkbook instance. |
static XSSFWorkbook |
XSSFParser.parse(InputStream stream)
Parse the given InputStream and return a new
XSSFWorkbook instance. |
static XSSFWorkbook |
XSSFParser.parse(InputStream stream,
boolean closeStream)
Parse the given InputStream and return a new
XSSFWorkbook instance. |
static XSSFWorkbook |
XSSFParser.parse(OPCPackage pkg)
Parse the given
OPCPackage and return a new XSSFWorkbook instance. |
static XSSFWorkbook |
XSSFParser.parse(PackagePart packagePart)
Parse the given
PackagePart and return a new XSSFWorkbook instance. |