Forum Discussion

jcatayong's avatar
jcatayong
Contributor
7 years ago

Error on running the JScript to write data on Excel

function Main() { var fileName = "<Path_To_The_File>"; var sheetName = "Sheet1";   WriteExcelSheet(fileName, sheetName) }   function WriteExcelSheet(fname, sheetName) ...