Click here to Skip to main content
15,883,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have following scenario,
C:\test.xls
test.xls have following columns,
column1 column2 column3
1 a a a
2 b b b
3 c c c

Now, I need to insert a new column in test.xls programatically as follow,
column0 column1 column2 column3
1 test a a a
2 test b b b
3 test c c c

Can anyone please help me in .Net using C#.
I appreciate help in this.
Posted

1 solution

What have you tried ? Did you try google ? First google hit[^]. I believe the Microsoft Tools for Office are what you'll need to download. Seeing as it appears you have no access to Google, here[^] you go.
 
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