com.agimatec.utility.fileimport.spreadsheet
Class ExcelImportProcessor

java.lang.Object
  extended by com.agimatec.utility.fileimport.ImporterProcessor
      extended by com.agimatec.utility.fileimport.LineImportProcessor
          extended by com.agimatec.utility.fileimport.spreadsheet.ExcelImportProcessor

public class ExcelImportProcessor
extends LineImportProcessor

Description: The processor class used by the ExcelImporterSpec. It offers utility methods to get cell values from ExcelCells. See ExcelImporterSpec for more information.

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

Since:
2.5.13
See Also:
Examples using this class with SharedExcelRowReaderFactory

Field Summary
 
Fields inherited from class com.agimatec.utility.fileimport.LineImportProcessor
currentLine, currentRow, headerLine, lineReader, spec
 
Fields inherited from class com.agimatec.utility.fileimport.ImporterProcessor
cancelled, errorCount, importer, lastError, rowCount
 
Constructor Summary
ExcelImportProcessor(LineImporterSpec spec, Importer importer)
           
 
Method Summary
 boolean getBoolean(String colName)
           
 Double getDouble(String colName)
           
 Integer getInteger(String colName)
           
 Long getLong(String colName)
           
 String getString(String colName)
           
 Time getTime(String colName)
           
 
Methods inherited from class com.agimatec.utility.fileimport.LineImportProcessor
getCurrentLine, getCurrentRow, getHeaderLine, getLineReader, getSpec, importFrom, importRow, release, setCurrentLine, setCurrentRow, setFieldValue, setHeaderLine, setLineReader, transferRow
 
Methods inherited from class com.agimatec.utility.fileimport.ImporterProcessor
getErrorCount, getErrorWriter, getImporter, getLastError, getRowCount, handleException, handleRowException, isCancelled, log, logFinished, setCancelled, setErrorWriter, setLastError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelImportProcessor

public ExcelImportProcessor(LineImporterSpec spec,
                            Importer importer)
Method Detail

getString

public String getString(String colName)

getBoolean

public boolean getBoolean(String colName)

getInteger

public Integer getInteger(String colName)

getLong

public Long getLong(String colName)

getTime

public Time getTime(String colName)

getDouble

public Double getDouble(String colName)


Copyright © 2008-2015. All Rights Reserved.