Hi friends
I have an excel with sheet name as Remarks and 2columns, column1 is Clause and Column2 is Remarks.
Excel looks like this
I need to write the remarks into a text file.
My text file looks like this
Message type -700
Date of issue
230808
Port of loading/airport of dep.
Any
Port of discharge
India
So in this text file i need to write the remarks which are there in the excel.
My text file must look like this
Date of issue
230808 Remarks - Different in days -20
Port of loading/airport of dep.
Any Remarks -same as parentLC
Port of discharge
India Remarks -same as parentLC.
How to write into text file i am not getting. Please help me