[Progress Communities] [Progress OpenEdge ABL] Forum Post: Load excel document using Infragistics

  • Thread starter Thread starter atuldalvi123
  • Start date Start date
Status
Not open for further replies.
A

atuldalvi123

Guest
Hello, I am using below code as a sample test to load the excel file using the Infragistics objects but it fails, getting error message as " Could not locate method 'Load' with matching signature in class 'Infragistics.Documents.Excel.Workbook'. (14457) ** Could not understand line 8. (196) " Pls suggest. --------- Code ------------------------ USING Infragistics.Documents.Excel.*. USING Infragistics.Documents.Core.*. DEFINE VARIABLE VWorkbook AS Workbook NO-UNDO. DEFINE VARIABLE VWorksheet AS Worksheet NO-UNDO. VWorkbook = Infragistics.Documents.Excel.Workbook:Load("c:\tmp\test.xls").

Continue reading...
 
Status
Not open for further replies.
Back
Top