Options
.NetCore 3 and Excel intereop
I've many scripts that uses Microsoft.Interop to read/write into excel. Any solutions for that yet?
Thanks, AM.
Thanks, AM.
Comments
does the trick to interact w/ a new instance... just need to figure it out how to interact w/ an existing instance now
private static extern int GetRunningObjectTable(int reserved, out IRunningObjectTable prot);
does the trick for using an already open instance... so now I can fully covert some scripts to LinqPAD 6... so cool...