I am currently fetching real time data which i get in my excel sheet using
=rtd(some parameters)
the way RTD
function evaluates those parameters and gives some value, is there a similar function in php/some other that can do the same, passing the above parameters.
thank you...