Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Excel export option in DBeaver Community Edition

Tags:

excel

dbeaver

Am using DBeaver 6.3.4 Community Edition and it doesn't show XLSX ( Excel) option when Data Export feature is selected as in the screenshot. This excel option appeared in my Trial version of Enterprise Ed.

Please help me enable/install this excel option or does Community Ed support at all?

enter image description here

like image 998
LonelyRogue Avatar asked Sep 10 '25 18:09

LonelyRogue


1 Answers

Excel export also works for the community edition (CE). Tested with Version 7.3.2.202101032114. How-to (via Google "dbeaver excel"):

  • https://github.com/dbeaver/dbeaver/wiki/Extension-Office
  • https://github.com/dbeaver/dbeaver/wiki/Optional-extensions#office-integration
  • http://ewaldertl.blogspot.com/2019/08/exporting-database-as-excel-sheet-from.html

An alternative to "Export data ...." is to select the cells to be exported in the result grid and the right click -> Open with -> Excel.

like image 148
ax. Avatar answered Sep 13 '25 05:09

ax.