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 bui开发者_StackOverflow社区ld-box?
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
精彩评论