Skip to Content
0
Former Member
May 27, 2008 at 08:43 AM

Can I use OLE in WebDynpro 4 Abap??

146 Views

I got a complicate request that need to read from an EXCEL template and edit the EXCEL.

the Excel file can only be a normal .XLS file with macro in it,so XML don't work here.

I try to use an OLE object to operate the excel in WD Application but an error happened when create the OLE object. while there's no problem to create it in a normal Report program.

is there any way to use OLE in WD Application??? otherwise i should write program to read the binary file of excel myself....