Klasse SetXLSValueProcessor
java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.client.pipe.processors.SetXLSValueProcessor
- Autor:
- sbrocks
sets XLS values from cells specified in configuration,
sheet and file are common to all cells being read
example configuration:
will write value 37 t ocell B7, and the value of parameter test to cell B8 all from sheet "CEM" in file "MaH2/H2master_engl.xls" Possible values for type are "double", "string", "boolean" or "formula" The parameter "updateAllFormulas" indicates whether all formula cells (in all sheets) are updated after setting the cells.CEM MaH2/H2master_engl.xls true 37 ${test}
-
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
-
SetXLSValueProcessor
public SetXLSValueProcessor()
-
-
Methodendetails
-
process
Instance for Category.- Angegeben von:
processin KlasseFWProcessor- Gibt zurück:
- success
- Löst aus:
PipeLineException
-