Bursting to get output file as .xlsx instead of .xls
How to get output file in .xlsx format instead of .xls format through bursting
Use xlsx for OUTPUT_FORMAT parameter
https://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_burst_def.htm#BIPDM394
Hi,
In the Bursting Query, Add this parameter to generate output type in 'xlsx' format.
>> select
---------
'xlsx' OUTPUT_FORMAT,
from <table name>