Application Development 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: 

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

0 Kudos

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

Sandra_Rossi
Active Contributor
0 Kudos

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?