Extract embedded excel file from word document

Joined
May 8, 2020
Messages
2
Reaction score
0
I am trying to extract embedded excel file from word document . I am getting program ID for OLEFormat as Excel.Sheet.8. Which version of excel is used to to embed this file in word.I have office 365 installed on my machine.
Also i am getting "error hresult e_fail has been returned from a call to a com component " error while accessing the inlineShape.OLEFormat.ClassType
 
Top