Excel To Mysql Database
in this post i am going to tell you how to insert data from excel and export it to database the code is as follows
you can see how i readed from an csv to an array and then i insert it to a database bufferedreader class is used to read data from the csv file D.p is the variable which holds the file path csv usually split columns using "," so split funtion is used to seperate the values from the column
Comments
Post a Comment