@PublicAPI public class WorkbookHandlerFactory extends java.lang.Object
Constructor and Description |
---|
WorkbookHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
static IWorkbookReader |
createWorkbookReader(java.io.InputStream inputStream)
Creates an Xlsx document reader object, which will read from the stream given in the
inputStream parameter
|
static IWorkbookReader |
createWorkbookReader(java.lang.String filePath)
Creates an Xlsx document reader object, which will read from the file given in the filepath
parameter.
|
public static IWorkbookReader createWorkbookReader(java.lang.String filePath) throws java.lang.Exception
filePath
- the path of the file from where the xlsx document should be readjava.lang.Exception
public static IWorkbookReader createWorkbookReader(java.io.InputStream inputStream) throws java.lang.Exception
inputStream
- the input stream from where the document should be readjava.lang.Exception