Tag: Office
-
How to Build Excel Report Output: COM Automation, Open XML, and Template-Based Tradeoffs
A practical decision guide for building Excel report output in Windows applications and business systems, comparing COM automation, direct xlsx generation, t...
-
How to Use a .NET 8 DLL from VBA with Early Binding via COM and dscom
A practical guide to exposing a .NET 8 class library through COM, generating a type library with dscom, and using it from VBA with early binding instead of l...