Generate sql insert script from excel worksheet

后端 未结 13 1013
情深已故
情深已故 2020-11-28 18:05

I have a large excel worksheet that I want to add to my database.

Can I generate an SQL insert script from this excel worksheet?

13条回答
  •  北海茫月
    2020-11-28 18:22

    Here is a link to an Online automator to convert CSV files to SQL Insert Into statements:

    CSV-to-SQL

提交回复
热议问题