public class MatrixXLSImporter extends AbstractMatrixExcelImporter
| Constructor and Description |
|---|
MatrixXLSImporter() |
| Modifier and Type | Method and Description |
|---|---|
DenseObjectMatrix2D |
importFromXLS(File file,
int sheetNumber) |
DenseObjectMatrix2D |
importFromXLS(InputStream inputStream,
int sheetNumber) |
DenseObjectMatrix2D |
importFromXLS(String filename,
int sheetNumber) |
importFromSheet, importFromWorkbookpublic DenseObjectMatrix2D importFromXLS(File file, int sheetNumber) throws org.apache.poi.openxml4j.exceptions.InvalidFormatException, IOException
org.apache.poi.openxml4j.exceptions.InvalidFormatExceptionIOExceptionpublic DenseObjectMatrix2D importFromXLS(String filename, int sheetNumber) throws org.apache.poi.openxml4j.exceptions.InvalidFormatException, IOException
org.apache.poi.openxml4j.exceptions.InvalidFormatExceptionIOExceptionpublic DenseObjectMatrix2D importFromXLS(InputStream inputStream, int sheetNumber) throws org.apache.poi.openxml4j.exceptions.InvalidFormatException, IOException
org.apache.poi.openxml4j.exceptions.InvalidFormatExceptionIOExceptionCopyright © 2015 Universal Java Matrix Package. All rights reserved.