Klasse RecalcXLSProcessor
java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.client.pipe.processors.RecalcXLSProcessor
- Autor:
- sbrocks Recalculates the HSSFSheet ${sheet} in the .xls file ${filein}, from ${startcellid} to ${endcellid}, and saves the recalculated to the .xls file ${fileout}, located in the folder ${targetdir} Note: startcell must be to the (upper)left of endcell Note: formulas get changed to the values they calculate to. Note: String formulas are not supported. attention: formulas that where extended across multiple cells in excel by dragging and letting excel automatically change the cells referenced in the formula don't recalculate properly, i suspect a bug in the HSSF library.
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.pipe.control.FWProcessor
iAllreadyLoopedCount, iContainer, iInObservable, iObservable, iProgressTasks -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanprocess()Must be overridden to implement concrete pipe procedure.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
-
RecalcXLSProcessor
public RecalcXLSProcessor()
-
-
Methodendetails
-
process
Beschreibung aus Klasse kopiert:FWProcessorMust be overridden to implement concrete pipe procedure.- Angegeben von:
processin KlasseFWProcessor- Gibt zurück:
- success
- Löst aus:
PipeLineException
-