LibreOffice Base export

https://lemmy.world/post/16272749

LibreOffice Base export - Lemmy.World

I have created a database usimg HSQLDB and I am having trouble exporting this to a * .db for python. Does anyone know what I am doing wrong? (The file>export buton is disabled…)

Exporting data from Base

You copy a table from Base to a new Calc sheet, then you can save or export the data to any file format that Calc supports.

  • Open the database file that contains the database table to be exported. Click Tables to view the tables, or click Queries to view the queries.

  • Choose File - New - Spreadsheet.

  • In the Base window, right-click the name of the table to export. Choose Copy from the context menu.

  • Click cell A1 in the new Calc window, then choose Edit - Paste.

  • Now you can save or export the data to many file types.

    help.libreoffice.org/6.2/…/data_im_export.html

    Importing and Exporting Data in Base

    Thank you.

    What’s the file>export button for?