This is the definition of function LoadFileAsEmbedded:
![Capture.PNG]()
So it can only load external file.
You need temporarily save the excel file to local driver so it becomes external file. Then use above function to load the file.(note use file name).
At last delete the file.