Is there a way to change with C# a text file to an Excel file? The text file has delimiter of tab. This is too complicated for my user. Just thought there might be a way.
Thank you for any help.
arep
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmesh SharmaPosted Oct 3, 2012, 4:34 PM
first get all thing in a collection by separate with delimiters and this array bind to grid
after that this grid you can export to excel files
or other option is collect all data sap rate with delimit res and add to tables in c# code and export to excel
thanks
Dharmesh Sharma
www.dharmeshsharma.com