Click here to Skip to main content
15,888,162 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to develop a C# console application that will read one excel file and make copy of that file first.
Then in the copied file i need to add one column at 2nd last position in excel and remove the 2nd column from the copied excel.
The added column will have count of some applications.

Then the whole excel content should be placed in the email body. (Note: I dont want to send attachment).
and it should trigger email to the specified person in CC.

Please let me know if any other details are required.

Thanks in advance.
Posted
Comments
Sandeep Mewara 24-Jul-12 9:20am    
What is the question here? Where are you stuck?

You got details on what to do, tried anything?
archies_gall 24-Jul-12 12:07pm    
I have developed a code that will read the data from excel and dispaly it in the html table format in the email body.
But now i want to create a copy of a main excel and edit the copied excel.
In copied excel i want to delete one column and add one column.

After that i want the content of excel to be displayed in the email body.

Please let me know if you require any more information on this.

Thanks :)

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