Hi guys,
In my coding I am using KCD_EXCEL_OLE_TO_INT_CONVERT function module to upload data from excel file to an internal table, because
- here the the starting row in excel file the data to be uploaded begins from 3rd onwards so TEXT_CONVERT_XLS_TO_SAP fm can't be used,
- and other function module like ALSM_EXCEL_TO_INTERNAL_TABLE doesn't support uploading data from new version of excel file i.e. 2013 version.
So my query is that is there any way to skip the 2nd row in the excel file and use the function module TEXT_CONVERT_XLS_TO_SAP to upload the excel file data to the internal table.
If there is any logic please show me. Thanks in advance.