Hi ,
Am looking converter for xls to sql converter .
Or
Is There any script for insert from xls spread sheet to table ,
Regards
Bharanikumar
Hi ,
Am looking converter for xls to sql converter .
Or
Is There any script for insert from xls spread sheet to table ,
Regards
Bharanikumar
You can convert your xls file to a simple csv file, and then use the LOAD DATA INFILE statement. Type "help LOAD DATA" in your SQL client to get more help on this statement.