Create Excel files from C# without office
Posted
by tbischel
on Stack Overflow
See other posts from Stack Overflow
or by tbischel
Published on 2010-04-16T17:19:15Z
Indexed on
2010/04/16
17:23 UTC
Read the original article
Hit count: 255
I am writing a program that generates excel reports, currently using the Microsoft.Interop.Excel reference. My dev computer has Excel on it, but the end user may or may not have Office installed. Will this tool fail if Office isn't installed on the end users computer, or is this interop service separate from the actual application?
© Stack Overflow or respective owner