prrvchr / jdbcDriverOOo

JDBC Driver for LibreOffice
https://prrvchr.github.io/jdbcDriverOOo/
6 stars 0 forks source link

Inserting cells from Calc does not work #7

Closed Meat12237 closed 3 days ago

Meat12237 commented 1 month ago

Thanks for the many embedded databases.

The data is inserted into the table from Calc as follows:

  1. Table has been copied from Calc onto the clipboard
  2. Then it is pasted into Base’s Table container. In the Table container, right-click to open the context menu for the target table to which the records are to be added. Select "Paste".
  3. Then we work with the Import wizard.

After installing jdbcDriverOOo, the Import wizard does not start when working with HyperSQLOOo, as well as with SQLiteOOo. I managed to launch Import wizard after the 6th launch command.

After the Import wizard was working, the data was not inserted.

Please confirm or deny this issue.

prrvchr commented 1 month ago

Hi Meat12237,

Sorry for the delay, I was away.

I am preparing the new version I will try to take care of this problem...

prrvchr commented 4 weeks ago

Ok I just released version 1.3.3 of jdbcDriverOOo.

This version should resolve the copy and paste problem from Calc to Base.

Let me know if everything works correctly for you.

prrvchr commented 3 days ago

Without answer I guess it works...