Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data upload to .XLSX file - problem using OLE2 object ?

Former Member
0 Likes
824

Hi all,

Currently my abap program is able to upload 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.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
547

First, please ask moderators (abuse button) to remove your duplicated post.

About your question, the interest of xlsx is to not use OLE. This is an easily readable xml format : just upload it, get the data you want through iXML (or using transformations). Why do you want to use OLE?