I have an excel sheet which I have a column of 3 mixed data separated by a column.
I want to separate that data by comma and insert into three different Fields in Mysql.
I have an excel sheet which I have a column of 3 mixed data separated by a column.
I want to separate that data by comma and insert into three different Fields in Mysql.
Copyright © 2021 Jogjafile Inc.

You have to create CSV file for this. So convert your XLS file in to CSV by Save AS & use below links will help