export data in MS Excel file
Hi experts!
Im running a code that generate three differents Numpy arrays (L1, L2 and L3) for every for-cycle (there is N cycles), so I get 3N arrays.
I wanna save these NP arrays in a MS excel file (.xls or other).
My questions are:
1) How can i generate this excel file? 2) How can I read the Excel file generated in a script?
Waiting for your answers.
Thanks a lot!