简体   繁体   中英

Export multiple tables from SQL developer into a single excel

I would like to export (some of) the contents of multiple tables I can see with Oracle SQL Developer into a single excel file. This is, I expect one sheet with several sheets - one for each table.

However, when the export is finished, the excel file has only the sheet of the last table I selected.

Could it be that SQL Developer keeps overwriting the same.xlsx file all along the export process? Or is it a bug (I have version 17.3.1 of Oracle SQL Developer)?

In SQL Developer, select one or more tables, views, MV's and drag-n-drop them to the Cart.

The Cart is a panel available from the View menu.

Once there, uncheck DDL, and check the Data boxes.

Add filters for the data as appropriate.

Hit the Export Cart button.

Choose - Single File. Choose - XLSX.

SQL Developer will export each data set to a separate workbook in your Excel file.

Note: there was a bug in previous versions of the application that prevented this from working. Upgrade to version 17.4 and it will work just fine.

在此处输入图片说明

(哦,那!)Jeff Smith知道这一点:将多个表导出到多个Excel电子表格中

Use CNTRL to select the tables and then right click to select EXPORT option. Then select'format' as xlsx/csv/xls etc etc. Give the location to save the file. Boom you got your table dumps in an excel

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM