How do you embed an Excel spreadsheet into a DWG?
Linking means the .xls(x) is somewhere else but we hold a reference to the spreadsheet.
Embedding would mean the Excel object, the spreadsheet and its information is actually inside the DWG. I Haven't tinkered with that possibility yet, how did you manage to achieve it?
Besides from that.
Whether you have the Excel file inside the DWG or just a link to it, just open the Excel object like you would any Excel file, either early or latebound.
Some say "Write in early bound, compile, debug and then translate into late bound", for performance and compability reasons of course.
If you're looking into writing something quick, just do early bound and don't waste time translating.
If you have the time, early bound and then late bound. Creating a custom class can do wonders.