| Package | Description |
|---|---|
| com.agimatec.utility.fileimport.spreadsheet |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcelCell
Description: Abstraction for a single excel-spreadsheet cell
User: roman.stumm Date: 11.06.2008 Time: 17:21:33 |
| Modifier and Type | Method and Description |
|---|---|
ICell |
IRow.getCell(int num) |
ICell |
ExcelRow.getCell(int num) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ExcelUtils.getBoolean(Map<String,ICell> row,
String columnName) |
static Double |
ExcelUtils.getDouble(Map<String,ICell> row,
String columnName) |
static Integer |
ExcelUtils.getInteger(Map<String,ICell> row,
String columnName) |
static Long |
ExcelUtils.getLong(Map<String,ICell> row,
String columnName) |
static String |
ExcelUtils.getString(Map<String,ICell> row,
String colName) |
Copyright © 2008-2016. All Rights Reserved.