How to Insert/Update the data from Microsoft Excel sheet to Mysql Database? i wants to insert two fields into a particular table, from excel sheet.
For Example: i have two fields in mysql db. (1). Emp id (2). Emp name
Now i need to insert emp id and emp name from excel sheet. i don't wants to use any programming language, i just need to insert into particular table by using excel data.
can you please suggest any queries