I have prepared SQL*Plus script, part of it is SPOOL
of a tables to .csv files, so I started wondering if it's possible to create the excel workbook and add those to it using SQL?
I have tried SPOOL
to .xlsx with set sqlformat csv
but when i try to open it, it returns an error.
Thanks for the feedback