I have a requirement to export the results of a SQL query to excel. I am currently exporting it into 2007 format, but everything I have found will only run in a x86 enviroment. The web site where the export is to take place is running on a x64 version of IIS.
Changing IIS to run x86 is not an option. My current solution is to save the export request to a DB, and write a windows service that can run in x86 and use that service to process the request.
I have started to look at the Open XML Format SDK 2.0 as a possible better solution.
Has anyone got any experence that would lend to a native .NET solution.
FYI: My budget is $0.00 so buying a tool is a no-go.