Generate Excel files on server
Hello,
I want to create a C# application running on a Windows 2003 server. This application retrieves data from a database, performs some modifications then creates an Excel file on a shared folder on the server. Then at any time, users on the network can get the file to see the formatted data.
There is no web involved. It is a service running on the server that creates periodically the Excel file.
Is there a way to do that without having Excel installed on the server?
Thanks,
David.
|