Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a text file like this::
Name Account Address
-----------------------------------
Abc 1234 London
Def 2345 Usa
Ghe 7890 Italy

I want this to export in excel using c# and each value will be in different cell..
Name,Account, Address will be heading for each column. And under that in each cell the corresponding values will come.
Posted
Updated 15-Jul-14 0:07am
v2
Comments
[no name] 15-Jul-14 6:22am    
Okay.... this is your requirement for some task you need to do. It is not a question or a description of a problem.
ZurdoDev 15-Jul-14 7:19am    
Where are you stuck?

1 solution

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