saving . . . saved Problem regarding the importing the data from excel has been deleted. Problem regarding the importing the data from excel has been hidden .
Problem regarding the importing the data from excel
Title
Question
i am trying to load excel file using following path and command but i got error 4
______

led=readxls('D:\\led.xls')

but it dont recognize my drive or path, i have also chaged the path from d drive to c drive but i dont run
i m using scilab 5.5.1

Scilab General None min None sec 19-01-15, 1:25 p.m. rathodprashnt

Answers:

The path of the file that has to be read is wrong. It should appear something like this 'C:\\Users\\Lavitha\\Downloads\\qtp.xls'.
So, the command to read file will be: output=readxls('C:\\Users\\Lavitha\\Downloads\\qtp.xls').

To find the path of the file on Windows, refer this link: http://www.techrepublic.com/blog/windows-and-office/quick-tip-copy-both-the-path-and-the-file-name-to-the-clipboard/
20-01-15, 11:11 a.m. Lavitha Pereira


Log-in to answer to this question.