Hi,
I have multiple text files (.txt) which is a table like input:-
Column1 Column2 Column3 Column4
1 5 10 15
5 10 20 40
..........
This is just one of the .txt files and I want to insert these txt files into separate worksheets in excel workbook. Any idea how to use bash script to automate this as i have thousands of these text files to transferred to. Please help! Been trying to do it for weeks yet cant find any solution.
Thanks alot.