Hi,
I need to convert an Excel file to txt file.
But I want only few cloumn information in the text file.
For eg.
EXCEL FILE has the below info.
--------Pin No.-----Function_1----Function_2
Row 1---Pin_1-------INPUT---------OUTPUT
Row 2---Pin_2-------OUTPUT--------INOUT
Row 3---Pin_3-------INOUT---------INPUT
Now this is how I want the text file to be
Pin[1][Function_1] = INPUT
Pin[1][Function_1] = OUTPUT
Pin[2][Function_2] = OUTPUT
Pin[2][Function_2] = INOUT
Pin[3][Function_3] = INOUT
Pin[3][Function_3] = INPUT
Can anyone please let me know how to do it. I am very new to Scripting.Your help is greatly appreciated.
Thanks in advance
Regards
John
I need to convert an Excel file to txt file.
But I want only few cloumn information in the text file.
For eg.
EXCEL FILE has the below info.
--------Pin No.-----Function_1----Function_2
Row 1---Pin_1-------INPUT---------OUTPUT
Row 2---Pin_2-------OUTPUT--------INOUT
Row 3---Pin_3-------INOUT---------INPUT
Now this is how I want the text file to be
Pin[1][Function_1] = INPUT
Pin[1][Function_1] = OUTPUT
Pin[2][Function_2] = OUTPUT
Pin[2][Function_2] = INOUT
Pin[3][Function_3] = INOUT
Pin[3][Function_3] = INPUT
Can anyone please let me know how to do it. I am very new to Scripting.Your help is greatly appreciated.
Thanks in advance
Regards
John
Comment