Perl program to connect Oracle Database and generate Excel
Perl uses DBI and Excel::Writer::XLSX module to connect Oracle Database and Generate Excel (.xlsx). In this article, let’s see how to use it with an example. Oracle apps use built-in XML Publisher to generate Excel output file. So you create data definition and template and register it as a concurrent program. Mainly below Template Type …
Perl program to connect Oracle Database and generate Excel Read More »