Page 1 of 1

excel reader node variable

PostPosted: Fri Jan 29, 2016 8:46 am
by matim
Hello,

i want to access a cell within a excelfile.
i use the excelreader node
is it possible to replace the value in Single Cell with a variable ?

like myVarCell = A10

Mat

Re: excel reader node variable

PostPosted: Mon Feb 01, 2016 4:05 pm
by Thomas Mrozek
Hi Mat,
you'll have to use following script:
WDNodeSetParam,NodeID,ParamID,Value

The 'Value' can be replaced with your Variable 'myVarCell'
It is possible to use it in a script output node as well.

cheers
Thomas

Re: excel reader node variable

PostPosted: Wed Feb 03, 2016 11:58 am
by matim
Hello,
thanks, it work
Mat.