- Danish Ahamed LiakathAli
- PowerBuilder
- Friday, 4 December 2020 12:07 AM UTC
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 .
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.