Create formatted excel file from PL/SQL

Viewed 28

I'm trying to create excel file formatted like this:

enter image description here

I tried to use https://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:769425837805, but it is good for putting ONLY simple table in report - I need data like Info1/2/3 etc. I tried csv, sperated by ';', but that makes excel unformatted, and it is unreadable. Any ideas?

PS If there is a way to paint cell - great, but if not - it isn't necessary.

PS2 2nd thought - column number in bottom part of raport varies between diffrent input data. So that makes tool from link useless

1 Answers
Related