Package | Description |
---|---|
com.qoppa.office |
This package contains the main classes to load and convert MS Word documents.
|
Constructor and Description |
---|
ExcelDocument(byte[] byteArray,
ExcelConvertOptions opts)
Load an Excel file from a byte array.
|
ExcelDocument(InputStream inputStream,
ExcelConvertOptions opts)
Load an Excel document from an input stream.
|
ExcelDocument(String filePath,
ExcelConvertOptions opts)
Load an Excel document from a file - with convert options
|
ExcelDocument(URL url,
ExcelConvertOptions opts)
Load an Excel file from a URL.
|