Visual basic: считывание данных из csv - файла в текстовое поле и datatable
hello, i want to import the first and second row from a csv file into textboxe1 and textbox2 and import the third row as headres in datatable and show the rest rows in datatabale. thanks
Что я уже пробовал:
test.Filter = "CSV Files (*.csv)|" test.FilterIndex = 1 test.RestoreDirectory = True