Question: EXPORT DATA to EXCEL

Dear experts, I am using Maple 11 and I am using Appel OS. Currently I try to find out how I can export Data to Excel (Apple Version). I used the example in the Maple help desk: R:= Array(1..3,1..4,[[1,2,3,4],[5,6,7,8],[9,10,11,12]]); with(ExcelTools): Export(R, "Employees.xls","Payroll", "B2"); Unfortunately I did not find a saved file on my computer called employees.xls, so obviously it has not been saved. And there was also no pop up in Maple asking me for the exact saving place. It would be of great help if you have an idea how I can handle the problem! Thanks a lot in advance!
Please Wait...