I have a VB.Net application and once the data in the Gridview is populated I require it to be exported to an Excel sheet. Access (.MDB) is the database used.
Please help!
Any awesome links or tips?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest that you read throught the Gridview and write the info in a .csv file, using ‘,’ (commas) as your separator (delimiter). Then you can just upload that file to your database (probably check if there already is one in the db, then just delete and override)
Hope this helps,
KrizD