How not to export the sql statement in excel

Alba

Member
If I perform a query and then export the result into excel, I get a folder with the report and another folder named "SQL Statement" containing the SQL that generated the result. How can I make Pl Sql Developer to not create the second folder by default? Thanks!
 
If you go to Tools > Preferences > Files / Format you can disable the "Export to Excel with SQL statement" option.
 
Back
Top