Link to home
Start Free TrialLog in
Avatar of scissorhand
scissorhand

asked on

ASP .Net: Create excel file using excel object

I need to create excel file and make use of excel feature to process the data. Can anyone educate me on how to create excel fle using excel object? Thanx
Avatar of mmarksbury
mmarksbury

You can use the Microsoft Office Interop.  In your web app, go to add reference, select the tab that lists assemblies and find the office interop.

Keep in mind, it is not a good idea to be doing this type of processing on a web server because you will sustain high CPU and memory usage with that assembly.
ASKER CERTIFIED SOLUTION
Avatar of JonathanTheMan
JonathanTheMan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial