Excel/ODS support ? I only see csv support in provided links?

Thanks. Shame it's read only, althought I guess using odbc driver in excel to read sqlite is the way to go

There's also a fairly popular JDBC driver for SQLite as well:

https://github.com/xerial/sqlite-jdbc

Mentioning that because from (very) rough memory, Excel can work with JDBC too.

So if the ODBC approach doesn't work for someone, there's potentially another thing they can try. :)