Search results for "excel workflow"
Sort by:
-
Answered
-
Answered
-
-
Answered
-
-
Answeredapp (running on this same Workflow server), all is fine, the excel file is created without issues. However, when I embed this into a LF ... Execute() { // Write your code here. Excel .Application xlApp; Excel .Workbook xlWorkBook; Excel .Worksheet xlWorkSheet; object misValue = System.Reflection.Missing.Value; xlApp = new Excel .Application(); xlWorkBook ......
-
-
Answerededitor but not in the workflow , the script is the only activity in the workflow at the moment. I haven't used the ExportElecDoc function ... Common; using Microsoft.Office.Interop. Excel ; //using SpreadsheetLight; using Excel = Microsoft.Office.Interop. Excel ; public class Script1 : RAScriptClass91 { protected override void Execute() { Session mySess = this ......
-
Answered
-
Answered
-
-
-
-
Answered
-