Page 1 of 1

save matrix into an existing file

Posted: Thu Jun 25, 2020 8:24 am
by superjocker
Hi, my question, is it possible to save a matrix into an existing excel file?, this would mean to update the file. I have a bunch of matrices that I want to save into the same excel file and the only code that I know is ".write(t=xls,b4)". I would like to save the matrices in different cells like ".write(t=xls,b4)", ".write(t=xls,b5)", ".write(t=xls,b6)".

Thanks

Re: save matrix into an existing file

Posted: Thu Jun 25, 2020 10:21 am
by EViews Gareth
Unfortunately not. Only series/groups can be written to existing Excel files.