Save data table in existing Excel spreadsheet as a new tab
Hi,
I have a data table and save it with the "save" command
dt1<< Save( Path||".xlsx" );
Now I would like to save another data table dt2 into the same Excelsheet but in a different worksheet tab
Is there a way to realize this?
Thanks
vince_faller