Reputation: 1558
I need to build a C#-application that uses the Excel interop assemblies on a dedicated build-computer. Is there any way to do that without installing MS Office on the build-box?
Upvotes: 1
Views: 888
Reputation: 11
You could use the OpenXMLSDK and use that without having to use the Office binaries on your build box.
Upvotes: 1