I have a script file(.ccs) with some functions that creates an excel file with data.
How can I compile this file within a c# function? I also have to pass some parameters to it.
I can't find any information on the internet about it. This is the path to the file.
string ccsFile = "C:\\Templates\\myCCSFile.ccs";
ccsscripts so I can't provide insight into the question as asked. That said, one way to create an excel file with C# is to use the COM automation library. You can find information about that here: support.microsoft.com/kb/302084