Compiling applications using MS Office Interop assemblies -


I need to create a C #-application that uses the Excel Interop assembly on a dedicated build-computer. Is there any way to do this without installing MS Office on build-box?

You can use it to use OpenXMLSDK and use that on your build box without using Office Binaries .


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -