Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Can we bring data from MicrosoftExcel to a VB.Net form by using a button Browse?
Posted
Comments
Sandeep Mewara 25-Apr-11 14:13pm    
Incomprehensible.

Yeah, you can.

Google for "Reading Excel VB.NET" and you'll get tons of results.

The usual tricks involve using Excel's COM interface via RCW, converting to CSV and then parsing that directly, connecting via ODBC/OleDB, and even using 3rd party API that can directly read and parse Excel. What you choose will depend on your requirements and scenario.
 
Share this answer
 
Comments
Simon_Whale 25-Apr-11 12:32pm    
Yeah what he said :)) +5
Sergey Alexandrovich Kryukov 25-Apr-11 12:50pm    
Sure, a 5.
--SA
Short answer - yes. Just give it a try and come back with problems you face during implementation.
 
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