MobyDX
MobyDX

Reputation: 1558

Compiling applications using MS Office Interop assemblies

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

Answers (1)

Mat Powell
Mat Powell

Reputation: 11

You could use the OpenXMLSDK and use that without having to use the Office binaries on your build box.

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c6e744e5-36e9-45f5-8d8c-331df206e0d0&DisplayLang=en

Upvotes: 1

Related Questions