Excel to a temp-table upload

abhi0024

New Member
Hi,

I was trying to upload some data from an excel sheet (not CSV) to a temp-table used in QAD .NET

QAD .NET version: QAD Enterprise Applications 2009
Progress version: OpenEdge Release 10.1C04

when I worked in GUI, i used
CREATE "Excel.Application" hExcel.
hWorkbook = hExcel:Workbooks:ADD().

but it does not work now for QAD .NET.

Is there a way I can accomplish this ?

--
Abhi
 
Top