public final class ExcelReader extends Object
Object
.Modifier and Type | Method and Description |
---|---|
static Map<String,Object[][]> |
readFile(File file)
Reads the Excel file and returns a map with key the sheet name, value the matrix of objects with the values of the cells in the sheet
|
static Object[][] |
readSheet(File file,
String sheetName) |
Copyright © 2018. All rights reserved.