Page 1 of 1

Table to Excel: bold/ italics formatting not saved in Excel

Posted: Wed Oct 30, 2024 5:31 am
by mamo
Dear Eviews team
I use Eviews 13 Oct 2022 build
Some table formatings - bold, italics - do not appear to be saved to Excel when saving the table to an excel xlsx file.
See example below

Code: Select all

wfcreate u 1 1 table tab tab(1,1)= "A1" tab(1,2)="A2" tab.setfont(1,1) +b tab.setfont(1,2) +i tab.save(t=excelxml) tab ' bold, italics not visible in the Excel file tab.xlsx