Create an Excel Spreadsheet from a Oracle Database

后端 未结 5 655
北海茫月
北海茫月 2020-11-29 10:12

I have a table in a Oracle database. I have to create a complex spreadsheet structure from the Oracle table. I am looking for best approach to achieve this. Can I use SSIS o

5条回答
  •  情深已故
    2020-11-29 10:15

    You can use ORA_EXCEL package to create Excel documents with complex structure. ORA_EXCEL have basic but powerful components which you may use to build complex Excel files.

    Check functions list at: http://www.oraexcel.com/documentation

提交回复
热议问题