I'm sure this is a simple problem, but I can't find out why it's not working.
In Eviews 8, I'm trying to write to an xlsx file. I've tried various commands both using write and pagesave.
The code seems to workfine, but I can't then open the xlsx file.
I keep getting the following error:
Excel cannot open the file "Test.xlsx" because the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matched the format of the file.
I used the code:
Code: Select all
write(t=excelxml) Test.xlsx ser1 Thanks
