Good day folks,
lines = IO.File.ReadAllLines(txt_Source.Text)
I have here a line of code which reads a text file and save it to an array, It works well. But I wanna ask if there is anything like this code that can be use to read a excel file? Something like this :
lines = IO.File.ReadAllLines(excel.xls)
Any response will be highly appreciated :)