com.agimatec.utility.fileimport.spreadsheet
Class ExcelImportProcessor
java.lang.Object
com.agimatec.utility.fileimport.ImporterProcessor
com.agimatec.utility.fileimport.LineImportProcessor
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
| 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 |
ExcelImportProcessor
public ExcelImportProcessor(LineImporterSpec spec,
Importer importer)
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.