com.agimatec.utility.fileimport.spreadsheet
Class ExcelUtils

java.lang.Object
  extended by com.agimatec.utility.fileimport.spreadsheet.ExcelUtils

public class ExcelUtils
extends Object

Description: Provides commonly used methods to read data from excel cells

User: roman.stumm
Date: 23.05.13
Time: 15:11
viaboxx GmbH, 2013

Since:
2.5.13

Constructor Summary
ExcelUtils()
           
 
Method Summary
static boolean getBoolean(Map<String,ICell> row, String columnName)
           
static Double getDouble(Map<String,ICell> row, String columnName)
           
static Integer getInteger(Map<String,ICell> row, String columnName)
           
static Long getLong(Map<String,ICell> row, String columnName)
           
static String getString(Map<String,ICell> row, String colName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelUtils

public ExcelUtils()
Method Detail

getString

public static String getString(Map<String,ICell> row,
                               String colName)

getBoolean

public static boolean getBoolean(Map<String,ICell> row,
                                 String columnName)

getInteger

public static Integer getInteger(Map<String,ICell> row,
                                 String columnName)

getLong

public static Long getLong(Map<String,ICell> row,
                           String columnName)

getDouble

public static Double getDouble(Map<String,ICell> row,
                               String columnName)


Copyright © 2008-2015. All Rights Reserved.