Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
iam workin on asp.net 4 web site
i have some excel files uploaded on server
what i need to do depending on users entry
i make some modification on that excel file from code with out displaying the excel file
for example if user write in quantity filed 5
i go to excel file update cell b4 to 5
something like that

i try to work using Microsoft.Office.Interop.Excel
but the problem is the server that host my web site
no ms excel install on it
so how i can make modification on that file
waiting for any help
Posted

1 solution

Use a component like the following for Excel processing: http://epplus.codeplex.com/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900