2012 Jan 27 10:25 AM
Hi all,
Currently in my abap program is we are able to downlaod data from .xls excel file to internal table using OLE2 object.
But it is not doing the same with the .XLSX excel 2007 file.
I need to upload data from .XLSX file to internal table using OLE2 objects.
Is it possible ?. If yes kindly help me in solving this issue.
Thanks in advance,
Kamalakar
2012 Jan 27 10:34 AM
2012 Jan 27 10:48 AM
Hi Karthik,
Thanks for the information iam able upload data into .xlsx i need to download from .xlsx file to internal table
My requirment is end user wont have 2007 fomat installed in his system he just want to upload in to database tables using my program. is it possible ?
Thanks,
Kamalakar.
2012 Jan 27 11:26 AM
Hi Kamalakar,
As i understand, your requirement is to read excel files to sap correct?
https://cw.sdn.sap.com/cw/groups/abap2xlsx
check this project: abap2xlsx which is sap to xlsx ofcourse, but in the source files of this project you also have xlsx reader.
check abap2xlsx code repository there you have one ZDEMO_EXCEL15 which mentions of a reader for xlsx files, see if you get any help from that.
Regards,
Kartik