I try to do some data processing.
My question as following:
Folder (C://) contains multiple text files.
To read 1st text file -> process(get some data inside) to list1
To read 2nd text file -> process(get some data inside) to list2
.
.
To read Nth text file -> process to listN
Write ([list1],[list2],....,[listN]) into one excel.