On 1 Oct 2019, at 7:47pm, Winfried <codecompl...@free.fr> wrote:

> I need to import an XLS file into SQLite.

I recommend a two-part solution, because so many programs understand CSV file 
format.

1) export your XLS data in CSV format
2) Use the SQLite shell tool to import the CSV data into your database

For part 2, see chapter 8 of

<https://sqlite.org/cli.html#csv_import>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to