In the first row of excel, write every field corresponding to the database except id. This may result in the inability to know the table name. You can use table.column to get the data table name, and finally read it in the program. Just distinguish the table name and fields, and then import them in a loop.
In the first row of excel, write every field corresponding to the database except id. This may result in the inability to know the table name. You can use table.column to get the data table name, and finally read it in the program. Just distinguish the table name and fields, and then import them in a loop.