save matrix into an existing file
Posted: Thu Jun 25, 2020 8:24 am
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
Thanks