Issue with table.save to XLSX files (EViews 13 on Windows)
Posted: Tue Feb 04, 2025 10:30 am
A simple replication of the issue we're seeing is below:
The problem, which appears intermittently, is that the XLSX file that EViews generates will have a random number of empty rows inserted at the top (usually 1 or 2). This appears more likely to occur once we've interacted with EViews and Excel for some time in the current machine session. Could someone let me know if they can replicate the issue on their side? This is breaking a workflow for us.
Code: Select all
wfcreate q 1990 2030
series A = 1
series B = 2
group ab A B
freeze(test) ab.sheet
test.save test_data.csv
test.save test_data.xlsx