如何导入一个xls文件数据到sqlite3
答
- 导出Excel文件为CSV格式
-
使用.IMPORT命令:
.separator "," .import excel_export.csv your_table
参考: