Hello,
I would like to add a field name into the first row.
Sample input:
ID | Name | City | State | Country |
1 | Apple | Seattle | Washington | USA |
2 | Mango | Portland | Oregon | USA |
Sample output: (the header is copied in the first row)
ID | Name | City | State | Country |
ID | Name | City | State | Country |
1 | Apple | Seattle | Washington | USA |
2 | Mango | Portland | Oregon | USA |
Sincerely,
Kazumi
Solved! Go to Solution.
User | Count |
---|---|
109 | |
89 | |
77 | |
54 | |
40 |