Click here to Skip to main content
15,901,666 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I want to upload multi excel file to mysql database like email attachment. Also want to add the progress bar to show the progress of each file.I am using asp.net(VB) and database mysql.


Thanks in advance

Neeraj

[EDIT]Below text was moved from solution 1 - losmac[/EDIT]

I have done one file upload to mysql database.links are given below http://www.codegentechnologies.com/seoweb
What i want to upload multi excel file with progress bar.
Posted
Updated 8-Mar-12 9:18am
v2
Comments
ZurdoDev 7-Mar-12 7:56am    
What have you done so far?

hi I have done one file upload to mysql database.links are given below
www.codegentechnologies.com/seoweb

What i want to upload multi excel file with progress bar.

Thanks
 
Share this answer
 
Comments
Maciej Los 8-Mar-12 15:19pm    
This is not solution! Always use "Improve question" to edit your question. Please, remove your solution.
Suspect you will have to manually extract information from the Excel worksheet and then put into database. You can check if you can use Microsoft.Office.Interop.Excel. . Not sure if that will work on server side. At one time it did not. You can also check out http://www.officewriter.com/[^]. A few years ago I was using the ExcelWriter to create Excel worksheet on in ASP.Net application and downloaded them to the user's machine. If you manually do the conversion then it is possible to have a progress bar, all you have to do is determin the total size of the problem, and then just increment as progress through reading the Excel file.

I also found a link that may also help you but it is for SQL-Server, not mysql:
SQL
Reading Excel file in SQL Server
 
Share this answer
 
v2

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