08-18-2010, 02:41 PM
I am not able to import the data from external .xlsx file using importsheer method....below is the code 'm using
I made sure that the myfile has the first sheet named as mydata.
But when running the code, the data is not getting imported.
Can anyone help me with this
Code:
Datatable.addsheet(mydata)
datatable.importsheet "C:\myfile.xlsx",mydata,mydata
But when running the code, the data is not getting imported.
Can anyone help me with this