Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends ,
In my application i want to browse excel sheet data into text box ...
(For example my Excel sheet have multiple names. I have to show all the names in textbox )....
Thanks friends....
Posted

1 solution

Hi,

1.Fetch the corresponding column data from excel put into stringbuilder.
2.from that string you can put into textbox easier!
 
Share this answer
 
Comments
ramuAlla 22-Mar-12 7:03am    
May I know how to fetch data to stringbuilder from Excel ...
visnumca123 22-Mar-12 7:53am    
http://www.dotnetspider.com/forum/286474-How-read-data-from-Excel-sheet-asp-net-using-c.aspx

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