Class SetXLSValueProcessor

java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.client.pipe.processors.SetXLSValueProcessor

public class SetXLSValueProcessor extends FWProcessor
Author:
sbrocks sets XLS values from cells specified in configuration, sheet and file are common to all cells being read example configuration: CEM MaH2/H2master_engl.xls true 37 ${test} 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.
  • Constructor Details

    • SetXLSValueProcessor

      public SetXLSValueProcessor()
  • Method Details