Hi,
We have migrated from 10.2 to 2019 R2 and We have added a new '.XLSX' extension in our existing SaveAs option.
We are able to export the all datawindows with this extension expect the reports that has designed using crosstab datawindow.
To export the Crosstab DW we have the below code and to render the actual presentation we are using ('HTMLTable!') .
ls_path = C:\Users\Username\Downloads\Filename.xlsx.
lds.SaveAs(ls_Path, HTMLTable!, lb_Hdr)
When we open the file we are getting the below error.
Do we have any known issue in PB to export a crosstab dw to xlsx? Is there any solution to fix.
The code works if we export the dw with .xls extension .
My guess is that this recent change in behaviour is due to an Excel update / upgrade where Excel now checks the file first before opening it, that it matches a specfic binary format. Just my $0.02
Regards ... Chris