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....