Click here to Skip to main content
16,022,538 members

Comments by ImmeShea (Top 2 by date)

ImmeShea 27-Nov-15 2:58am View    
You should reconsider using of excel's automation in .NET web application, see here why (in short it's not intended to be use on server side and you can encounter a lot of unexpected issues). Instead you could try out a C# component for excel's processing, which is safe to use in ASP.NET environment.
ImmeShea 26-Nov-15 7:46am View    
The question is tagged with "WPF", but the provided answer is for ASP.NET's GridView control, so I'm not sure which GridView control are you referring to.
Nevertheless I would suggest you to check out this C# library for excel's workbooks. It is a general purpose library so you can use it in both WPF and ASP.NET and it can enable you to generate the required excel file from various sources (including from any of those controls)