Question: Numerical formatting while importing from excel to data table.

I have an excel data file where data are in floating points of different decimals. I have made the following command which worked once. Second time it gives an error stating that one argumnet is expected, but receives three. How do I solve this problem. I want the data to be imported to data table in two decimal formats.

Export_TO_Maple1.xlsxExport_TO_Maple2.xlsxDOUBT.mw

M1 := Import(evalf[2]("E:/A_PhD2017/Export_TO_Maple1.xlsx", "Sheet1", "A2:U8"));

Please Wait...