On 17 Oct 2019, at 12:11am, Harris, Dennis <dennis.har...@mowi.com> wrote:

> I sure this has been asked a 100 times but what is the best practice to get 
> data from SQLITE to Excel?

Use CSV file format as an interchange format.  Save from SQLite as as a .csv 
file, and import that file into Excel.

If you don't want to write your own code to save your data as .csv, you can 
script the SQLite shell tool to do it:

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

Reply via email to