Hi Kaushik,
I don't know of a direct method to import data from Excel into an ALV grid.
The way we do it is:
- first - use function 'KCD_EXCEL_OLE_TO_INT_CONVERT'
to import data from Excel file into internal table
- second - call ALV Grid and pass the internal table to it
Regards,
Ioana
Add a comment