I have a excel worksheet (.xls). I need to convert it into sql script. The single excel worksheet consists of multiple tables. So the resultant script should have multiple c
There is also a simple method to group insert from Excell: simply if your data is in columns B,C and D in sepearate column create formula:
="insert into values('" &B1 &"','" & C1 & "','"&D1&"')