how to import sqlite3 table into libreoffice writer table?

Hello
I have large database table which is sqlite3 and I have to import it as libreoffice writer table, How to do this?

Hello,

You would not directly import it into Writer from SQLite3. First you would Create a registered Base file connected to SQLite3. Then you can access database data in Writer using fields.

Have this post for Linux Base setup → Base: how to connect to an SQLite database? .

Then you can use fields in Writer depending on what exactly is wanted, documentation here → LibreOffice Writer Guide. See Chapter 17 Fields.