Klasse GetXLSValueProcessor
java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.client.pipe.processors.GetXLSValueProcessor
- Autor:
- sbrocks
gets XLS values from cells specified in configuration,
sheet and file are common to all cells being read
example configuration:
will write the value from the cellreference contained in testparam to the outParameter "testOutParam". will write value from B7 to outParameter "CEM_MezPop" and from B8 to "CEM_Mez_Ani", all from sheet "CEM" in file "MaH2/H2master_engl.xls" The parameter "updateAllFormulas" indicates whether all formula cells (in all sheets) are updated before reading (if set toCEM MaH2/H2master_engl.xls true ${testparam} B7 B8 falsea formula cell is evaluated when read).
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.pipe.control.FWProcessor
iAllreadyLoopedCount, iContainer, iInObservable, iObservable, iProgressTasks -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden net.simplace.pipe.control.FWProcessor
checkInParameterMap, checkOutParameterMap, clone, containsParameter, createProcessor, createProcessor, fireTaskEvent, getAllStringInParameters, getConfiguration, getInitialParameters, getInParameter, getInParameter, getInParameters, getNewProgressTask, getOutParameter, getOutParameterKeys, getPipeLine, getProgressTask, getStringInParameter, getStringInParameter, getSystemID, hasConfiguration, isEndOfPipe, pipe, removeOutParameter, setConfiguration, setEndOfPipeFlag, setInitialParameters, setInParameterMap, setLoopedCount, setOutParameter, setStateOfTask, setStateProgressing, toXML
-
Konstruktordetails
-
GetXLSValueProcessor
public GetXLSValueProcessor()
-
-
Methodendetails
-
process
Instance for Category.- Angegeben von:
processin KlasseFWProcessor- Gibt zurück:
- success
- Löst aus:
PipeLineException
-